> I've followed the Samba How-To as well. I edited my slapd.conf file and > added the correct schemas and indexs. I rebuilt my slapindex no problem. > I added some inital data to my LDAP tree so I could see what is going on > and to track a few things.
After you did your slapadd/slapindex, and before you started the ldap service, did you make sure that the LDAP database files (/var/lib/ldap?) where owned by the ldap user and not root? service ldap stop chown ldap:ldap /var/lib/ldap/* service ldap start -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
