Hello All, I am running LDAP server on windows xp. Here I successfully created entries and able to login as 'Manager'.
I want to create more account for others, so that other users may also login. However I have created 'john' as child of base. But unable to login as 'john'. I added user from (init.ldif) file as follows: ------------------------------------------------------------------------ ------------------------------------------------------------------------ dn: dc=mycompany,dc=com dc: mycompany objectClass: top objectClass: dcObject objectClass: organization o: MyCompany dn: cn=Manager, dc=mycompany,dc=com objectClass: organizationalRole cn: Manager dn: cn=john, dc=mycompany,dc=com objectClass: top objectClass: person sn: john cn: john dn: cn=root,cn=Manager, dc=mycompany,dc=com objectClass: top objectClass: person sn: root cn: root ------------------------------------------------------------------------ ------------------------------------------------------------------------ Should there be some provision for database. In my (slapd.conf) file there is an entry 'database bdb'. Can anyone help, how to create and login as another user? Thanks, -- View this message in context: http://www.nabble.com/LDAP-for-Windows-tf2090222.html#a5760918 Sent from the Jakarta Slide - User forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
