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"![Wink ;) ;)](/styles/default/custom/smilies/wink.gif)
aci=(target="ldap:///o=mydomain.com") (targetattr != "userPassword")
(version 3.0; acl "Anonymous access"; allow (read, search, compare)
user
dn = "ldap:///anyone"![Wink ;) ;)](/styles/default/custom/smilies/wink.gif)
aci=(target="ldap:///o=mydomain.com") (targetattr = "*")(version 3.0;
acl "Suitespot Adminstrators Group"; allow (all) groupdn =
"ldap:///cn=
Administrators,o=mydomain.com"![Wink ;) ;)](/styles/default/custom/smilies/wink.gif)
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"![Wink ;) ;)](/styles/default/custom/smilies/wink.gif)
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
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"
![Wink ;) ;)](/styles/default/custom/smilies/wink.gif)
aci=(target="ldap:///o=mydomain.com") (targetattr != "userPassword")
(version 3.0; acl "Anonymous access"; allow (read, search, compare)
user
dn = "ldap:///anyone"
![Wink ;) ;)](/styles/default/custom/smilies/wink.gif)
aci=(target="ldap:///o=mydomain.com") (targetattr = "*")(version 3.0;
acl "Suitespot Adminstrators Group"; allow (all) groupdn =
"ldap:///cn=
Administrators,o=mydomain.com"
![Wink ;) ;)](/styles/default/custom/smilies/wink.gif)
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"
![Wink ;) ;)](/styles/default/custom/smilies/wink.gif)
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