search for: ldaperror

Displaying 4 results from an estimated 4 matches for "ldaperror".

2015 Jan 19
8
Slow ldap authentication against samba 4
hi everyone... somebody has experimented any problems with poor performance about ldap authentication against samba 4? I'm trying authentication with 300 users and many users can't login. Some conections are rejected. I doesn't found anything searching on internet. Any help? -- Grato, Jefferson Parreira dos Santos Emerick
2015 Aug 13
1
Slow ldap authentication against samba 4
...if self.timeout:* >>>> * l.set_option(ldap.OPT_TIMEOUT, self.timeout)* >>>> * l.simple_bind_s(self.username, self.password)* >>>> * print '%s OK' %self.id <http://self.id>* >>>> * except ldap.LDAPError, e:* >>>> * print '%s FAIL' %self.id <http://self.id>, e* >>>> * >>>> * >>>> *for i in range(int(sys.argv[4])):* >>>> * timeout = None* >>>> * if len(sys.argv) > 5:* >>>> * timeout =...
2015 Jan 20
0
Slow ldap authentication against samba 4
...p.VERSION3* > * l.port = 389* > * if self.timeout:* > * l.set_option(ldap.OPT_TIMEOUT, self.timeout)* > * l.simple_bind_s(self.username, self.password)* > * print '%s OK' %self.id <http://self.id>* > * except ldap.LDAPError, e:* > * print '%s FAIL' %self.id <http://self.id>, e* > * > * > *for i in range(int(sys.argv[4])):* > * timeout = None* > * if len(sys.argv) > 5:* > * timeout = int(sys.argv[5])* > * LDAPTesteThread(* > * id=i, host=sys.argv[1], use...
2015 Aug 13
0
Slow ldap authentication against samba 4
...* >>> * if self.timeout:* >>> * l.set_option(ldap.OPT_TIMEOUT, self.timeout)* >>> * l.simple_bind_s(self.username, self.password)* >>> * print '%s OK' %self.id <http://self.id>* >>> * except ldap.LDAPError, e:* >>> * print '%s FAIL' %self.id <http://self.id>, e* >>> * >>> * >>> *for i in range(int(sys.argv[4])):* >>> * timeout = None* >>> * if len(sys.argv) > 5:* >>> * timeout = int(sys.argv[5])* >>&...