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
318977ab73
commit
1281583d6e
1 changed files with 10 additions and 6 deletions
|
@ -32,11 +32,15 @@
|
|||
},
|
||||
"ldap": {
|
||||
"url": "ldap://127.0.0.1:389",
|
||||
"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}})))",
|
||||
"bindDn": null,
|
||||
"bindCredentials": null,
|
||||
"searchBase": "ou=users,dc=yunohost,dc=org",
|
||||
"searchFilter": "(&(|(objectclass=posixAccount))(uid={{username}})(permission=cn=codimd.main,ou=permission,dc=yunohost,dc=org))",
|
||||
"usernameField": "cn",
|
||||
"useridField": "uid"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue