mirror of
https://github.com/samba-team/samba.git
synced 2025-07-18 00:59:12 +03:00
s4-rodc: Fix provision warnings by creating ntds objectGUID in provision
This commit is contained in:
@ -262,6 +262,10 @@ 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