04-14-2017 10:24 AM - edited 03-01-2019 01:09 PM
I'm trying to login to UCS via powershell (using the Cisco powertools module), and so far, i've only been able to login with local credentials. I'm trying to figure out how to login with ldap (AD specifically). Have tried domain\user user@domain domain\user@ucsmgr etc. I am able to login to the UCS mgr java application with my AD credentials.
connect-ucs -name ucsmgr.mydomain.com
Thanks in advance,
Matt
10-05-2017 01:38 AM
use the prefix "ucs-"
ucs-ADDOMAIN\username
02-06-2020 07:38 AM
I'm experiencing the same issue, and I don't find any referencies for the prefix "ucs-" as mentioned in the previous answer.
02-10-2021 01:29 PM
That is the correct format, but make sure whatever follows "ucs-" matches the Authentication Domain exactly, case sensitive. This assumes you have an Authentication Domain configured. Once you get logged into the GUI, go to Admin>User Management>Authentication Domains to verify what options you have available and make sure it is exactly the same, matching case. In our case it is "ucs-DOMAIN\username" or "ucs-Local\username" for a local user
https://enterpriseadmins.org/blog/virtualization/cisco-ucs-and-default-authentication-domains/
If you have no Authentication Domains and only native authentication, then you would just use the username with no prefix.
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