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,