1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-20 08:23:50 +03:00

r26562: Fix provisioning using Python.

This commit is contained in:
Jelmer Vernooij
2007-12-22 02:26:38 -06:00
committed by Stefan Metzmacher
parent d2b9055bc0
commit b07ca944ba
2 changed files with 44 additions and 31 deletions

View File

@@ -77,7 +77,7 @@ parser.add_option("--wheel", type="string", metavar="GROUPNAME",
parser.add_option("--users", type="string", metavar="GROUPNAME",
help="choose 'users' group")
parser.add_option("--quiet", help="Be quiet", action="store_true")
parser.add_option("--blank",
parser.add_option("--blank", action="store_true",
help="do not add users or groups, just the structure")
parser.add_option("--ldap-base",
help="output only an LDIF file, suitable for creating an LDAP baseDN",