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