Esempio n. 1
0
 def baseDN(self):
     # Python-LDAP takes strings in UTF8
     return encodeUTF8(unicode(self.baseDNBox.currentText()))
Esempio n. 2
0
 def baseDN(self):
     # Python-LDAP takes strings in UTF8
     return encodeUTF8(unicode(self.baseDNBox.currentText()))
Esempio n. 3
0
 def server(self):
     return encodeUTF8(unicode(self.serverBox.currentText()))
Esempio n. 4
0
 def server(self):
     return encodeUTF8(unicode(self.serverBox.currentText()))