コード例 #1
0
 def baseDN(self):
     # Python-LDAP takes strings in UTF8
     return encodeUTF8(unicode(self.baseDNBox.currentText()))
コード例 #2
0
ファイル: SearchForm.py プロジェクト: einaru/luma
 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
ファイル: SearchForm.py プロジェクト: einaru/luma
 def server(self):
     return encodeUTF8(unicode(self.serverBox.currentText()))