Hello,
I am facing an issue for AAA authentication of Nexus switch for AD users via ACS 5.8.
Following is the configuration on Nexus:
aaa group server tacacs+ ACS_GRP
server 10.2.200.101
use-vrf management
source-interface mgmt0
aaa authentication login default group ACS_GRP
aaa accounting default group ACS_GRP
aaa authorization config-commands default group ACS_GRP
feature tacacs+
tacacs-server key 7 "XXXXX"
tacacs-server timeout 60
tacacs-server host 10.2.200.101 key 7 "XXXXX"
aaa group server tacacs+ ACS_GRP
server 10.2.200.101
use-vrf management
source-interface mgmt0
Authentication is working fine for the Local user created on the ACS server, but I am getting following error when authenticating a user from domain:
2016 Dec 22 13:47:39 L1SWT1WAN01 %DAEMON-3-SYSTEM_MSG: Unable to create temporary user AD USER. Error 0x404a0036 (0) - sshd[11121]
2016 Dec 22 13:47:39 L1SWT1WAN01 %AUTHPRIV-3-SYSTEM_MSG: pam_aaa:Authentication failed for user AD USER from 10.1.218.28 - sshd[11121]
2016 Dec 22 13:47:39 L1SWT1WAN01 %DAEMON-3-SYSTEM_MSG: error: PAM: Authentication failure for illegal user AD USER from 10.1.218.28 - sshd[11120]
Regards,
Harshal