package documentation

LDAP authorization provider.

From __init__.py:

Class Config LDAP authorization provider
Class Object Undocumented
Class UserSpec Map LDAP filters to authorization roles
Function _as_dict Undocumented
Function _is_member_of Undocumented
Function _make_filter Undocumented
Constant _MS_ACCOUNTDISABLE Undocumented
Constant _MS_DONT_EXPIRE_PASSWORD Undocumented
Constant _MS_DONT_REQ_PREAUTH Undocumented
Constant _MS_ENCRYPTED_TEXT_PWD_ALLOWED Undocumented
Constant _MS_HOMEDIR_REQUIRED Undocumented
Constant _MS_INTERDOMAIN_TRUST_ACCOUNT Undocumented
Constant _MS_LOCKOUT Undocumented
Constant _MS_MNS_LOGON_ACCOUNT Undocumented
Constant _MS_NORMAL_ACCOUNT Undocumented
Constant _MS_NOT_DELEGATED Undocumented
Constant _MS_PARTIAL_SECRETS_ACCOUNT Undocumented
Constant _MS_PASSWD_CANT_CHANGE Undocumented
Constant _MS_PASSWD_NOTREQD Undocumented
Constant _MS_PASSWORD_EXPIRED Undocumented
Constant _MS_SCRIPT Undocumented
Constant _MS_SERVER_TRUST_ACCOUNT Undocumented
Constant _MS_SMARTCARD_REQUIRED Undocumented
Constant _MS_TEMP_DUPLICATE_ACCOUNT Undocumented
Constant _MS_TRUSTED_FOR_DELEGATION Undocumented
Constant _MS_TRUSTED_TO_AUTH_FOR_DELEGATION Undocumented
Constant _MS_USE_DES_KEY_ONLY Undocumented
Constant _MS_WORKSTATION_TRUST_ACCOUNT Undocumented
def _as_dict(data): (source)

Undocumented

def _make_filter(filter_dict): (source)

Undocumented

def _is_member_of(group_dict, user_dn): (source)

Undocumented

_MS_SCRIPT: int = (source)

Undocumented

Value
1
_MS_ACCOUNTDISABLE: int = (source)

Undocumented

Value
2
_MS_HOMEDIR_REQUIRED: int = (source)

Undocumented

Value
8
_MS_LOCKOUT: int = (source)

Undocumented

Value
16
_MS_PASSWD_NOTREQD: int = (source)

Undocumented

Value
32
_MS_PASSWD_CANT_CHANGE: int = (source)

Undocumented

Value
64
_MS_ENCRYPTED_TEXT_PWD_ALLOWED: int = (source)

Undocumented

Value
128
_MS_TEMP_DUPLICATE_ACCOUNT: int = (source)

Undocumented

Value
256
_MS_NORMAL_ACCOUNT: int = (source)

Undocumented

Value
512
_MS_INTERDOMAIN_TRUST_ACCOUNT: int = (source)

Undocumented

Value
2048
_MS_WORKSTATION_TRUST_ACCOUNT: int = (source)

Undocumented

Value
4096
_MS_SERVER_TRUST_ACCOUNT: int = (source)

Undocumented

Value
8192
_MS_DONT_EXPIRE_PASSWORD: int = (source)

Undocumented

Value
65536
_MS_MNS_LOGON_ACCOUNT: int = (source)

Undocumented

Value
131072
_MS_SMARTCARD_REQUIRED: int = (source)

Undocumented

Value
262144
_MS_TRUSTED_FOR_DELEGATION: int = (source)

Undocumented

Value
524288
_MS_NOT_DELEGATED: int = (source)

Undocumented

Value
1048576
_MS_USE_DES_KEY_ONLY: int = (source)

Undocumented

Value
2097152
_MS_DONT_REQ_PREAUTH: int = (source)

Undocumented

Value
4194304
_MS_PASSWORD_EXPIRED: int = (source)

Undocumented

Value
8388608
_MS_TRUSTED_TO_AUTH_FOR_DELEGATION: int = (source)

Undocumented

Value
16777216
_MS_PARTIAL_SECRETS_ACCOUNT: int = (source)

Undocumented

Value
67108864