Dell DX6000 Deployment Manual page 52

Dell dx object storage file gateway deployment guide
Hide thumbs Also See for DX6000:
Table of Contents

Advertisement

Dell DX Object Storage – File Gateway Deployment Guide
vii.
Delete the root account from the CIFS password back end by running the following
command:
# pdbedit -u root –x
5. Add a local UNIX group, which is required for shared resource ownership and access control.
6. For each group identity (at least one is required) create a UNIX group and then map it into the
SMB/CIFS environment as shown here:
# groupadd
engineers
# net groupmap add
Replace
engineers
7. Add local SMB/CIFS user accounts.
a. For each separate user who requires read-only access to the SMB/CIFS server, add a UNIX used
account and then create the SMB/CIFS account extensions as shown here:
# useradd -m -g users
# passwd
myname
Enter new UNIX password: xxxxxxxxx
Retype new UNIX password: xxxxxxxxx
Passwd: password
# smbpasswd -a
New SMB password: xxxxxxxxx
Retype new SMB password: xxxxxxxxx
Added
user Administrator.
b. For each separate user who requires read/write to access the SMB/CIFS server add a UNIX used
account and then create the SMB/CIFS account extensions as shown here and provide the
required information. The -G argument specifies that the user is assigned to a secondary group.
# useradd -m -g users
# usermod -a -G engineers
# passwd myname
Enter new UNIX password: xxxxxxxxx
Retype new UNIX password: xxxxxxxxx
Passwd: password
# smbpasswd -a
New SMB password: xxxxxxxxx
Retype new SMB password: xxxxxxxxx
Added
user Administrator.
IMPORTANT:
preserving. Create accounts using only lower-case characters.
8. Configure the shared resources. See Configure Share Resources.
unixgroup=engineers ntgroup=engineers
with an appropriate group name for the site.
myname
updated successfully
myname
myname
myname
updated successfully
myname
User accounts created in Linux and Unix are case-sensitive and case-
type=local
Page 50

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dx object storage

Table of Contents