[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: How to create and import LDIF Files
> hi to all,
>
> how to create ldif file and add it to the
> database, give me some tips about this
> How Netscape client can be used to add the
> entries to the existing database and how
> it can be retrieved.
>
> what websites should i follow. I am a
> NOVICE user doing the project. The duration
> is going to be over and i have not yet
> strong in the basics of openldap.
>
> V. S. Saravanan
To know more about LDIF:
man ldif
If you want to use command lines to add entries:
man ldapadd
If you want to use a web interface to add entries:
http://phpldapadmin.sourceforge.net/
Sam