importing netscape 3.1 ldif file to active directory server

S

Scott

Hello,

I am trying to import a Netscape ldap server 3.1 ldif file to a
windows 2003 active directory server with no success. This is the
command I ran on the Netscape server:

ldapsearch -h <Netscape ldap server> -p 389 -D "cn=Directory Manager"
-w <password> -s sub -b "o=mydomain.com" "(objectclass=*)" "*" -L >
/path/to/ldif/file


This is the command I ran on the windows server:

ldifde -i -v -f <filename>


I am getting this error when running the ldifde command:

Loading entries
1:mydomain.com

Add error on line 1: No Such Attribute
The server side error is: "The parameter is incorrect."


Here are the first 20 lines of the ldif file:

o=mydomain.com
objectclass=top
objectclass=organization
o=mydomain.com
aci=(target="ldap:///o=mydomain.com") (targetattr = "*")(version 3.0;
acl "Allow self entry modification"; allow (write) userdn =
"ldap:///se
lf";)
aci=(target="ldap:///o=mydomain.com") (targetattr != "userPassword")
(version 3.0; acl "Anonymous access"; allow (read, search, compare)
user
dn = "ldap:///anyone";)
aci=(target="ldap:///o=mydomain.com") (targetattr = "*")(version 3.0;
acl "Suitespot Adminstrators Group"; allow (all) groupdn =
"ldap:///cn=
Administrators,o=mydomain.com";)
aci=(target="ldap:///o=mydomain.com") (targetattr = "*") (version 3.0;
acl "Calendar Administrators Group"; allow(all) groupdn = "ldap:///cn=
Calendar Server Admins,ou=Netscape Servers,o=mydomain.com";)

cn=Administrators,o=mydomain.com
objectclass=top
objectclass=groupofuniquenames
cn=Administrators
uniquemember=uid=admin,o=mydomain.com

uid=admin,o=mydomain.com
objectclass=top
objectclass=person
objectclass=organizationalperson
objectclass=inetorgperson

TIA,

Scott
 
S

Shawn Rabourn \(MS\)

Here is an article on how to import with ldifde:

237677 Using LDIFDE to Import and Export Directory Objects to Active
Directory
http://support.microsoft.com/?id=237677

The syntax of the file doesn't look right. Hopefully this article will help
out.

--Shawn
This posting is provided "AS IS" with no warranties and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top