Chris Betts
2008-09-05 21:58:28 UTC
Hi Banu,
I'm afraid JXplorer doesn't handle LDIF change files! It only
handles LDIF data files :-(. There is some support in the code for
LDIF modify (it's used in the unit testing) but we never got around to
making it a formal part of the code (because it didn't seem to be
being used very often!)
So I'm afraid you can't use JX to do what you're after here :-(.
- Chris
I'm afraid JXplorer doesn't handle LDIF change files! It only
handles LDIF data files :-(. There is some support in the code for
LDIF modify (it's used in the unit testing) but we never got around to
making it a formal part of the code (because it didn't seem to be
being used very often!)
So I'm afraid you can't use JX to do what you're after here :-(.
- Chris
Hi again,
With your help, I can import multiple users with Jxplorer. Thanks again. In the next step, I'm stuck again. I can't modify multiple attribute values, I got an error message as
"javax.naming.directory.InvalidAttributeIdentifierException: [LDAP: error code 17 - Undefined Attribute Type]; remaining name 'cn=TEST,ou=STD,o=KU'" Any help will
be appreciated.
My ldif file is like: (In this example, I have several attributes needed to be updated- one of them is ou..)
dn: cn=TEST,ou=STD,o=KU
objectclass: inetOrgPerson
objectclass: organizationalPerson
objectclass: Person
objectclass: ndsLoginProperties
objectclass: Top
changetype: modify
replace: ou
ou: STUDENT CAS
Thanks!
Banu
With your help, I can import multiple users with Jxplorer. Thanks again. In the next step, I'm stuck again. I can't modify multiple attribute values, I got an error message as
"javax.naming.directory.InvalidAttributeIdentifierException: [LDAP: error code 17 - Undefined Attribute Type]; remaining name 'cn=TEST,ou=STD,o=KU'" Any help will
be appreciated.
My ldif file is like: (In this example, I have several attributes needed to be updated- one of them is ou..)
dn: cn=TEST,ou=STD,o=KU
objectclass: inetOrgPerson
objectclass: organizationalPerson
objectclass: Person
objectclass: ndsLoginProperties
objectclass: Top
changetype: modify
replace: ou
ou: STUDENT CAS
Thanks!
Banu