mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
Setting account policy values is done using -C, not -V. Fixes bug #120
(This used to be commit fd16d4797881372fe0dc7b87a23c58efdef84fbd)
This commit is contained in:
parent
62e1bafe1c
commit
f6b7bb44a6
@ -590,7 +590,7 @@ int main (int argc, char **argv)
|
||||
|
||||
while((opt = poptGetNextOpt(pc)) != -1) {
|
||||
switch (opt) {
|
||||
case 'V':
|
||||
case 'C':
|
||||
account_policy_value_set = True;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user