Hi All,
I have been trying to run a batch job to populate the database using
perl-ldap. This includes inserting passwords, straight from a password
file, along with other data.
This is an example of what I used:
userPassword => '{crypt}testtest',
But the search result shows something like:
userPassword:: e2NyeXB0fXRlc3R0ZXN0
'{crypt}'is not there anymore. This used to work with v1.2.
Jie