Configuring local users and groups authentication – HP StoreAll Storage User Manual

Page 67

Advertising
background image

The LDAP bind password.

-p LDAPBINDDNPASSWORD

The maximum amount of time to allow the search to run.

-m MAXWAITTIME

The maximum number of entries (the default is 10).

-M MAXENTRIES

Case sensitivity for name searches (the default is false, or case-insensitive).

-n

Search the LDAP scope base (search the base level entry only).

-s

LDAP scope one (search all entries in the first level below the base entry, excluding
the base entry).

-o

LDAP scope sub (search the base-level entries and all entries below the base level).

-u

Display information for LDAP ID mapping:

ibrix_ldapidmapping -i

Enable an existing LDAP ID mapping:

ibrix_ldapidmapping -e -h LDAPSERVERHOST

Disable an existing LDAP ID mapping:

ibrix_ldapidmapping -d -h LDAPSERVERHOST

Configuring Local Users and Groups authentication

Use ibrix_auth to configure Local Users authentication. Use ibrix_localusers and
ibrix_localgroups

to manage user and group accounts.

Configure Local Users authentication:

ibrix_auth -N [-h HOSTLIST]

Be sure to create a local user account for each user that will be accessing CIFS, FTP, or HTTP
shares, and create at least one local group account for the users. The account information is stored
internally in the cluster.

Add a Local User account:

ibrix_localusers -a -u USERNAME -g DEFAULTGROUP -p PASSWORD [-h HOMEDIR]

[-s SHELL] [-i USERINFO] [-U USERID] [-S RID] [-G GROUPLIST]

Modify a Local User account:

ibrix_localusers -m -u USERNAME [-g DEFAULTGROUP] [-p PASSWORD] [-h

HOMEDIR] [-s SHELL] [-i USERINFO] [-G GROUPLIST]

View information for all Local User accounts:

ibrix_localusers -L

View information for a specific Local User account:

ibrix_localusers -l -g USERNAME

Delete a Local User account:

ibrix_localusers -d -u USERNAME

Add a Local Group account:

ibrix_localgroups -a -g GROUPNAME [-G GROUPID] [-S RID]

Modify a Local Group account:

ibrix_localgroups -m -g GROUPNAME [-G GROUPID] [-S RID]

View information about all Local Group accounts:

ibrix_localgroups -L

View information for a specific Local Group account:

ibrix_localgroups -l -g GROUPNAME

Configuring authentication from the CLI

67

Advertising