Displaying 4 results from an estimated 4 matches for "ldaptestethread".
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
...'%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], username=sys.argv[2],
>>>> password=sys.argv[3],timeout=timeout).start()*
>>>>
>>>>
>>>>
>>> Hmm, no idea if that is part of the problem or not, to me python is a
>>> snake :-D
>...
2015 Jan 20
0
Slow ldap authentication against samba 4
...<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], username=sys.argv[2],
> password=sys.argv[3],timeout=timeout).start()*
> ?
>
Hmm, no idea if that is part of the problem or not, to me python is a
snake :-D
Why do you want to use ldap authentication ?
Do you have some specific programs that you w...
2015 Aug 13
0
Slow ldap authentication against samba 4
...gt;>> * 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], username=sys.argv[2],
>>> password=sys.argv[3],timeout=timeout).start()*
>>>
>>>
>>>
>> Hmm, no idea if that is part of the problem or not, to me python is a
>> snake :-D
>>
>> Why do you wan...