1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

tests/getnc_exop: Finish a comment in getnc_exop.py

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12394
This commit is contained in:
Garming Sam 2016-10-20 16:19:43 +13:00 committed by Garming Sam
parent 37aa11ce5b
commit 4c56793216

View File

@ -256,7 +256,7 @@ class DrsReplicaSyncTestCase(drs_base.DrsBaseTestCase, ExopBaseTest):
# has an RODC, it can gain links on the server account object
def test_do_ridalloc_get_anc(self):
"""Test doing a RID allocation with a valid destination DSA guid and """
"""Test doing a RID allocation with a valid destination DSA guid and GET_ANC flag"""
fsmo_dn = ldb.Dn(self.ldb_dc1, "CN=RID Manager$,CN=System," + self.ldb_dc1.domain_dn())
(fsmo_owner, fsmo_not_owner) = self._determine_fSMORoleOwner(fsmo_dn)