diff options
author | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-04-17 15:40:02 +0200 |
---|---|---|
committer | Roberto Hueso Gómez <rhueso@soleta.eu> | 2020-04-17 15:50:35 +0200 |
commit | 7ccc4980147954b68829d5555fcc9e5b7dd2c4ec (patch) | |
tree | 1cf06afe9ba92ab85386002f44f6fb1f971ab584 /cfg | |
parent | dfb69e9dd5f983bc2f97302866fcf37f2ef5d064 (diff) |
Use samba for create and restore virtual partitions
This requires to configure user and password for samba repositories.
Diffstat (limited to 'cfg')
-rw-r--r-- | cfg/ogclient.cfg | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/cfg/ogclient.cfg b/cfg/ogclient.cfg index a13de5e..a006eca 100644 --- a/cfg/ogclient.cfg +++ b/cfg/ogclient.cfg @@ -5,4 +5,10 @@ port=8889 # Log Level, if ommited, will be set to INFO log=DEBUG # Supported modes are 'virtual' and 'linux' -mode=linux
\ No newline at end of file +mode=linux + +# User and password for all samba repositories. This user requires read and +# write permission. +[samba] +user=opengnsys +pass=og |