mirror of
https://github.com/samba-team/samba.git
synced 2025-12-17 04:23:50 +03:00
python: Remove unused parameter ‘netlogon’
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
eb727331a3
commit
704ad18bf5
@@ -841,7 +841,7 @@ Please fix this account before attempting to upgrade again
|
||||
logger.info("Administrator password has been set to password of user '%s'", admin_user)
|
||||
|
||||
if result.server_role == "active directory domain controller":
|
||||
setsysvolacl(result.samdb, result.paths.netlogon, result.paths.sysvol,
|
||||
setsysvolacl(result.samdb, result.paths.sysvol,
|
||||
result.paths.root_uid, result.paths.root_gid,
|
||||
security.dom_sid(result.domainsid), result.names.dnsdomain,
|
||||
result.names.domaindn, result.lp, use_ntvfs)
|
||||
|
||||
Reference in New Issue
Block a user