Displaying 1 result from an estimated 1 matches for "unixx".
Did you mean:
unix
2005 Mar 01
2
samba failed to authenticate to openLDAP
...successfully
imported passwd, group and hosts from NIS into LDAP. I can authenticate
from any of linux client against LDAP server. My LDAP DIT is as follows:
dc=mydomain
|
`--- ou=People : to store user accounts for Unix and Windows
|
`--- ou=Hosts : to store computer accounts for UNIXX & Windows
|
`--- ou=Groups : to store system groups for Unix and Windows
What I did were:
In the OpenLDAP server:
1) install OpenLDAP-2.1.29 RPM
2) configure /etc/openldap/slapd.conf
3) configure /etc/openldap/ldap.conf
4) run migrate_all_nis_offline.sh bundled with OpenLDAP
5) start...