|
|
|
|
|
|
|
|
|
|
ActiveDirectory (Property) In french: ActiveDirectory
The ActiveDirectory property allows you to connect to an HFSQL server using Active Directory authentication. It is possible to: - Determine if the connection uses Active Directory authentication.
- Define if the connection will use Active Directory authentication.
Note: The connection can correspond: cnx_sso is Connection
cnx_sso.Provider = hAccessHFClientServer
cnx_sso.Server = "srv1.mondomaine.com"
cnx_sso.ActiveDirectory = True
HOpenConnection(cnx_sso)
cnx is Connection
cnx.Provider = hAccessHFClientServer
cnx.Server = "srv1.mondomaine.com"
cnx.ActiveDirectory = True
cnx.User = "Nom_compte@mondomaine.com"
cnx.MotDePasse = "xxxxxx"
HOpenConnection(cnx)
Syntax
Determine if the connection uses Active Directory authentication Hide the details
<Result> = <Authentication>.ActiveDirectory
<Result>: Boolean - True if the connection uses Active Directory authentication,
- False otherwise.
<Authentication>: Character string or Connection variable Name of the connection used. This name is defined:
Define if the connection will use Active Directory authentication Hide the details
<Authentication>.ActiveDirectory = <Active Directory Management>
<Authentication>: Character string or Connection variable Name of the connection used. This name is defined: <Active Directory Management>: Boolean - True if the connection uses Active Directory authentication,
- False otherwise.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|