1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

python/netcmd: Improve documentation for "samba-tool user getpassword"

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Andrew Bartlett 2023-12-14 14:50:05 +13:00 committed by Douglas Bagnall
parent 8eadc19f35
commit d8b3b1fed9

View File

@ -164,7 +164,7 @@ samba-tool user getpassword --filter=samaccountname=TestUser3 --attributes=msDS-
}
takes_options = [
Option("--filter", help="LDAP Filter to set password on", type=str),
Option("--filter", help="LDAP Filter to get password for (must match single account)", type=str),
Option("--attributes", type=str,
help=virtual_attributes_help,
metavar="ATTRIBUTELIST", dest="attributes"),