Inherited by IDSSLDAPSettings4.
It is derived from IDSSLDAPSettings and IDSSLDAPSettings2. In addition to properties and methods of IDSSLDAPSettings and IDSSLDAPSettings2, it contains the following setting for LDAP authentication:
Public Member Functions | |
| HRESULT | LDAPAttributeForGroupName ([in] BSTR LDAPAttributeForGroupName) |
| The LDAP attribute for MicroStrategy group name. | |
| HRESULT | LDAPAttributeForGroupName ([out, retval] BSTR *pLDAPAttributeForGroupName) |
| The LDAP attribute for MicroStrategy group name. | |
| HRESULT | LDAPAttributeForUserName ([in] BSTR LDAPAttributeForUserName) |
| The LDAP attribute for MicroStrategy user name. | |
| HRESULT | LDAPAttributeForUserName ([out, retval] BSTR *pLDAPAttributeForUserName) |
| The LDAP attribute for MicroStrategy user name. | |
| HRESULT | LDAPSearchFilterForDNFromLogin ([in] BSTR LDAPSearchFilterForDNFromLogin) |
| The LDAP search filter to find the LDAP user based on LDAP login. | |
| HRESULT | LDAPSearchFilterForDNFromLogin ([out, retval] BSTR *pLDAPSearchFilterForDNFromLogin) |
| The LDAP search filter to find the LDAP user based on LDAP login. | |
| HRESULT | LDAPSearchFilterForGroup ([in] BSTR LDAPSearchFilterForGroup) |
| The LDAP search filter to find the LDAP groups of a LDAP user. | |
| HRESULT | LDAPSearchFilterForGroup ([out, retval] BSTR *pLDAPSearchFilterForGroup) |
| The LDAP search filter to find the LDAP groups of a LDAP user. | |
| HRESULT | LDAPStringCoding ([in] EnumDSSLDAPStringCoding LDAPSynch) |
| The string coding used in the LDAP server. | |
| HRESULT | LDAPStringCoding ([out, retval] EnumDSSLDAPStringCoding *pLDAPSynch) |
| The string coding used in the LDAP server. | |
| HRESULT | LDAPSynch ([in] EnumDSSLDAPSynch LDAPSynch) |
| The indicator of whether to synchronize users and/or groups. | |
| HRESULT | LDAPSynch ([out, retval] EnumDSSLDAPSynch *pLDAPSynch) |
| The indicator of whether to synchronize users and/or groups. | |
|
|
The LDAP attribute for MicroStrategy group name. The name of the LDAP attribute that maps the MicroStrategy group name. It is used to fill/update the name property of the MicroStrategy group when importing and synchronizing.
|
|
|
The LDAP attribute for MicroStrategy group name. The name of the LDAP attribute that maps the MicroStrategy group name. It is used to fill/update the name property of the MicroStrategy group when importing and synchronizing.
|
|
|
The LDAP attribute for MicroStrategy user name. The name of the LDAP attribute that maps the MicroStrategy user name. It is used to fill/update the name property of the MicroStrategy user when importing and synchronizing.
|
|
|
The LDAP attribute for MicroStrategy user name. The name of the LDAP attribute that maps the MicroStrategy user name. It is used to fill/update the name property of the MicroStrategy user when importing and synchronizing.
|
|
|
The LDAP search filter to find the LDAP user based on LDAP login. The predefined symbol for LDAP login, #LDAP_LOGIN#, should be in the search filter at least once. It will be replaced by the real LDAP login when searching for the LDAP user.
|
|
|
The LDAP search filter to find the LDAP user based on LDAP login. The predefined symbol for LDAP login, #LDAP_LOGIN#, should be in the search filter at least once. It will be replaced by the real LDAP login when searching for the LDAP user.
|
|
|
The LDAP search filter to find the LDAP groups of a LDAP user.
|
|
|
The LDAP search filter to find the LDAP groups of a LDAP user.
|
|
|
The string coding used in the LDAP server. It is an enumeration value that indicates which character coding is used. Currently, the available enumeration values are
|
|
|
The string coding used in the LDAP server. It is an enumeration value that indicates which character coding is used. Currently, the available enumeration values are
|
|
|
The indicator of whether to synchronize users and/or groups. It is a bit-wise value that indicates whether to synch user and/or group during authentication process. The current bit-wise values are:
|
|
|
The indicator of whether to synchronize users and/or groups. It is a bit-wise value that indicates whether to synch user and/or group during authentication process. The current bit-wise values are:
|