| Welcome to the Zimbra :: Forums! | |
Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
|  | 
09-06-2011, 04:01 AM
| | | Migrating Account from Fedora Directory Server Hi
My Credentials to connect using Zimbra Account Migration
LDAP URL: ldap://test.students.unam.na
BIND DN: uid:admin,ou=Special Users,dc=students,dc=unam,dc=na
Bind password: ********
LDAP Filter: (uid=*)
LDAP search base: ou=People,dc=students,dc=unam,dc=na
I get the following error:
LDAP server returned an error. Please check LDAP binding credentials, LDAP URL, the syntax of your LDAP search base and LDAP filter. Problem: [LDAP: error code 49 - Invalid Credentials] Message: [LDAP: error code 49 - Invalid Credentials] Error code: bulkprovision.BP_NAMING_EXCEPTION Method: [unknown] Details:soap:Sender
Below is my ldapsearch which works on the ldap server.
ldapsearch -x -h localhost -p 389 -s base -b "uid=admin,ou=People,dc=students,dc=unam,dc=na " "uid=*" | 
09-06-2011, 04:24 AM
| | Zimbra Consultant & Moderator | |
Posts: 20,315
| | Quote:
Originally Posted by utsile LDAP URL: ldap://test.students.unam.na
BIND DN: uid:admin,ou=Special Users,dc=students,dc=unam,dc=na
Bind password: ********
LDAP Filter: (uid=*)
LDAP search base: ou=People,dc=students,dc=unam,dc=na
I get the following error:
LDAP server returned an error. Please check LDAP binding credentials, LDAP URL, the syntax of your LDAP search base and LDAP filter. Problem: [LDAP: error code 49 - Invalid Credentials] Message: [LDAP: error code 49 - Invalid Credentials] Error code: bulkprovision.BP_NAMING_EXCEPTION Method: [unknown] Details:soap:Sender | Invalid Credentials errors usually are just that, you've given the wrong credentials. Quote:
Originally Posted by utsile Below is my ldapsearch which works on the ldap server.
ldapsearch -x -h localhost -p 389 -s base -b "uid=admin,ou=People,dc=students,dc=unam,dc=na " "uid=*" | They are not the same credentials as you've listed above.
__________________
Regards
Bill
| 
09-06-2011, 05:12 AM
| | | Apologies, was a typo. Correct one is as below but still get the same error.
Correct
BIND DN: uid:admin,ou=Special Users,dc=students,dc=unam,dc=na
TYPO
ldapsearch -x -h localhost -p 389 -s base -b "uid=admin,ou=Special Users,dc=students,dc=unam,dc=na " "uid=*"
On the ldapsearch it was a typo. | 
09-06-2011, 05:43 AM
| | Zimbra Consultant & Moderator | |
Posts: 20,315
| | ..... and what happens if you use the Bind DN & password in your ldapsearch?
__________________
Regards
Bill
| 
09-06-2011, 06:23 AM
| | | Works as well
ldapsearch -x -h localhost -p 389 -s base -b "uid=admin,ou=Special Users,dc=students,dc=unam,dc=na" -W uid=admin | | Thread Tools | Search this Thread | | | | | Display Modes | Linear Mode | | Why Join? Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.  |