module documentation

Undocumented

Class LDAPConfig Undocumented
Class MissingBaseDNError Configuration must specify a base DN
Function loadConfig Load configuration file.
Function useLMhash Read configuration file if necessary and return whether to use LanMan hashes or not.
Constant CONFIG_FILES Undocumented
Constant DEFAULTS Undocumented
Variable __config Undocumented
def loadConfig(configFiles=None, reload=False): (source)

Load configuration file.

def useLMhash(): (source)

Read configuration file if necessary and return whether to use LanMan hashes or not.

CONFIG_FILES = (source)

Undocumented

Value
['/etc/ldaptor/global.cfg', os.path.expanduser('~/.ldaptor/global.cfg')]
DEFAULTS: dict = (source)

Undocumented

Value
{'samba': {'use-lmhash': 'no'}}
__config = (source)

Undocumented