[Freeipa-devel] [freeipa PR#145][comment] Refactoring: LDAP Connection Management

mbasti-rh freeipa-github-notification at redhat.com
Fri Nov 4 07:51:54 UTC 2016


  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


More information about the Freeipa-devel mailing list