Browse Source

* update sample config

master
Alex 'AdUser' Z 6 years ago
parent
commit
9fe35c0e5a
  1. 12
      conf/ldv.conf.sample

12
conf/ldv.conf.sample

@ -1,5 +1,6 @@
{ {
secret => undef, secret => 'change-me',
user => { user => {
allow_list => 0, allow_list => 0,
allow_chpass => 1, allow_chpass => 1,
@ -13,6 +14,15 @@
reply => 'admin@example.com', reply => 'admin@example.com',
}, },
db => {
type => 'sqlite3',
host => undef,
name => undef,
user => undef,
pass => undef,
file => 'data/linuxdv.db',
},
ldap => { ldap => {
server => '127.0.0.1', server => '127.0.0.1',
binddn => undef, binddn => undef,

Loading…
Cancel
Save