Results 1 to 1 of 1
Hi
I have open SUSE 11.3. I am supposed to create user on LDAP server for VPN. And i created user with
ldapadd -x -D 'cn=Manager,dc=example,dc=com' -W -f useraccount.ldif. it ...
- 09-14-2011 #1Just Joined!
- Join Date
- Mar 2011
- Posts
- 5
LDAP configuration
Hi
I have open SUSE 11.3. I am supposed to create user on LDAP server for VPN. And i created user with
ldapadd -x -D 'cn=Manager,dc=example,dc=com' -W -f useraccount.ldif. it Definitely added the user because when I do search
ldapsearch -x -b 'dc=prod,dc=example,dc=com' '(objectclass=*)'
i can see new users that i created.
I just have problem creating password for these users. How would i create password for those users.
When i try to add user it asks for password which i found in
slapd.conf file and it allowed me to add user to LDAP.
Or for example if one user asks me to change their password how would i go about it.
I dont use yast it is all command line config which i dont mind but just want know how


Reply With Quote