LibreOffice Module extensions (master) 1
|
Struct containing the information on LDAP connection. More...
#include <ldapaccess.hxx>
Public Member Functions | |
LdapDefinition () | |
Public Attributes | |
OUString | mServer |
LDAP server name. More... | |
sal_Int32 | mPort |
LDAP server port number. More... | |
OUString | mBaseDN |
Repository base DN. More... | |
OUString | mAnonUser |
DN to use for "anonymous" connection. More... | |
OUString | mAnonCredentials |
Credentials to use for "anonymous" connection. More... | |
OUString | mUserObjectClass |
User Entity Object Class. More... | |
OUString | mUserUniqueAttr |
User Entity Unique Attribute. More... | |
Struct containing the information on LDAP connection.
Definition at line 49 of file ldapaccess.hxx.
|
inline |
Definition at line 66 of file ldapaccess.hxx.
OUString extensions::config::ldap::LdapDefinition::mAnonCredentials |
Credentials to use for "anonymous" connection.
Definition at line 60 of file ldapaccess.hxx.
Referenced by extensions::config::ldap::LdapConnection::connectSimple(), and extensions::config::ldap::LdapUserProfileBe::readLdapConfiguration().
OUString extensions::config::ldap::LdapDefinition::mAnonUser |
DN to use for "anonymous" connection.
Definition at line 58 of file ldapaccess.hxx.
Referenced by extensions::config::ldap::LdapConnection::connectSimple(), and extensions::config::ldap::LdapUserProfileBe::readLdapConfiguration().
OUString extensions::config::ldap::LdapDefinition::mBaseDN |
Repository base DN.
Definition at line 56 of file ldapaccess.hxx.
Referenced by extensions::config::ldap::LdapConnection::findUserDn(), and extensions::config::ldap::LdapUserProfileBe::readLdapConfiguration().
sal_Int32 extensions::config::ldap::LdapDefinition::mPort |
LDAP server port number.
Definition at line 54 of file ldapaccess.hxx.
Referenced by extensions::config::ldap::LdapConnection::initConnection(), and extensions::config::ldap::LdapUserProfileBe::readLdapConfiguration().
OUString extensions::config::ldap::LdapDefinition::mServer |
LDAP server name.
Definition at line 52 of file ldapaccess.hxx.
Referenced by extensions::config::ldap::LdapConnection::initConnection(), and extensions::config::ldap::LdapUserProfileBe::readLdapConfiguration().
OUString extensions::config::ldap::LdapDefinition::mUserObjectClass |
User Entity Object Class.
Definition at line 62 of file ldapaccess.hxx.
Referenced by extensions::config::ldap::LdapConnection::findUserDn(), and extensions::config::ldap::LdapUserProfileBe::readLdapConfiguration().
OUString extensions::config::ldap::LdapDefinition::mUserUniqueAttr |
User Entity Unique Attribute.
Definition at line 64 of file ldapaccess.hxx.
Referenced by extensions::config::ldap::LdapConnection::findUserDn(), and extensions::config::ldap::LdapUserProfileBe::readLdapConfiguration().