Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

Join our "Ask Me About" community webinar on May 20th at 9 AM CET and 5 PM CET to explore cybersecurity and monitoring for Data Center and edge IT. Learn about market trends, cutting-edge technologies, and best practices from industry experts.
Register and secure your Critical IT infrastructure

APC8953 local account Issue

APC UPS Data Center & Enterprise Solutions Forum

Schneider, APC support forum to share knowledge about installation and configuration for Data Center and Business Power UPSs, Accessories, Software, Services.

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • APC UPS, Critical Power, Cooling and Racks
  • APC UPS Data Center & Enterprise Solutions Forum
  • APC8953 local account Issue
Options
  • Subscribe to RSS Feed
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
BillP
Administrator BillP Administrator
5060
voidstar_apc
Janeway voidstar_apc
196
Erasmus_apc
Sisko Erasmus_apc
112
TheNotoriousKMP_apc
Sisko TheNotoriousKMP_apc
108
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to APC UPS Data Center & Enterprise Solutions Forum
Solved
BillP
Administrator BillP Administrator
Administrator

Posted: ‎2021-06-27 11:40 PM . Last Modified: ‎2024-03-19 12:01 AM

0 Likes
3
2065
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2021-06-27 11:40 PM . Last Modified: ‎2024-03-19 12:01 AM

APC8953 local account Issue

Hello,

Full of hope, i'm trying this forum, looking for any help about this weird issue.

I'm running firmware 6.X on APC8953

I can log in with apc/apc , but as soon as i setup radius authentication, any of the local account failed (and also apc)

On my radius server, i see logs with failed attempted (with login "apc" or any apc local user)

authentication methods are:  "radius" / "radiusLocal" / "local".

I have not used any "override" settings to bypass local or radius authentication.

I did some hard reset (long duration press "reset" button, then once again when led is blinking orange) but the issue still comes out...

For info, radius account work perfectly, and i can manage the APC as an administrator using this authentication.

I'm just afraid that the "apc" account (or any local one) would be unavailable

Any guess for this weird issue ? Any idea of solving method ?

Thanks for your help.

Alex

Labels
  • Labels:
  • Racks, Rack Accessories, & Cooling
  • Tags:
  • 8953
  • account
  • apc8953
  • local
  • radius
Reply

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
BillP
Administrator BillP Administrator
Administrator

Posted: ‎2021-06-27 11:40 PM . Last Modified: ‎2024-03-19 12:01 AM

0 Likes
0
2061
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2021-06-27 11:40 PM . Last Modified: ‎2024-03-19 12:01 AM

Hi Alex,

What authentication mode do you have configured on your Rack PDU when you see this problem? Maybe I am not understanding and this answer will matter to the behavior. And, which interface are you logging into? (web, telnet, SSH, etc)

The other settings that tie into different behavior in this arena is "Remote Authentication Override" which is a global system setting under Configuration->Security->Session Management and has a corresponding CLI command as well. Then, on a per user basis, you must enable/disable this as well - under Configuration->Security->Local Users->Management and select the apc user account (in this example). If it is disabled on a global level, then it won't matter what the user configuration for this item is because it is disabled at the global level.

These settings may play into the behavior too but pertain to when you try to bypass RADIUS via a serial connection if RADIUS only or RADIUS, then local authentication is configured.

If you configure local authentication only, the local accounts are used.

The only reason I can think of a local account working with RADIUS configured is if the authentication mode is actually set to local only OR RADIUS, then local and RADIUS server is not present on the network.

See Answer In Context

Reply

Link copied. Please paste this link to share this article on your social media post.

Replies 3
BillP
Administrator BillP Administrator
Administrator

Posted: ‎2021-06-27 11:40 PM . Last Modified: ‎2024-03-19 12:01 AM

0 Likes
0
2061
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2021-06-27 11:40 PM . Last Modified: ‎2024-03-19 12:01 AM

Hi Alex,

The way our Network Management Card (NMC) enabled devices (like your Rack PDU) work with those different authentication methods are as follows:

  1. RADIUS Only (radius) - The NMC will only try to authenticate via the RADIUS server. We don't typically recommend this because if RADIUS goes down, you are stuck and will have to use serial access (unless you disable that back door or block it on a per user basis.)
  2. RADIUS then local (radiusLocal) - The NMC will try the RADIUS server for authentication and only when the RADIUS server is unreachable over the network, will the NMC try to fall back to authenticating against its local database with the credentials you used. It does not try local authentication when the RADIUS server is accessible and your credentials are wrong.
  3. Local only (local) - The NMC does not use RADIUS at all and authenticates against its local database only.

Based on the above, I am not sure what you're trying to do? You cannot have a RADIUS server running and have the option of doing RADIUS and local. Only RADIUS then local as I described above.

Hope that helps. Let us know if you have any other questions.

Reply

Link copied. Please paste this link to share this article on your social media post.

BillP
Administrator BillP Administrator
Administrator

Posted: ‎2021-06-27 11:40 PM . Last Modified: ‎2024-03-19 12:01 AM

0 Likes
0
2061
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2021-06-27 11:40 PM . Last Modified: ‎2024-03-19 12:01 AM

Hi, thanks a lot for this answer.

I thought local accounts didn't use the radius/radiusLocal/local authentication methods.

But if I got what you just told me, local accounts will be available ONLY if radius is down.

Am I right ?

It's a bit disturbing because on other 8953 APCs, i can log in using apc account (local) despite having radius authentication.

Thanks again for your help.

Reply

Link copied. Please paste this link to share this article on your social media post.

BillP
Administrator BillP Administrator
Administrator

Posted: ‎2021-06-27 11:40 PM . Last Modified: ‎2024-03-19 12:01 AM

0 Likes
0
2062
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2021-06-27 11:40 PM . Last Modified: ‎2024-03-19 12:01 AM

Hi Alex,

What authentication mode do you have configured on your Rack PDU when you see this problem? Maybe I am not understanding and this answer will matter to the behavior. And, which interface are you logging into? (web, telnet, SSH, etc)

The other settings that tie into different behavior in this arena is "Remote Authentication Override" which is a global system setting under Configuration->Security->Session Management and has a corresponding CLI command as well. Then, on a per user basis, you must enable/disable this as well - under Configuration->Security->Local Users->Management and select the apc user account (in this example). If it is disabled on a global level, then it won't matter what the user configuration for this item is because it is disabled at the global level.

These settings may play into the behavior too but pertain to when you try to bypass RADIUS via a serial connection if RADIUS only or RADIUS, then local authentication is configured.

If you configure local authentication only, the local accounts are used.

The only reason I can think of a local account working with RADIUS configured is if the authentication mode is actually set to local only OR RADIUS, then local and RADIUS server is not present on the network.

Reply

Link copied. Please paste this link to share this article on your social media post.

Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of