Example #1
0
 def am_rodc(self):
     '''return True if we are an RODC'''
     return dsdb._am_rodc(self)
Example #2
0
 def am_rodc(self):
     '''return True if we are an RODC'''
     return dsdb._am_rodc(self)
Example #3
0
File: samdb.py Project: hef/samba
 def am_rodc(self):
     """return True if we are an RODC"""
     return dsdb._am_rodc(self)
Example #4
0
 def am_rodc(self):
     return dsdb._am_rodc(self)
Example #5
0
 def am_rodc(self):
     return dsdb._am_rodc(self)