Search The Internet     Search ypass.net


 UNIX / Solaris 8 Software Dictionary 3S Info LegoRacers Other Crap 

       yPass Home > UNIX/Solaris 8 Info > OpenLDAP with Solaris 8 > index.html
Intro to LDAP
Security
Schema
Replication
Getting the Software
Configuring OpenLDAP
Populating OpenLDAP
Configuring Solaris
LDAP Cache Manager
LDAP Scripts
Solaris Schemas

Configuring Solaris8 with OpenLDAP

What you need:
  • OpenLDAP 2.0.8 (Other versions above 2.0.8 may work)
      Versions of OpenLDAP earlier than 2.0.8 contain a memory leak which appears to only be visible under Solaris8. There was no official OpenLDAP Bug ID reported, however, this problem was corrected as of version 2.0.8.
  • A patch for OpenLDAP for RootDSE lookup information
  • A basic understanding of LDAP
Some things to keep in mind:
  • The slapadd program adds directly to the LDAP backend database. Changes made with slapadd are NOT replicated. To add entries and assure they are replicated, use the ldapadd program instead.
  • ldap_cachemgr has bugs. If it's running before you start this process, you should kill it immediately.
  • It is questionable that Solaris 8's implementation of LDAP is ready for production. Given Sun's optimal scenario and using all of their defaults, you should have good luck. Try to customize your LDAP configuration, and you may run into problems.
  • "Of course it's hard! It's supposed to be hard! If it wasn't hard, everyone would do it. The hard... is what makes it great!" - A League of Their Own

References:

Other Resources: