Пример #1
0
 def baseDN(self):
     # Python-LDAP takes strings in UTF8
     return encodeUTF8(unicode(self.baseDNBox.currentText()))
Пример #2
0
 def baseDN(self):
     # Python-LDAP takes strings in UTF8
     return encodeUTF8(unicode(self.baseDNBox.currentText()))
Пример #3
0
 def server(self):
     return encodeUTF8(unicode(self.serverBox.currentText()))
Пример #4
0
 def server(self):
     return encodeUTF8(unicode(self.serverBox.currentText()))