search for: ldapttrythread

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

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
...t;> ​ Yeah.. I wrote a simple script in python to test it. Here is the scrit: >>>> >>>> *import ldap* >>>> *from threading import Thread* >>>> *import time* >>>> *import sys* >>>> * >>>> * >>>> *class LDAPTtryThread(Thread):* >>>> * >>>> * >>>> * def __init__(self, **kwargs):* >>>> * Thread.__init__(self)* >>>> *self.id <http://self.id> = kwargs.get('id')* >>>> * self.host = kwargs.get('host')* >>>...
2015 Jan 20
0
Slow ldap authentication against samba 4
On 20/01/15 11:14, Jefferson Parreira dos Santos Emerick wrote: > ? Yeah.. I wrote a simple script in python to test it. Here is the scrit: > > *import ldap* > *from threading import Thread* > *import time* > *import sys* > * > * > *class LDAPTtryThread(Thread):* > * > * > * def __init__(self, **kwargs):* > * Thread.__init__(self)* > *self.id <http://self.id> = kwargs.get('id')* > * self.host = kwargs.get('host')* > * self.username = kwargs.get('username')* > * self.passwor...
2015 Aug 13
0
Slow ldap authentication against samba 4
...s Emerick wrote: >> >>> ​ Yeah.. I wrote a simple script in python to test it. Here is the scrit: >>> >>> *import ldap* >>> *from threading import Thread* >>> *import time* >>> *import sys* >>> * >>> * >>> *class LDAPTtryThread(Thread):* >>> * >>> * >>> * def __init__(self, **kwargs):* >>> * Thread.__init__(self)* >>> *self.id <http://self.id> = kwargs.get('id')* >>> * self.host = kwargs.get('host')* >>> * self.username =...