diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-08-22 18:35:52 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-08-23 15:02:26 +0200 |
commit | 7e7ed72bbe8949b828000049a87f87d29f4587c2 (patch) | |
tree | 826028941d409773d4847b17354f4978fdaf0e2a /source4 | |
parent | 51e3547426bcfe9ae086c12bff95dfc31aba5e24 (diff) | |
download | samba-7e7ed72bbe8949b828000049a87f87d29f4587c2.tar.gz samba-7e7ed72bbe8949b828000049a87f87d29f4587c2.tar.bz2 samba-7e7ed72bbe8949b828000049a87f87d29f4587c2.zip |
s4-provision: Fix internal documentation
Diffstat (limited to 'source4')
-rw-r--r-- | source4/scripting/python/samba/provision/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/provision/__init__.py b/source4/scripting/python/samba/provision/__init__.py index e84cb2137b..4762e5b162 100644 --- a/source4/scripting/python/samba/provision/__init__.py +++ b/source4/scripting/python/samba/provision/__init__.py @@ -1404,6 +1404,7 @@ def setsysvolacl(samdb, netlogon, sysvol, uid, gid, domainsid, dnsdomain, domain :param samdb: An LDB object on the SAM db :param netlogon: Physical path for the netlogon folder :param sysvol: Physical path for the sysvol folder + :param uid: The UID of the "Administrator" user :param gid: The GID of the "Domain adminstrators" group :param domainsid: The SID of the domain :param dnsdomain: The DNS name of the domain |