Package easyLDAP :: Module easyLDAP_defaults
[frames] | no frames]

Module easyLDAP_defaults

source code

Default settings for easyLDAP.

Functions
 
print_easyLDAP_defaults()
Prints out a beautiful overview on the content of the EASY_LDAP dicitionary.
source code
Variables
  EASY_LDAP = {'AdminRDN': 'cn=admin', 'AutomountRDN': 'ou=autom...
EASY_LDAP contains all the easyLDAP default values.
  __package__ = 'easyLDAP'
Function Details

print_easyLDAP_defaults()

source code 

Prints out a beautiful overview on the content of the EASY_LDAP dicitionary.

The EASY_LDAP dictionary is used to pre-define the contact information for your LDAP server before calling any of the easyLDAP_* constructors.


Variables Details

EASY_LDAP

EASY_LDAP contains all the easyLDAP default values. Before calling an easyLDAP_* constructor, make sure EASY_LDAP contains all the information needed to contact your LDAP server.

Value:
{'AdminRDN': 'cn=admin',
 'AutomountRDN': 'ou=automount',
 'BaseDN': 'dc=localdomain',
 'BindDN': '',
 'BindPW': '',
 'CacheHistorySize': 50,
 'ExcludeFromCharsetEncoding': ['jpegPhoto', 'photo', 'audio'],
 'ForceLocaleCharsetEncoding': '',
...