EDataServer.SourceLDAP¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/en |
LDAP authentication method |
||
r/w/c/en |
Allow browsing contacts |
||
r/w/c/en |
LDAP search filter |
||
r/w/c/en |
Download limit |
||
r/w/c/en |
LDAP search base |
||
r/w/c/en |
LDAP search scope |
||
r/w/en |
LDAP security method |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class EDataServer.SourceLDAP(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- get_authentication()¶
- Return type:
- get_scope()¶
- Return type:
- get_security()¶
- Return type:
- set_authentication(authentication)¶
- Parameters:
authentication (
EDataServer.SourceLDAPAuthentication
) –
- set_scope(scope)¶
- Parameters:
scope (
EDataServer.SourceLDAPScope
) –
- set_security(security)¶
- Parameters:
security (
EDataServer.SourceLDAPSecurity
) –
Property Details¶
- EDataServer.SourceLDAP.props.authentication¶
- Name:
authentication
- Type:
- Default Value:
- Flags:
LDAP authentication method
- EDataServer.SourceLDAP.props.can_browse¶
- Name:
can-browse
- Type:
- Default Value:
- Flags:
Allow browsing contacts
- EDataServer.SourceLDAP.props.filter¶
- Name:
filter
- Type:
- Default Value:
''
- Flags:
LDAP search filter
- EDataServer.SourceLDAP.props.limit¶
- Name:
limit
- Type:
- Default Value:
100
- Flags:
Download limit
- EDataServer.SourceLDAP.props.root_dn¶
- Name:
root-dn
- Type:
- Default Value:
''
- Flags:
LDAP search base
- EDataServer.SourceLDAP.props.scope¶
- Name:
scope
- Type:
- Default Value:
- Flags:
LDAP search scope
- EDataServer.SourceLDAP.props.security¶
- Name:
security
- Type:
- Default Value:
- Flags:
LDAP security method