You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
946 B
32 lines
946 B
{
|
|
"sapian.com.co": {
|
|
"connection": {
|
|
"server": "openldap.default.svc.cluster.local",
|
|
"port": "389",
|
|
"user": "cn=admin,dc=sapian,dc=com,dc=co",
|
|
"pass": "fCk5AhIzZP7gG2x8LvCEVCGZznxGTWsX",
|
|
"enctype": "clear",
|
|
"options": {
|
|
"LDAP_OPT_DEREF": 1
|
|
},
|
|
"basedn": "dc=sapian,dc=com,dc=co",
|
|
"userbasedn": "ou=users,dc=sapian,dc=com,dc=co",
|
|
"groupbasedn": "ou=RealmRoles,dc=sapian,dc=com,dc=co",
|
|
"searchattribute": "uid",
|
|
"usernameattribute": "uid",
|
|
"realnameattribute": "cn",
|
|
"emailattribute": "mail",
|
|
"grouprequest": "MediaWiki\\Extension\\LDAPProvider\\UserGroupsRequest\\GroupMember::factory",
|
|
"presearchusernamemodifiers": [ "spacestounderscores", "lowercase" ]
|
|
},
|
|
"userinfo": [],
|
|
"authorization": [],
|
|
"groupsync": {
|
|
"mapping": {
|
|
"engineering": "cn=ingenieria,ou=RealmRoles,dc=sapian,dc=com,dc=co",
|
|
"sysop": "cn=mediawiki-admin,ou=RealmRoles,dc=sapian,dc=com,dc=co"
|
|
}
|
|
}
|
|
}
|
|
}
|