Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pynslcd/search.py
Commit message (Collapse)AuthorAgeFilesLines
* Properly handle start_tls in pynslcdArthur de Jong2013-07-281-0/+4
|
* Rename nscd_invalidate option to reconnect_invalidateArthur de Jong2013-07-261-2/+2
| | | | | This also renames the internal nscd module to invalidator for both nslcd and pynslcd. The new invalidator module is now no longer nscd-specific.
* Python style changesArthur de Jong2013-04-121-1/+1
| | | | | | | This tries to conform more closely to PEP8. Imports have been checked and, if used only once, moved closer to the use to avoid potential import loops. This also includes a few other minor changes, like using __main__ for utility scripts and variable renames to avoid name clashes.
* 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