Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd/search.py
Commit message (Collapse)AuthorAgeFilesLines
* Detect and handle connection failure and recoveryArthur de Jong2013-03-291-0/+22
| | | | | Logs a connection recovery message and run a nscd cache invalidation if configured.
* clean up imports and use ↵Arthur de Jong2013-03-091-4/+0
| | | | ldap.filter.escape_filter_chars() directly
* move get_connection function to search module as ↵Arthur de Jong2013-03-091-0/+25
| | | | Connection class as subclass of ReconnectLDAPObject to automatically reconnect to the LDAP server
* move Search class to search moduleArthur de Jong2013-03-091-0/+144