You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
Hi,
Would it be possible to have a linux server running without any local users defined and still have the authentication of the clients trying to connect authenticated by the Cisco ACS (AAA) server ?
I now have the setup 1.5.0 running but I do need to create a local user (in disabled state) in order to get access by authentication by ACS. As we have too many users from different groups I wish not to create all those local acounts ?!
Is this possible ?
The text was updated successfully, but these errors were encountered:
Hi,
Would it be possible to have a linux server running without any local users
defined and still have the authentication of the clients trying to connect
authenticated by the Cisco ACS (AAA) server ?
I now have the setup running but I do need to create a local user (in disabled
state) in order to get access by authentication by ACS. As we have too many
users from different groups I wish not to create all those local acounts ?!
Is this possible ?
Yes, it's possible. You have to either fake out the accounts as being
local via NSS (there are several NSS plugins for this), or map the
remote users to one or more local users.
I took the latter approach for Cumulus Linux. See the repos at
https://github.com/daveolson53
In particular, my modified libpam-tacplus (which is out of date with
the current master), libnss-tacplus, and libtacplus-map; those 3 are
the minimum you would need.
Dave Olson
[email protected]
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Would it be possible to have a linux server running without any local users defined and still have the authentication of the clients trying to connect authenticated by the Cisco ACS (AAA) server ?
I now have the setup 1.5.0 running but I do need to create a local user (in disabled state) in order to get access by authentication by ACS. As we have too many users from different groups I wish not to create all those local acounts ?!
Is this possible ?
The text was updated successfully, but these errors were encountered: