Veritas NetBackup™ Appliance Commands Reference Guide
- Overview
- Appendix A. Main > Appliance commands
- Appendix B. Main > Manage > FibreChannel commands
- Appendix C. Main > Manage > HighAvailability commands
- Appendix D. Main > Manage > Libraries commands
- Appendix E. Main > Manage > Libraries > Advanced > ACS commands
- Appendix F. Main > Manage > License commands
- Appendix G. Main > Manage > MountPoints commands
- Appendix H. Main > Manage > NetBackup CLI commands
- Appendix I. Main > Manage > OpenStorage commands
- Appendix J. Main > Manage > Software commands
- Appendix K. Main > Manage > Storage commands
- Appendix L. Main > Manage > Tapes commands
- Appendix M. Main > Manage > Certificates commands
- Appendix N. Main > Monitor commands
- Appendix O. Main > Network commands
- Appendix P. Main > Network > Security commands (IPsec)
- Appendix Q. Main > Reports commands
- Appendix R. Main > Settings commands
- Appendix S. Main > Settings > Alerts commands
- Appendix T. Main > Settings > Notifications view commands
- Appendix U. Main > Settings > Security commands
- Appendix V. Main > Support commands
Name
Main > Settings > Security> Authentication > CIFSShare — Manage access to general CIFS shares.
SYNOPSIS
AllowAccess
RemoveAccess
ShowAccess
DESCRIPTION
The admin user is given access to all general CIFS shares by default. However, you must manually manage access to general CIFS shares for all other local users and Active Directory users and user groups.
You can use the CIFSShare command to perform the following tasks:
Allow users or groups to access general CIFS shares.
Restrict users or groups to access general CIFS shares.
List allowed users and groups with access to general CIFS shares
OPTIONS
The following commands and options are available under Authentication > CIFSShare:
- CIFSShare AllowAccess Users <Users> <CIFSShareName>
Allow users to access a general CIFS share. Here, <Users> is a comma-separated list of users and <CIFSShareName> is the name of the CIFS share to which you want to grant access. You can enter the users in a comma-separated list in the <domain_name>\<user_name> format or the <user_name> format.
- CIFSShare AllowAccess Groups <Groups> <CIFSShareName>
Allow user groups to access a general CIFS share. Here, <Groups> is a comma-separated list of user groups and <CIFSShareName> is the name of the CIFS share to which you want to grant access.
- CIFSShare RemoveAccess Users <Users> <CIFSShareName>
Restrict users from accessing a general CIFS share. Here, <Users> is a comma-separated list of users and <CIFSShareName> is the name of the CIFS share to which you want to remove access. You can enter the users in the comma-separated list in the <domain_name>\<user_name> format or the <user_name> format.
- CIFSShare RemoveAccess Groups <Groups> <CIFSShareName>
Restricts users in user groups from accessing a general CIFS share. Here, <Groups> is a comma-separated list of user groups and <CIFSShareName> is the name of the CIFS share to which you want to remove access.
- CIFSShare ShowAccess [<CIFSShareName>]
Lists all users and user groups with access general CIFS shares. If you provide the <CIFSShareName> option, only users and user groups with access to the particular CIFS share are displayed.
EXAMPLES
The following shows an example of the output for the CIFSShare ShowAccess:
CIFSShare> ShowAccess +-------------------------------------------------------------------------+ | Share | Share Name | Share | Allowed Users / Groups | | Type | | Status | | |--------+----------------+----------+------------------------------------| | CIFS | install | Closed | | |--------+----------------+----------+------------------------------------| | CIFS | logs | Closed | admin,domain\user1,domain\ | | | | | user2 | |--------+----------------+----------+------------------------------------| | CIFS |incoming_patches| Closed | admin | |--------+----------------+----------+------------------------------------| | CIFS |incoming_plugins| Closed | admin | |--------+----------------+----------+------------------------------------| | CIFS | logforwarding | Closed | admin | +-------------------------------------------------------------------------+ Command was successful! CIFSShare> ShowAccess logs +-------------------------------------------------------------------------+ | Share | Share | Share | Allowed Users / Groups | | Type | Name | Status | | |---------+---------+-----------+-----------------------------------------| | CIFS | logs | Closed | admin,domain\user1,domain\ | | | | | user2 | +-------------------------------------------------------------------------+ Command was successful!