mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Update usage to note that user may not be represented by a DN
This commit is contained in:
parent
908368a245
commit
6454508ec6
@ -28,9 +28,9 @@ static void
|
||||
usage(const char *s)
|
||||
{
|
||||
fprintf(stderr,
|
||||
"Change the password of an LDAP entry\n\n"
|
||||
"usage: %s [options] dn\n"
|
||||
" dn: the DN of the entry whose password must be changed\n"
|
||||
"Change password of an LDAP user\n\n"
|
||||
"usage: %s [options] user\n"
|
||||
" user: the identity of the user, normally a DN\n"
|
||||
"Password change options:\n"
|
||||
" -a secret\told password\n"
|
||||
" -A\t\tprompt for old password\n"
|
||||
|
Loading…
Reference in New Issue
Block a user