Please enter search query.
Search <book_title>...
Veritas NetBackup™ DataStore SDK Programmer's Guide for XBSA 1.1.0
Last Published:
2017-07-21
Product(s):
NetBackup & Alta Data Protection (8.0)
- Introduction to NetBackup XBSA
- How to set up the SDK
- Using the NetBackup XBSA interface
- NetBackup XBSA data structures
- NetBackup XBSA environment
- XBSA sessions and transactions
- Creating a NetBackup XBSA application
- How to build an XBSA application
- How to run a NetBackup XBSA application
- API reference
- Function calls
- Function specifications
- Type definitions
- Process flow and troubleshooting
- How to use the sample files
- Support and updates
Authentication
In NetBackup XBSA Version 1.1.0, all authentication and security is handled by NetBackup based on the login user. The login user of the session that created the object determines the object ownership. To query or restore an object, the login user doing the request must be the same user who created the object or a root administrator.
Note:
NetBackup XBSA Version 1.1.0 does not validate the objectOwner and SecurityToken parameters of BSAInit(). The objectOwner fields, bsa_objectOwner and app_objectOwner, can be specified and are stored with an object, but the login user who created the object determines the official ownership of an object. This user, or a root admin, are the only users who can query or restore this object.