07-23-2013 08:43 AM - edited 07-04-2021 12:29 AM
The WLC 5508 is running 7.4.100 code. This WLC is used as guest anchor controller. The issue is that from web admin page > local management users, it only shows the first 80 lobbyadmin users. It allows us to add more lobbyadmin users, but continues to show only the first 80 by alphabetical order. With this caveat, we cannot see or remove any users that beyond the page limit.
From the SECURITY > General page, it says max 2048 and used 103, so I don't think I have an issue with the user database.
Wonder if anyone has experienced this particular issue?
Thanks in advance.
Solved! Go to Solution.
07-23-2013 09:06 AM
That sounds like a parsing error to me. I'd be willing to be that the code was never designed to expect 80 Lobby Admin users.
You should be able to use the CLI to show all of them
show mgmtuser
then you can delete them
config mgmtuser delete < username >
HTH,
Steve
------------------------------------------------------------------------------------------------
Please remember to rate useful posts, and mark questions as answered
07-23-2013 09:06 AM
That sounds like a parsing error to me. I'd be willing to be that the code was never designed to expect 80 Lobby Admin users.
You should be able to use the CLI to show all of them
show mgmtuser
then you can delete them
config mgmtuser delete < username >
HTH,
Steve
------------------------------------------------------------------------------------------------
Please remember to rate useful posts, and mark questions as answered
07-23-2013 01:22 PM
Thanks Steve.
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