OpenAccess SDK Service Attributes
:
Defining Service Attributes
:
ServiceAuthMethods
ServiceAuthMethods
Specifies one or multiple authentication mechanisms the service accepts. The client must select the supported mechanism to authenticate itself to the server.
Valid values
Valid values depend on the operating system environment.
Windows
Anonymous
OSLogon(
UID
,
PWD
)
OSLogon(
HUID
,
HPWD
)
OSLogon(
UID
,
PWD
,
NPWD
)
OSLogon(
HUID
,
HPWD
,
NPWD
)
Kerberos
integrated_nt
Linux/UNIX
Anonymous
OSLogon(
UID
,
PWD
)
OSLogon(
HUID
,
HPWD
)
Kerberos
Type
Dynamic