04-28-2022 01:55 AM
Hello,
I've recently migrated from a 5508 to a 9800 WLC (17.3.4c code) I've done this mostly using the config conversion wizard that is available, and so far the migration has gone well. However I am getting stuck with some authentication with webauth.
I'm using the webauth bundle to present the login page from the WLC.
When a user authenticates, the authentication requests is passed to our Windows NPS service which processes the user nicely if it exists, which is all good. The problem I have is that I can't also get it to authenticate local guest users i.e. guest accounts created by the lobby account. I can see the requests hitting our NPS service and failing as they only exist locally.
On the 5508 WLC, for webauth under security and AAA servers there is the option for "Authentication priority order for web-auth user" which allows you to specify the order for authentication i.e. Local, Radius, LDAP. I don't seem to be able to find a similar feature on the 9800.
I've obviously spent a bit of time searching for an answer to this and have found guides for setting up either local or remote authentication, but nothing explaining how to combine any solution for local, then remote auth.
Has anyone got a solution for this?
Thanks
D
Solved! Go to Solution.
04-28-2022 02:16 AM
Hi
Look this link :
You can search for:
"Navigate to Configuration > Security > AAA > AAA Method List > Authentication and Add a Login Authentication method."
You can also use cli:
# configure terminal
# aaa new-model
# aaa authentication login <login-local-name> local
04-28-2022 02:59 AM
Hi Flavio,
Thank you, that has put me on the right path. I needed to set the AAA authentication group as Type login, Group type local, but also add in my NPS servers.
WLAN > Security > L3 > Authentication List > <Auth Group>
Config > Security > AAA Method List > Authentication > <Auth Group>
Auth Group config:
Type: Login
Group Type: Local
Assigned Servers: <My NPS Servers>
I had been using group type: group with my NPS servers!!
Thanks again Flavio
04-28-2022 02:16 AM
Hi
Look this link :
You can search for:
"Navigate to Configuration > Security > AAA > AAA Method List > Authentication and Add a Login Authentication method."
You can also use cli:
# configure terminal
# aaa new-model
# aaa authentication login <login-local-name> local
04-28-2022 02:59 AM
Hi Flavio,
Thank you, that has put me on the right path. I needed to set the AAA authentication group as Type login, Group type local, but also add in my NPS servers.
WLAN > Security > L3 > Authentication List > <Auth Group>
Config > Security > AAA Method List > Authentication > <Auth Group>
Auth Group config:
Type: Login
Group Type: Local
Assigned Servers: <My NPS Servers>
I had been using group type: group with my NPS servers!!
Thanks again Flavio
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide