mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
25 lines
792 B
JSON
25 lines
792 B
JSON
|
{
|
||
|
"yunohost.local": {
|
||
|
"connection": {
|
||
|
"server": "localhost",
|
||
|
"port": "389",
|
||
|
"use-tls": "false",
|
||
|
"basedn": "dc=yunohost,dc=org",
|
||
|
"userbasedn": "ou=users,dc=yunohost,dc=org",
|
||
|
"groupbasedn": "ou=groups,dc=yunohost,dc=org",
|
||
|
"searchattribute": "uid",
|
||
|
"usernameattribute": "uid",
|
||
|
"realnameattribute": "cn",
|
||
|
"emailattribute": "mail",
|
||
|
"grouprequest": "MediaWiki\\Extension\\LDAPProvider\\UserGroupsRequest\\UserMemberOf::factory",
|
||
|
"presearchusernamemodifiers": [ "spacestounderscores", "lowercase" ]
|
||
|
},
|
||
|
"userinfo": [],
|
||
|
"authorization": [],
|
||
|
"groupsync": {
|
||
|
"mapping": {
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|