[PATCH] Fix typo in python/samba/provision/__init__.py

Rowland Penny repenny241155 at gmail.com
Tue Jul 5 07:04:04 UTC 2016


Hi, I have been trying to get Stefan's patches for resetting sysvol ACLs 
to work, but I had a problem, the GPO dir for the default DC policy was 
being given the wrong owners. I finally traced this down to 
'DEFAULT_DC_POLICY_GUID' being set to 
'6AC1786C-016F-11D2-945F-00C04fB984F9' in __init__.py and the relevant 
object in AD is this:

dn: 
CN={6AC1786C-016F-11D2-945F-00C04FB984F9},CN=Policies,CN=System,DC=samdom,DC=example,DC=com

'6AC1786C-016F-11D2-945F-00C04fB984F9'  != 
'6AC1786C-016F-11D2-945F-00C04FB984F9'

Rowland
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Fix-typo-in-python-samba-provision-__init__.py.patch
Type: text/x-diff
Size: 902 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20160705/21043b8c/Fix-typo-in-python-samba-provision-__init__.py.diff>


More information about the samba-technical mailing list