예제 #1
0
파일: samdb.py 프로젝트: Distrotech/samba
 def dns_replace(self, dns_name, new_records):
     '''Do a DNS modification on the database, sets the NDR database
     structures on a DNS name
     '''
     return dsdb_dns.replace(self, dns_name, new_records)
예제 #2
0
 def dns_replace(self, dns_name, new_records):
     '''Do a DNS modification on the database, sets the NDR database
     structures on a DNS name
     '''
     return dsdb_dns.replace(self, dns_name, new_records)