Configuring Universal Share user authentication
The universal share created with CIFS/SMB protocol supports two methods of user authentication:
Active Directory-based user authentication
Local user-based authentication
If the appliance, Flex Appliance application instance or MSDP BYO server is part of the Active Directory domain, you can use this approach.
When you create a universal share from the NetBackup web GUI, you can specify Active Directory users or groups. This approach restricts access to only specified users or groups. You can also control permissions from the Windows client where you are mounting the universal share. See the NetBackup Web UI Administrator's Guide for more information.
For information about setting up Active Directory users or groups with an appliance, see the NetBackup Appliance Security Guide.
For information about setting up Active Directory users or groups with a Flex Appliance application instance, see the NetBackup 10.0 Application Guide for Flex Appliance OS.
You must configure Samba users on the corresponding storage server and enter the credentials on the client.
If the Samba service is part of a Windows domain, the Windows domain users can use the Samba share. In this scenario, credentials are not required to access the share.
If the Samba service is not part of Windows domain, perform the following steps:
For a NetBackup Appliance:
For a NetBackup Appliance, local users are also Samba users. To manage local users, log in to the CLISH and select . The Samba password is the same as the local user's login password.
For an MDSP BYO server:
For an MDSP BYO server, create a Linux user (if one does not exist). Then, add the user to Samba.
For example, the following commands create a test_samba_user use for the Samba service only:
# adduser --no-create-home -s /sbin/nologin test_samba_user
# smbpasswd -a test_samba_user
To add an existing user to the Samba service, run the following command:
# smbpasswd -a username
For a Flex Appliance application instance:
For a Flex Appliance application instance, log in to the instance and add any local user to Samba, as follows:
If desired, create a new local user with the following commands:
#useradd <username> #passwd <username>
You can also use an existing local user.
Run the following commands to create user credentials for Samba and enable the user:
smbpasswd -a <username> smbpasswd -e <username>