summaryrefslogtreecommitdiffstats
path: root/doc/boot_config_vars
diff options
context:
space:
mode:
Diffstat (limited to 'doc/boot_config_vars')
-rw-r--r--doc/boot_config_vars11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/boot_config_vars b/doc/boot_config_vars
index 29910792..7890ecc2 100644
--- a/doc/boot_config_vars
+++ b/doc/boot_config_vars
@@ -52,16 +52,15 @@ remote logging:
SLX_REMOTE_LOG URL where to post log to, eg. 'http://server/log.php'
POST variables: type, description, longdesc
-user-specific shares (the 'n' in the variable name is an identifier for the share,
-can give different shares using different(!) identifiers):
+user-specific shares (the 'n' in the variable name is a numerical (!) identifier for the share):
SLX_SHARE_n_PATH Network path to the share, e.g. //cifs.server/sharename
SLX_SHARE_n_AUTH_TYPE Type of authentication. Type 'guest' means no authentication
-is required for mounting the share. Type 'pam' means to use the same credentials as the
-user logging in. Type 'user' means the credentials defined by SLX_SHARE_n_AUTH_USER and
+ is required for mounting the share. Type 'pam' means to use the same credentials as the
+ user logging in. Type 'user' means the credentials defined by SLX_SHARE_n_AUTH_USER and
SLX_SHARE_n_AUTH_PASS will be used. This option is mandatory.
SLX_SHARE_n_AUTH_USER Only required if SLX_SHARE_n_AUTH_TYPE is 'user'. Defines the
-username to use for authenticating the mount of the share.
+ username to use for authenticating the mount of the share.
SLX_SHARE_n_AUTH_PASS Only required if SLX_SHARE_n_AUTH_TYPE is 'user'. Defines the
-password to use for authenticating the mount of the share.
+ password to use for authenticating the mount of the share.
SLX_SHARE_n_PERM Permissions for the share. Supports 'rw' and 'ro'. Defaults to 'ro'.