Package ldaptor :: Module config
[show private | hide private]
[frames | no frames]

Module ldaptor.config

Classes
LDAPConfig  

Function Summary
  loadConfig(configFiles, reload)
Load configuration file.
  useLMhash()
Read configuration file if necessary and return whether to use LanMan hashes or not.

Variable Summary
list CONFIG_FILES = ['/etc/ldaptor/global.cfg', '/home/tv/.ld...
dict DEFAULTS = {'samba': {'use-lmhash': 'no'}}

Function Details

loadConfig(configFiles=None, reload=False)

Load configuration file.

useLMhash()

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

Variable Details

CONFIG_FILES

Type:
list
Value:
['/etc/ldaptor/global.cfg', '/home/tv/.ldaptor/global.cfg']            

DEFAULTS

Type:
dict
Value:
{'samba': {'use-lmhash': 'no'}}                                        

Generated by Epydoc 2.1 on Tue Aug 17 17:08:22 2004 http://epydoc.sf.net