Please enter search query.
Search <book_title>...
Veritas NetBackup™ Flex Scale Release Notes
Last Published:
2023-05-21
Product(s):
Appliances (3.0)
Platform: NetBackup Flex Scale OS
- Getting help
- Features, enhancements, and changes
- Limitations
- Known issues
- Cluster configuration issues
- Disaster recovery issues
- Miscellaneous issues
- NetBackup issues
- Networking issues
- Node and disk management issues
- Security and authentication issues
- Upgrade issues
- UI issues
- User management issues
- Cluster configuration issues
- Fixed issues
Assigning role to correct AD/LDAP user/group with wrong domain causes the user listing to fail
This issue affects NetBackup Flex Scale cluster which are deployed with only media servers. Role assignment takes <user/groupname@domainid> as input. Currently, the validation for domain id is not done. Hence, valid domain users/groups with wrong domain are assigned with appliance administrator role. This causes user listing in
page to fail. (IA-40058)Workaround:
Delete the appliance administrator role for that user/group from CLISH.
To delete appliance administrator role for a user:
admin user modify role delete username@doamin primary ldap
To delete appliance administrator role for a group:
admin user modify role delete groupname@doamin primary ldap
You can delete the appliance administrator role for that user/group with APIs.
DELETE /api/appliance/v1.0/users/{userName}/{userRole}