Example #1
0
 def am_pdc(self):
     '''return True if we are an PDC emulator'''
     return dsdb._am_pdc(self)
Example #2
0
 def am_pdc(self):
     '''return True if we are an PDC emulator'''
     return dsdb._am_pdc(self)
Example #3
0
File: samdb.py Project: hef/samba
 def am_pdc(self):
     """return True if we are an PDC emulator"""
     return dsdb._am_pdc(self)