URL: https://github.com/freeipa/freeipa/pull/145
Title: #145: Refactoring: LDAP Connection Management
mbasti-rh commented:
"""
@jcholast how? With this patchset you have to set `None` to
time_limit/size_limit to apply `ipa config` limits because `_missing` means
"unlimited"
```
if time_limit is not _missing:
self.time_limit = time_limit
```
So with _missing default value is used, what is 0 (unlimited)
```
self.__time_limit = float(LDAPClient.time_limit)
```
"""
See the full comment at
https://github.com/freeipa/freeipa/pull/145#issuecomment-258364648
--
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code