Inherited by IDSSLDAPSettings6.
It is derived from IDSSLDAPSettings, IDSSLDAPSettings2, IDSSLDAPSettings3, and IDSSLDAPSettings4. In addition to properties and methods of those interfaces, it contains the following setting for LDAP authentication:
Public Member Functions | |
| HRESULT | AllowReusePreviousLDAPSecurityFilter ([in] VARIANT_BOOL iAllowReusePreviousLDAPSecurityFilter) |
| Indicator of whether to allow using of previous LDAP security filter if a new one can not be created due to lack of LDAP attribuite values. | |
| HRESULT | AllowReusePreviousLDAPSecurityFilter ([out, retval] VARIANT_BOOL *opAllowReusePreviousLDAPSecurityFilter) |
| Indicator of whether to allow using of previous LDAP security filter if a new one can not be created due to lack of LDAP attribuite values. | |
| HRESULT | BatchImportGroup ([in] EnumDSSLDAPImport iBatchImportGroup) |
| The indicator of whether to import a LDAP group during batch LDAP import/synchronization. | |
| HRESULT | BatchImportGroup ([out, retval] EnumDSSLDAPImport *opBatchImportGroup) |
| The indicator of whether to import a LDAP group during batch LDAP import/synchronization. | |
| HRESULT | BatchImportUser ([in] EnumDSSLDAPImport iBatchImportUser) |
| The indicator of whether to import a LDAP user during batch LDAP import/synchronization. | |
| HRESULT | BatchImportUser ([out, retval] EnumDSSLDAPImport *opBatchImportUser) |
| The indicator of whether to import a LDAP user during batch LDAP import/synchronization. | |
| HRESULT | BatchSearchFilterForGroups ([in] BSTR iBatchSearchFilterForGroups) |
| The LDAP search filter for batch import/synchronize LDAP groups. | |
| HRESULT | BatchSearchFilterForGroups ([out, retval] BSTR *opBatchSearchFilterForGroups) |
| The LDAP search filter for batch import/synchronize LDAP groups. | |
| HRESULT | BatchSearchFilterForUsers ([in] BSTR iBatchSearchFilterForUsers) |
| The LDAP search filter for batch import/synchronize LDAP users. | |
| HRESULT | BatchSearchFilterForUsers ([out, retval] BSTR *opBatchSearchFilterForUsers) |
| The LDAP search filter for batch import/synchronize LDAP users. | |
| HRESULT | BatchSynch ([in] EnumDSSLDAPSynch iBatchSynch) |
| Indicator of whether to synch user and/or group during batch LDAP import/synchronization. | |
| HRESULT | BatchSynch ([out, retval] EnumDSSLDAPSynch *opBatchSynch) |
| Indicator of whether to synch user and/or group during batch LDAP import/synchronization. | |
| HRESULT | LDAPAttributeDataTypes ([in] VARIANT *ipLDAPAttributeDataTypes) |
| The list of LDAP attribute datatypes. | |
| HRESULT | LDAPAttributeDataTypes ([out, retval] VARIANT *opLDAPAttributeDataTypes) |
| The list of LDAP attribute datatypes. | |
| HRESULT | LDAPAttributes ([in] VARIANT *ipLDAPAttributes) |
| The list of LDAP attributes, which values will be read during login. | |
| HRESULT | LDAPAttributes ([out, retval] VARIANT *opLDAPAttributes) |
| The list of LDAP attributes, which values will be read during login. | |
| HRESULT | LDAPAuthUserBind ([in] Int32 iLDAPAuthUserBind) |
| Indicator of whether to keep or drop the authentication user bind after a LDAP login request. | |
| HRESULT | LDAPAuthUserBind ([out, retval] Int32 *opLDAPAuthUserBind) |
| Indicator of whether to keep or drop the authentication user bind after a LDAP login request. | |
| HRESULT | LDAPVerification ([in] EnumDSSLDAPVerification iLDAPVerification) |
| Indicator of whether to use password comparing or bind to verify the user credential. | |
| HRESULT | LDAPVerification ([out, retval] EnumDSSLDAPVerification *opLDAPVerification) |
| Indicator of whether to use password comparing or bind to verify the user credential. | |
| HRESULT | NTAuthenticationWithLDAP ([in] VARIANT_BOOL iNTAuthenticationWithLDAP) |
| Indicator of whether to use LDAP import/synch in Windows NT Authentication. | |
| HRESULT | NTAuthenticationWithLDAP ([out, retval] VARIANT_BOOL *opNTAuthenticationWithLDAP) |
| Indicator of whether to use LDAP import/synch in Windows NT Authentication. | |
| HRESULT | RecursiveLDAPGroupSearchLevel ([in] Int32 iRecursiveLDAPGroupSearchLevel) |
| Number of recursive LDAP group search level. | |
| HRESULT | RecursiveLDAPGroupSearchLevel ([out, retval] Int32 *opRecursiveLDAPGroupSearchLevel) |
| Number of recursive LDAP group search level. | |
| HRESULT | SimpleSecurityPlugInWithLDAP ([in] VARIANT_BOOL iSimpleSecurityPlugInWithLDAP) |
| Indicator of whether to use LDAP import/synch in Windows NT Authentication. | |
| HRESULT | SimpleSecurityPlugInWithLDAP ([out, retval] VARIANT_BOOL *opSimpleSecurityPlugInWithLDAP) |
| Indicator of whether to use LDAP import/synch in Simple Security Plug-In Authentication. | |
|
|
Indicator of whether to allow using of previous LDAP security filter if a new one can not be created due to lack of LDAP attribuite values. The user will be refuesd to login the project if the user can not reuse the previous LDAP security filter.
|
|
|
Indicator of whether to allow using of previous LDAP security filter if a new one can not be created due to lack of LDAP attribuite values. The user will be refuesd to login the project if the user can not reuse the previous LDAP security filter.
|
|
|
The indicator of whether to import a LDAP group during batch LDAP import/synchronization.
|
|
|
The indicator of whether to import a LDAP group during batch LDAP import/synchronization.
|
|
|
The indicator of whether to import a LDAP user during batch LDAP import/synchronization.
|
|
|
The indicator of whether to import a LDAP user during batch LDAP import/synchronization.
|
|
|
The LDAP search filter for batch import/synchronize LDAP groups.
|
|
|
The LDAP search filter for batch import/synchronize LDAP groups.
|
|
|
The LDAP search filter for batch import/synchronize LDAP users.
|
|
|
The LDAP search filter for batch import/synchronize LDAP users.
|
|
|
Indicator of whether to synch user and/or group during batch LDAP import/synchronization. The current bit-wise values are:
|
|
|
Indicator of whether to synch user and/or group during batch LDAP import/synchronization. The current bit-wise values are:
|
|
|
The list of LDAP attribute datatypes. The data type of a string-valued LDAP attribute is VT_BTSR. The data type of a DATE-valued LDAP attribute is VT_DATE. This list matches the LDAP attribute name list in LDAPAttributes.
|
|
|
The list of LDAP attribute datatypes. The data type of a string-valued LDAP attribute is VT_BTSR. The data type of a DATE-valued LDAP attribute is VT_DATE. This list matches the LDAP attribute name list in LDAPAttributes.
|
|
|
The list of LDAP attributes, which values will be read during login.
|
|
|
The list of LDAP attributes, which values will be read during login.
|
|
|
Indicator of whether to keep or drop the authentication user bind after a LDAP login request.
|
|
|
Indicator of whether to keep or drop the authentication user bind after a LDAP login request.
|
|
|
Indicator of whether to use password comparing or bind to verify the user credential.
|
|
|
Indicator of whether to use password comparing or bind to verify the user credential.
|
|
|
Indicator of whether to use LDAP import/synch in Windows NT Authentication.
|
|
|
Indicator of whether to use LDAP import/synch in Windows NT Authentication.
|
|
|
Number of recursive LDAP group search level. The default is 1. O means no LDAP group search.
|
|
|
Number of recursive LDAP group search level. The default is 1. O means no LDAP group search.
|
|
|
Indicator of whether to use LDAP import/synch in Windows NT Authentication.
|
|
|
Indicator of whether to use LDAP import/synch in Simple Security Plug-In Authentication.
|