Addressbook LDAP schema?

Blake Barnett plug-discuss@lists.PLUG.phoenix.az.us
11 Jan 2002 16:58:57 -0700


OpenLDAP v2.x.x has always included the netscape schema.  You just need
to tell it to load it in the slapd.conf file.

For example, in my slapd.conf:
---
include         /etc/ldap/schema/netscape-profile.schema
----
				 ^^^^^^^^^^^^^^^^

I'm not sure how 1.x.x supported Netscape, you may have had to added the
difinitions directly in slapd.conf

If you're not using OpenLDAP then you'll need to find out how to load
additional schemas or "extend" the current one to support it.


On Thu, 2002-01-10 at 19:30, Sundar Narayanasamy wrote:
> Hi Mike,
> 
> I exported my netscape address book, it was in ldif format, sweet. But with out the schema, I am not able to upload the ldif file to LDAP.
> 
> Is there anyway I could generate/get netscape address book schema, rather than creating one.
> 
> Sundar
> 
> On Thu, 10 Jan 2002 16:40:28 -0500
> meg@leary.csoft.net wrote:
> 
> > I'm by far a guru at this, but are you trying to use Netscape
> > to connect to your ldap server? If so, I can help you out there.
> > 
> > Also, if you export your addressbook (in Netscape), it will be in ldif format :-)
> > I used this file, to create portions of my ldif for openldap. Unless there is a value
> > in the field (ie Pager), it will not be exported (the field).
> > 
> > hth
> > 
> > Mike
> > 
> > On Thu, Jan 10, 2002 at 02:26:52PM -0700, linux @esaravana.com wrote:
> > > Hello,
> > > 
> > > Is there any standard LDAP addressbook schema available, which is 
> > > modeled after netscape/ie addressbooks? Or if any of you use LDAP to 
> > > store/retrieve your addresses, would you be kind enough to share your 
> > > scheme with me.
> > > 
> > > Any help is appreciated
> > > 
> > > Regards,
> > > Sundar
> > > 
> > > ________________________________________________
> > > See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail.
> > > 
> > > PLUG-discuss mailing list  -  PLUG-discuss@lists.PLUG.phoenix.az.us
> > > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
> > ________________________________________________
> > See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail.
> > 
> > PLUG-discuss mailing list  -  PLUG-discuss@lists.PLUG.phoenix.az.us
> > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
> ________________________________________________
> See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail.
> 
> PLUG-discuss mailing list  -  PLUG-discuss@lists.PLUG.phoenix.az.us
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
-- 
Blake Barnett (bdb)  <blake.barnett@developonline.com>
Sr. Unix Administrator
DevelopOnline.com                 office: 480-377-6816

Learning is a skill, you get better at it with practice.