deLDAPUserConnector Constructor (deUserSession, String, String, String, String, String, String)
Initializes a new instance of the deLDAPUserConnector class.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public deLDAPUserConnector( deUserSession oUserSession, string ldapPath, string ldapUserName, string ldapPassword, string externalUserNameFieldName, string externalFullNameFieldName, string externalUserEmailFieldName )
Parameters
- oUserSession
- Type: deUserSession
The o user session.
- ldapPath
- Type: String
The LDAP path.
- ldapUserName
- Type: String
Name of the LDAP user.
- ldapPassword
- Type: String
The LDAP password.
- externalUserNameFieldName
- Type: String
Name of the external user name field.
- externalFullNameFieldName
- Type: String
Name of the external full name field.
- externalUserEmailFieldName
- Type: String
Name of the external user email field.