diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-06-23 00:05:15 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-06-23 00:08:51 -0700 |
commit | edbbbc19ba6f636aee19890aba2ec082d45c1034 (patch) | |
tree | 38be76db1e67c1fe8261e71b186976fcb7177c08 /login/conf/login_local.conf.example | |
parent | 6f8a71981ea64fe5559a47a11daa3365926c89f0 (diff) | |
download | serverdata-edbbbc19ba6f636aee19890aba2ec082d45c1034.tar.gz serverdata-edbbbc19ba6f636aee19890aba2ec082d45c1034.tar.bz2 serverdata-edbbbc19ba6f636aee19890aba2ec082d45c1034.tar.xz serverdata-edbbbc19ba6f636aee19890aba2ec082d45c1034.zip |
Makefile to copy nonexisting conf files, and change defaults to localhost
Diffstat (limited to 'login/conf/login_local.conf.example')
-rw-r--r-- | login/conf/login_local.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/login/conf/login_local.conf.example b/login/conf/login_local.conf.example index 3c9a6cce..37c7713f 100644 --- a/login/conf/login_local.conf.example +++ b/login/conf/login_local.conf.example @@ -8,7 +8,7 @@ admin_state: 1 // Administrative password, used by ladmin (perl software) to connect remotely to server. // NOTICE: If you enable remote administration, you should change its value for security -admin_pass: p1 +admin_pass: admin // Indicate the IP that the server accepts for remote administration. // put: 'all', or 'xxx.xxx.' (begin of an ip finished by '.' or a complete ip), |