summaryrefslogtreecommitdiff
path: root/server/changes
diff options
context:
space:
mode:
authorVictor Shyba <victor.shyba@gmail.com>2015-09-30 15:27:21 -0300
committerVictor Shyba <victor.shyba@gmail.com>2015-10-01 10:59:01 -0300
commit7a0dba8b7008aca8652f7b334352d9ca63cb2054 (patch)
tree247173a5d649e23202c5d13aebf2aeb71007b4c2 /server/changes
parent4964eed77748d65df30847a5fe0a608a163af7e0 (diff)
[feat] read netrc path from configuration file
netrc file was hardcoded inside create-user-db. Now it reads the path from /etc/leap/soledad-server.conf as done on server process. The new configuration property is called 'admin_netrc'.
Diffstat (limited to 'server/changes')
-rw-r--r--server/changes/create_db_cmd1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/changes/create_db_cmd b/server/changes/create_db_cmd
index cee0a935..964a7906 100644
--- a/server/changes/create_db_cmd
+++ b/server/changes/create_db_cmd
@@ -1,3 +1,4 @@
o Adds a new config parameter 'create_cmd', which allows sysadmin to specify
which command will create a database. That command was added in
pkg/create-user-db and debian package automates steps needed for sudo access.
+ o Read netrc path from configuration file for create-user-db command.