summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJonathan Bauer2015-01-30 18:32:40 +0100
committerJonathan Bauer2015-01-30 18:32:40 +0100
commit8a9cafecbea49935d32b250eaf96bd6f722b5aa1 (patch)
tree347c6722ae55f2fb67f171c540c0265969053382 /doc
parent[sssd] removed debug msg (diff)
downloadtm-scripts-8a9cafecbea49935d32b250eaf96bd6f722b5aa1.tar.gz
tm-scripts-8a9cafecbea49935d32b250eaf96bd6f722b5aa1.tar.xz
tm-scripts-8a9cafecbea49935d32b250eaf96bd6f722b5aa1.zip
[doc] documented boot variables for setting up a network share
Diffstat (limited to 'doc')
-rw-r--r--doc/boot_config_vars13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/boot_config_vars b/doc/boot_config_vars
index 36293d87..29910792 100644
--- a/doc/boot_config_vars
+++ b/doc/boot_config_vars
@@ -52,3 +52,16 @@ 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):
+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
+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.
+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.
+SLX_SHARE_n_PERM Permissions for the share. Supports 'rw' and 'ro'. Defaults to 'ro'.
+