LDAP Information


I have to admit, I have not done a tremendous amount of LDAP work. I have "dabbled" in it, but have made it work for me, for what I wanted. Therefore, I will share with you, the experiences I have had.

I have used it only on SCO UnixWare7 at this point. It was unsupported in the Solaris release I have, as well as the Linux releases, and NT's as far as servers go. I have implemented client solutions, using web browsers from Netscape and Microsoft.


I began by using the Microsoft Outlook Express client (v4.0 or later) to build my database of names, addresses, phone numbers, and the like. I could have done this by command line, or flat text file, or any other number of methods, but to be honest, I liked the OE client. It worked well for me.

This is how I did it :


If you have problems at this point, stay on the local machine, and dont involve the network or remote client tools yet, just stay on the Unix box. I recommend setting the logging to its max value, on the server daemon, and stop/start the daemon. Then you can read the syslog file for any errors. This is actually a neccessity to get this stuff up and running for a first time user. I had to do it often.

Just remember that once you get it all worked out, you should turn back off the logging, and stop/start the daemon again.


If all that works ok, you can begin to setup the web clients and mail reader clients. For web access, some browsers will let you type in the address bar as follows :

  ldap://ldap_server   --> (where "ldap_server" is the host name of the ldap server)
I have noticed, in Outlook Express however, that there seems to be a problem with the implementation of the LDAP client. You must actually tyep the word "null" (without the quotes) in the "Search base" field of the advanced properties, when setting up the client.

Remember, that if you have problems, you can always change the logging value again, and use the syslog to help out. It is a tremendous help in these types of situations.


For the true LDAP manual, look at the University of Michigan's LDAP Manual. This is how I got started, but be warned, printing it out, takes a ton of paper. It is about 90 pages or more.

For other good ldap pointers, look at this site on the web : http://tecfa.unige.ch/guides/ldap/pointers.html