Fw: help about ldap_bin_s()
"claudchen" <[email protected]>
| Newsgroups | gmane.network.openldap.general,gmane.ietf.ipsp |
|---|---|
| Message-ID | <008e01c35bb8$6ee7c920$c9c809c0@chenbin> |
hello everyone:
i met a urgent problem now:
when i use ldap_bin_s() to bin a ldap server,i use ldap_bind_s(psLdap,dn, pPassword,LDAP_AUTH_SIMPLE) ;
I use the dn and password in slapd.conf as follow:
rootdn "cn=Manager,o=HuaTech info Corp,c=China"
rootpw secret
my problem is :can i creat new legal user("newuser" for example) who can modify the ldap database,then i can used in ldap_bind_s(psLdap,newuser, newuserpassword,LDAP_AUTH_SIMPLE) ;
thank u in advance!
claudchen