mirror of
https://github.com/samba-team/samba.git
synced 2025-07-18 00:59:12 +03:00
Revert "s4-rodc: Fix provision warnings by creating ntds objectGUID in provision"
This reverts commit c3cbb846d0
.
The fix is not correct, we should cache a bool to answer amIRODC
This commit is contained in:
@ -262,10 +262,6 @@ accountExpires: %u
|
||||
"Get the NTDS objectGUID"
|
||||
return dsdb.samdb_ntds_objectGUID(self)
|
||||
|
||||
def set_ntds_GUID(self, object_guid):
|
||||
"Set the NTDS objectGUID"
|
||||
return dsdb.dsdb_set_ntds_objectGUID(self, object_guid)
|
||||
|
||||
def server_site_name(self):
|
||||
"Get the server site name"
|
||||
return dsdb.samdb_server_site_name(self)
|
||||
|
Reference in New Issue
Block a user