kitana_ann Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/214472912042a3fff923774.jpg)
Joined: 04 Sep 2003 Posts: 117
|
Posted: Fri Mar 26, 2004 12:21 pm Post subject: Anybody who has got cpu (ldap) to work? |
|
|
I have tryed with Code: | cpu useradd -m jdoe cn=Manager,dc=mydomain,dc=com jdoe
|
I get this massage:
Code: |
CPU: ldapOperation: ldap_bind_s: Invalid credentials
The credentials supplied ('cn=Manager,dc=mydomain,dc=com','password' ) were invalid.
It is likely that the bind DN or password should be changed.
|
I do not understand why I should change either the DN or the password.
In the BIND info I have written this in my cpu.conf:
Code: |
BIND_DN = cn=Manager,dc=mydomain,dc=com
BIND_PASS = {MD5}lkasjdopffhlkan327==
|
|
|