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