[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldappasswd
At 04:03 AM 2002-06-14, Zamangoer, Ferruh wrote:
>Hi all,
>
>can anybody tell me how can change passwords of existing users with
>ldapassswd with -Y option . In informer times old versions of Ldap
>ldappasswd -D 'cn=Admin,dc=test,dc=de' -w linux -t "cn=user0,ou=Professional
>Services,dc=test,dc=de" -g 6 -vvv
try:
ldappasswd -x -D 'cn=Admin,dc=test,dc=de' -w linux \
"cn=user0,ou=Professional Services,dc=test,dc=de"
see ldappasswd(1) for details.