LDAP NamespaceΒΆ

Namespace: LDAP.

class zlogging.enum.ldap.ProtocolOpcode(*values)[source]

Bases: IntFlag

Enum: LDAP::ProtocolOpcode.

ProtocolOpcode_BIND_REQUEST = 1
ProtocolOpcode_BIND_RESPONSE = 2
ProtocolOpcode_UNBIND_REQUEST = 4
ProtocolOpcode_SEARCH_REQUEST = 8
ProtocolOpcode_SEARCH_RESULT_ENTRY = 16
ProtocolOpcode_SEARCH_RESULT_DONE = 32
ProtocolOpcode_MODIFY_REQUEST = 64
ProtocolOpcode_MODIFY_RESPONSE = 128
ProtocolOpcode_ADD_REQUEST = 256
ProtocolOpcode_ADD_RESPONSE = 512
ProtocolOpcode_DEL_REQUEST = 1024
ProtocolOpcode_DEL_RESPONSE = 2048
ProtocolOpcode_MOD_DN_REQUEST = 4096
ProtocolOpcode_MOD_DN_RESPONSE = 8192
ProtocolOpcode_COMPARE_REQUEST = 16384
ProtocolOpcode_COMPARE_RESPONSE = 32768
ProtocolOpcode_ABANDON_REQUEST = 65536
ProtocolOpcode_SEARCH_RESULT_REFERENCE = 131072
ProtocolOpcode_EXTENDED_REQUEST = 262144
ProtocolOpcode_EXTENDED_RESPONSE = 524288
ProtocolOpcode_INTERMEDIATE_RESPONSE = 1048576
ProtocolOpcode_Undef = 2097152
static _generate_next_value_(name, start, count, last_values)

Generate the next value when not given.

name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None

class zlogging.enum.ldap.ResultCode(*values)[source]

Bases: IntFlag

Enum: LDAP::ResultCode.

ResultCode_SUCCESS = 1
ResultCode_OPERATIONS_ERROR = 2
ResultCode_PROTOCOL_ERROR = 4
ResultCode_TIME_LIMIT_EXCEEDED = 8
ResultCode_SIZE_LIMIT_EXCEEDED = 16
ResultCode_COMPARE_FALSE = 32
ResultCode_COMPARE_TRUE = 64
ResultCode_AUTH_METHOD_NOT_SUPPORTED = 128
ResultCode_STRONGER_AUTH_REQUIRED = 256
ResultCode_PARTIAL_RESULTS = 512
ResultCode_REFERRAL = 1024
ResultCode_ADMIN_LIMIT_EXCEEDED = 2048
ResultCode_UNAVAILABLE_CRITICAL_EXTENSION = 4096
ResultCode_CONFIDENTIALITY_REQUIRED = 8192
ResultCode_SASL_BIND_IN_PROGRESS = 16384
ResultCode_NO_SUCH_ATTRIBUTE = 32768
ResultCode_UNDEFINED_ATTRIBUTE_TYPE = 65536
ResultCode_INAPPROPRIATE_MATCHING = 131072
ResultCode_CONSTRAINT_VIOLATION = 262144
ResultCode_ATTRIBUTE_OR_VALUE_EXISTS = 524288
ResultCode_INVALID_ATTRIBUTE_SYNTAX = 1048576
ResultCode_NO_SUCH_OBJECT = 2097152
ResultCode_ALIAS_PROBLEM = 4194304
ResultCode_INVALID_DNSYNTAX = 8388608
ResultCode_ALIAS_DEREFERENCING_PROBLEM = 16777216
ResultCode_INAPPROPRIATE_AUTHENTICATION = 33554432
ResultCode_INVALID_CREDENTIALS = 67108864
ResultCode_INSUFFICIENT_ACCESS_RIGHTS = 134217728
ResultCode_BUSY = 268435456
ResultCode_UNAVAILABLE = 536870912
ResultCode_UNWILLING_TO_PERFORM = 1073741824
ResultCode_LOOP_DETECT = 2147483648
ResultCode_SORT_CONTROL_MISSING = 4294967296
ResultCode_OFFSET_RANGE_ERROR = 8589934592
ResultCode_NAMING_VIOLATION = 17179869184
ResultCode_OBJECT_CLASS_VIOLATION = 34359738368
ResultCode_NOT_ALLOWED_ON_NON_LEAF = 68719476736
ResultCode_NOT_ALLOWED_ON_RDN = 137438953472
ResultCode_ENTRY_ALREADY_EXISTS = 274877906944
ResultCode_OBJECT_CLASS_MODS_PROHIBITED = 549755813888
ResultCode_RESULTS_TOO_LARGE = 1099511627776
ResultCode_AFFECTS_MULTIPLE_DSAS = 2199023255552
ResultCode_CONTROL_ERROR = 4398046511104
ResultCode_OTHER = 8796093022208
ResultCode_SERVER_DOWN = 17592186044416
ResultCode_LOCAL_ERROR = 35184372088832
ResultCode_ENCODING_ERROR = 70368744177664
ResultCode_DECODING_ERROR = 140737488355328
ResultCode_TIMEOUT = 281474976710656
ResultCode_AUTH_UNKNOWN = 562949953421312
ResultCode_FILTER_ERROR = 1125899906842624
ResultCode_USER_CANCELED = 2251799813685248
ResultCode_PARAM_ERROR = 4503599627370496
ResultCode_NO_MEMORY = 9007199254740992
ResultCode_CONNECT_ERROR = 18014398509481984
ResultCode_NOT_SUPPORTED = 36028797018963968
ResultCode_CONTROL_NOT_FOUND = 72057594037927936
ResultCode_NO_RESULTS_RETURNED = 144115188075855872
ResultCode_MORE_RESULTS_TO_RETURN = 288230376151711744
ResultCode_CLIENT_LOOP = 576460752303423488
ResultCode_REFERRAL_LIMIT_EXCEEDED = 1152921504606846976
ResultCode_INVALID_RESPONSE = 2305843009213693952
ResultCode_AMBIGUOUS_RESPONSE = 4611686018427387904
ResultCode_TLS_NOT_SUPPORTED = 9223372036854775808
ResultCode_INTERMEDIATE_RESPONSE = 18446744073709551616
ResultCode_UNKNOWN_TYPE = 36893488147419103232
ResultCode_LCUP_INVALID_DATA = 73786976294838206464
ResultCode_LCUP_UNSUPPORTED_SCHEME = 147573952589676412928
ResultCode_LCUP_RELOAD_REQUIRED = 295147905179352825856
ResultCode_CANCELED = 590295810358705651712
ResultCode_NO_SUCH_OPERATION = 1180591620717411303424
ResultCode_TOO_LATE = 2361183241434822606848
ResultCode_CANNOT_CANCEL = 4722366482869645213696
ResultCode_ASSERTION_FAILED = 9444732965739290427392
ResultCode_AUTHORIZATION_DENIED = 18889465931478580854784
ResultCode_Undef = 37778931862957161709568
static _generate_next_value_(name, start, count, last_values)

Generate the next value when not given.

name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None

class zlogging.enum.ldap.BindAuthType(*values)[source]

Bases: IntFlag

Enum: LDAP::BindAuthType.

BindAuthType_BIND_AUTH_SIMPLE = 1
BindAuthType_BIND_AUTH_SASL = 2
BindAuthType_SICILY_PACKAGE_DISCOVERY = 4
BindAuthType_SICILY_NEGOTIATE = 8
BindAuthType_SICILY_RESPONSE = 16
BindAuthType_Undef = 32
static _generate_next_value_(name, start, count, last_values)

Generate the next value when not given.

name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None

class zlogging.enum.ldap.SearchScope(*values)[source]

Bases: IntFlag

Enum: LDAP::SearchScope.

SearchScope_SEARCH_BASE = 1
SearchScope_SEARCH_SINGLE = 2
SearchScope_SEARCH_TREE = 4
SearchScope_Undef = 8
static _generate_next_value_(name, start, count, last_values)

Generate the next value when not given.

name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None

class zlogging.enum.ldap.SearchDerefAlias(*values)[source]

Bases: IntFlag

Enum: LDAP::SearchDerefAlias.

SearchDerefAlias_DEREF_NEVER = 1
SearchDerefAlias_DEREF_IN_SEARCHING = 2
SearchDerefAlias_DEREF_FINDING_BASE = 4
SearchDerefAlias_DEREF_ALWAYS = 8
SearchDerefAlias_Undef = 16
static _generate_next_value_(name, start, count, last_values)

Generate the next value when not given.

name: the name of the member start: the initial start value or None count: the number of existing members last_values: the last value assigned or None