""" ldaputil - several utility classes/function for python-ldap (c) by Michael Stroeder This module is distributed under the terms of the GPL (GNU GENERAL PUBLIC LICENSE) Version 2 (see http://www.gnu.org/copyleft/gpl.html) Compability: Requires Python 2.0+. This package consists of several sub-modules: ldaputil.ldapurl: implements handling of LDAP URLs ldaputil.passwd: client-side password setting """ __version__ = '0.1.0' import passwd