1
0
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:
Anatoliy Atanasov
2010-05-10 13:52:27 +03:00
parent 83736066a3
commit c3cbb846d0
3 changed files with 32 additions and 1 deletions

View File

@ -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)