Configuration (CPF) Merge with Authentication Configuration Sample?
Does anyone happen to have a sample Configuration (CPF) Merge file that includes Action parameters setting up authentication methods (e.g. Password, Kerberos) for certain Services and Web Applications (e.g. via the ModifyService or Modify/CreateApplication AutheEnabled property)?
Thanks!
Discussion (2)0
Comments
I use this to enable OS level authentication for the terminal service inside a container to prevent prompting for login when accessing the IRIS command line inside a container.
[Actions] ModifyService:Name=%Service_Terminal,AutheEnabled=16
%Service_Terminal in Docker images already has OS Auth enabled by default