I build Apache DS from source, i mean there are all the apache DS projects like
apacheds all
apache ds core
apache ds server config
in my workspace in eclipse.
I changed config.ldif
in the apache ds server config
, by changing
ads-pwdCheckQuality: 2
to ads-pwdCheckQuality: 0
clean and build all the workspace and restart the server
but i still cannot add userPassword
with SSHA or SHA to an entry.
How can i make my project be affected by my config.ldif
changes?
Thanks