DCV Authentication with Active Directory Credentials

0

I'm running NICE DCV on Rocky Linux 9.3. It works as expected with local users. I would like to authenticate with Active Directory Users. I have joined the linux instance to my AD and can login successfully with the AD user account. I would like to authenticate with the AD credentials on the NICE DCV Client as well.

I've looked at this documentation but it's unclear to me how to get this to work properly with AD Credentials. I'm not using DCV Connection Gateway. I'm connecting directly to the AWS instance through it's public IP Address. As I stated it all works as expected with local accounts. Would like to get it to work with AD Accounts.

https://docs.aws.amazon.com/dcv/latest/adminguide/security-authentication.html

Jason F
asked 2 months ago101 views
2 Answers
0

Thanks for the response. No luck though. Getting this error in the logs. I removed the username for security reasons.

I tried both and neither work. DOMAIN\username username@domain.com

2024-02-22 01:50:50,030829 [   976:2463  ] INFO  pam - User [Removed User] has not been authenticated with PAM
2024-02-22 01:50:50,030896 [   976:2463  ] INFO  sasl - Password verification failed
Jason F
answered 2 months ago
  • I should also note that if I disable the dcv authentication it takes me directly to the Linux login screen and I can successfull login with the AD user so I know the machine is authenticating to the domain correctly

0

You will need to create DCV sessions with the owner in the form domain\username.

If this is a console session, enable automatic console session and set dcv.conf owner to the desired domain\username value.

use dcv list-sessions to verify that sessions are created successful

AWS
EXPERT
Mike_L
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions