Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Importing ldif file.

Status
Not open for further replies.

jchilley

MIS
Joined
Aug 13, 2007
Messages
3
Location
US
I am trying to import users from one LDAP server to a second LDAP server in order to set up P2P for my LDAP. I am using ldif2db -i [filename]. I get no errors but no users are imported of the 83 that are in the ldif file. When I set up the second server I used -u NONE. Does anyone have any ideas? I'm stumped.
 
Are you importing into an Active Directory? Is the OU structure the same as the DN path in the ldif file. Example: cn=johnDoe,OU=users,OU=sales,DC=domain,DC=com. If the Path doesn't exist the users will not be imported. You would either create the structure in AD or Edit the path in ldif file.

Jesse Hamrick
 
I figured it out, I wasn't using the dn and credentials that I needed. All is good now. Thanks for the response.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top