mirror of
https://github.com/YunoHost-Apps/codimd_ynh.git
synced 2024-09-03 18:16:32 +02:00
Update config.json.example
This commit is contained in:
parent
6ba52b7a61
commit
3f57c9e778
1 changed files with 8 additions and 0 deletions
|
@ -29,6 +29,14 @@
|
|||
"host": "localhost",
|
||||
"port": "5432",
|
||||
"dialect": "postgres"
|
||||
},
|
||||
"ldap": {
|
||||
"url": "ldap://127.0.0.1",
|
||||
"bindDn": "ou=users,dc=yunohost,dc=org",
|
||||
"bindCredentials": "<super secret password>",
|
||||
"searchBase": "dc=internal,dc=example,dc=com",
|
||||
"searchFilter": "(&(objectcategory=person)(objectclass=user)(|(sAMAccountName={{username}})(mail={{username}})))",
|
||||
"useridField": "uid"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue