When using Paragon Active Assurance with a local Control Center.
How do you switch between accounts?
How do you check what Accounts a user has access to?
How does netrounds.conf need to be configured for LDAP authenticated users to have access to multiple accounts?
From Control Center CLI, use the command:
ncc user-list
Example output
============
$ ncc user-listUsers listJane Doe ([email protected])Access: activeAccounts: Name: Account1 Permission: admin Name: Account2 Permission: admin Status: owner
for @example.com
modify the config file: /etc/netrounds/netrounds.conf
Locate the section below and add a second account block.
AUTH_LDAP_ACCOUNT_GROUP_MAPPING = [{'dn': 'ou=admins,dc=example,dc=com','accounts': [{'name': 'Account1','permission': 'admin'},{'name': 'Account2','permission': 'admin'},]}]
So both accounts are listed.
Then restart Control center
Note: ncc user-list does not update until after the LDAP user has logged in.