I have a Windows 2008 R2 Domain/Forest functional level environment with an OpenVPN Access Server (v1.8.4.400) that is Active Directory integrated and working smoothly. I've been working with our DBA to streamline the permissions process and we have decided that we want to implement access to the various MS SQL Databases through AD User account and/or AD Group.
We created a test user: dbtest@domain.local and assigned the account through SQL Management Studio to the proper role using DOMAIN\dbtest.
We then connected to the OpenVPN box, authenticated successfully but when we try to connect to the SQL db we receive the following error:
UPDATED (Direct from Error Logs)
12/13/2013 08:00:02,Logon,Unknown,Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. [CLIENT: 10.0.160.201]
12/13/2013 08:00:02,Logon,Unknown,Error: 18452<c/> Severity: 14<c/> State: 1.
12/13/2013 08:00:02,Logon,Unknown,SSPI handshake failed with error code 0x8009030c<c/> state 14 while establishing a connection with integrated security; the connection has been cclosed. Reason: AcceptSecurityContext failed. The Windows error code indicates the cause of failure. The logon attempt failed [CLIENT: 10.0.160.201]
12/13/2013 08:00:02,Logon,Unknown,Error: 17806<c/> Severity: 20<c/> State: 14.
Is there anyway to make this work knowing that the remote machines connecting through the VPN are not joined to the domain? The accounts they are connecting with are domain accounts.
Thanks in advance!