> then i tried """ldapadd -f file.ldif -x -w my_pass""" and now it says > Password: > ldap_bind: Invalid credentials (49) > i checked in faqomatic and thats supposed to happen when the pass is > wrong (its not) or when DN specified is not known to the server. atm > i dont have a clue as to how to proceed..
You're telling it to use a password, but you're not telling it who to bind as, so chances are that it's binding as anonymous. Add to that commandline: -D cn=Manager,dc=domain,dc=com Then see if you achieve different results. Blue skies... Todd
