diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-04-18 22:28:17 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-04-18 22:28:17 +0200 |
commit | 5f15ee93f79af5af0ee064ffdb5c03f2af14ee3a (patch) | |
tree | 03d26f94a5e5e4514cccd4d0a456065688c4821f /fripost.yml.template | |
parent | a1cee8071f753b80daf374af4bad8458657dd07a (diff) |
Unauthenticate binds; LDAP server defaults to ldap://127.0.0.1:389.
Diffstat (limited to 'fripost.yml.template')
-rw-r--r-- | fripost.yml.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fripost.yml.template b/fripost.yml.template index f278790..7d3ac6c 100644 --- a/fripost.yml.template +++ b/fripost.yml.template @@ -1,5 +1,5 @@ # fripost.yml -- defaults for fripost administrative scripts -# To be moved to ~/.fripost.yml +# To be moved to ~/.fripost.yml and chmod'ed to 600 --- server_host: ldap://127.0.0.1:389 admin_email: admin@fripost.org |