Hi
Thank you for reading my post.
I am trying to import the sample data mentioned in
http://directory.apache.org/apacheds/1.0/about-the-sample-configurations-and-sample-directory-data.data/apache_ds_tutorial.ldif
into the apacheDS 1.0 which i have installed from its exe file.
here is the command that i execute :
java -jar apacheds-tools.jar import -u "uid=admin, ou=system" -w secret
-e -f c:/ldapData.ldif
I get the following message :
/ \ _ __ __ _ ___| |__ ___| _ \/ ___| |_ _|__ ___ | |___
/ _ \ | '_ \ / _` |/ __| '_ \ / _ \ | | \___ \ | |/ _ \ / _ \| / __|
/ ___ \| |_) | (_| | (__| | | | __/ |_| |___) | | | (_) | (_) | \__ \
/_/ \_\ .__/ \__,_|\___|_| |_|\___|____/|____/ |_|\___/ \___/|_|___/
|_|
log4j:WARN No appenders could be found for logger
(org.apache.directory.shared.ldap.codec.bind.SimpleAuthentication).
log4j:WARN Please initialize the log4j system properly.
Done!
0 users changed in 0 seconds
when i try the above command without user and password i get the same
message.
I should say that i can not import it with Jxplorer, Jxplorer says :
An error occured while processing the LDIF file:
javax.naming.NameNotFoundException: [LDAP: error code 32 - failed to add
entry ou=people,o=sevenSeas: ou=people,o=sevenSeas]; remaining name
'ou=people,o=sevenSeas'
Can some one give me some help about this ?