Hi
I am using openldap 2.2.13 . I tried slapcat and slapadd. but i faced the same issue. any suggestion , do i need to change any conf.
NS
-----Original Message----- From: Gavin Henry [mailto:ghenry@OpenLDAP.org] Sent: Friday, August 29, 2008 3:49 PM To: Sarabu, Naveen X1 (Card Services) Cc: openldap-software@openldap.org Subject: Re: openldap server migration issue
Naveen.X1.Sarabu@chase.com wrote:
Hi,
Can any one please help me in the following issue:
Desc: I am in the process of migrating openldap from one server to antother server.
current openldap server: server1.example.com new openldap server : server2.example.com
Below is the procedure i have followed to migrate it:
- setup server2.example.com as replica server of server1.example.com
- after syncing the DB files , made it as standalone master ldap.
Why not just slapcat the data from the old server and slapadd it to the new?
What version of OpenLDAP do you have?
for testing iam using the below commands:
- when i search for info as Manager it is giving all the information
server2#ldapsearch -x -b 'dc=example,dc=com' -D "cn=Manager,dc=example,dc=com" '(objectclass=*)' -H ldaps://server2.example.com -W
- But when i try to search as a normal user it is throwing the following error.
server2# ldapsearch -x -b 'dc=example,dc=com' -D "uid=okkamagadu,ou=People,dc=example,dc=com" '(objectclass=*)' -H ldaps://server2.example.com -W Enter LDAP Password: ldap_bind: Invalid credentials (49) <<<am i missing any configration,any suggestions?
"Invalid credentials" means exactly that.