mirror of
https://github.com/samba-team/samba.git
synced 2025-03-03 12:58:35 +03:00
Setting account policy values is done using -C, not -V. Fixes bug #120
(This used to be commit daf443757b62bd3c254a303d638bfd030b4acd2a)
This commit is contained in:
parent
ee3600361f
commit
2153494966
@ -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