1
0
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:
Anatoliy Atanasov
2010-05-11 11:35:54 +03:00
parent 8489934ce3
commit 7200c25646
3 changed files with 1 additions and 32 deletions

View File

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