Exemplo n.º 1
0
 def am_pdc(self):
     '''return True if we are an PDC emulator'''
     return dsdb._am_pdc(self)
Exemplo n.º 2
0
 def am_pdc(self):
     '''return True if we are an PDC emulator'''
     return dsdb._am_pdc(self)
Exemplo n.º 3
0
Arquivo: samdb.py Projeto: hef/samba
 def am_pdc(self):
     """return True if we are an PDC emulator"""
     return dsdb._am_pdc(self)