LDAP group mapping
- Dominant language
- TypeScript
- Stars
- 5.1k
- Forks
- 563
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 59
Description
Hi,
The ldap group mapping worked perfectly for me for a very long time but this is no longer the case now (I don't know since which version, I haven't had any new users to test...).
Do you see anything in my configuration that might no longer work?
It's annoying if updates break things like that :/
` "authConfigurations": [
{
"id": "ldap",
"provider": "ldap",
"displayName": "LDAP",
"disabled": false,
"iconURL": "",
"description": "",
"parameters": {
"ldap-host": "[hidden]",
"ldap-port": "389",
"ldap-login": "sAMAccountName",
"ldap-dn": "dc=interne,dc=[hidden],dc=com",
"ldap-identifier-attr": "CN",
"ldap-bind-user": "cn=[hidden],ou=services,dc=interne,dc=[hidden],dc=com",
"ldap-bind-user-pwd": "[hidden]",
"ldap-filter": "(CN=*)"
}
}
],
`
and :
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.