models.auth_type_enum module¶
- 
class 
models.auth_type_enum.AuthTypeEnum[source]¶ Bases:
objectImplementation of the ‘AuthType’ enum.
Specifies the authentication type used while connecting to LDAP servers. Authentication level. ‘kAnonymous’ indicates LDAP authentication type ‘Anonymous’ ‘kSimple’ indicates LDAP authentication type ‘Simple’
- Attributes:
 KANONYMOUS: TODO: type description here. KSIMPLE: TODO: type description here.
- 
KANONYMOUS= 'kAnonymous'¶ 
- 
KSIMPLE= 'kSimple'¶