import user class error Invalid DN Syntax cmd prompt

G

Guest

I am trying to import .ldf after installation of ADAM on W2003 Standard Server and get following error
Please help

C:\WINNT\system32>ldifde -i -f c:\winnt\adam\ms-InetOrgPerson.ldf -s localhost:3
89 -k -j . -c "CN=Schema,CN=Configuration,DC=X" #schemaNamingContext
Connecting to "localhost:389"
Logging in as current user using SSPI
Importing directory from file "c:\winnt\adam\ms-InetOrgPerson.ldf"
Loading entries.
Add error on line 11: Invalid DN Syntax
The server side error is "The object name has bad syntax."
0 entries modified successfully.
An error has occurred in the program
 
G

Guest

here is the .ldf file (portion inc offending line
#=================================================================

# This file contains user extensions for default ADAM schema
# It should be imported with the following command
# ldifde -i -f MS-User.ldf -s server:port -b username domain password -k -j . -c "CN=Schema,CN=Configuration,DC=X" #schemaNamingContex

#=================================================================

# Attribute

dn: CN=Serial-Number,CN=Schema,CN=Configuration,DC=
changetype: ntdsschemaad
objectClass: to
objectClass: attributeSchem
cn: Serial-Numbe
attributeID: 2.5.4.
attributeSyntax: 2.5.5.
isSingleValued: FALS
rangeLower:
rangeUpper: 6
showInAdvancedViewOnly: TRU
adminDisplayName: Serial-Numbe
adminDescription: Serial-Numbe
oMSyntax: 1
searchFlags:
lDAPDisplayName: serialNumbe
schemaIDGUID:: MnqWv+YN0BGihQCqADBJ4g=
systemOnly: FALSE
 

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