-
Currently the practices in place for the Active Directory/LDAP authentication integrations are not very flexible and make it difficult to work with on a platform running an advanced AD or LDAP impleme…
-
```
Present in latest svn revision 3048:
1) The search filter string ("objectclass=person") in LdapAuthBase.java:228
HashMap getUidCnHashMap(String searchBase)
is a database specific filter.
It ca…
-
When using LDAP authenticator, LDAP group search for role mapping uses the Spring `DefaultLdapAuthoritiesPopulator`. By default, this class does a `oneLevel` group search, which is not enough in my us…
-
OS: Debian 10, latest update
WEKAN: 5.17-3-g926f39c via snap, latest release to this time
LDAP: Samba 4 (->LDAP)
I use the following setting to connect to my ldap server for user authentication.…
-
From time to time I see feature requests in software consuming LDAP to add cluster support. I assume it's useful in environments when there is no load balancer in front of the different LDAP servers?
…
-
**Summary**
At present the user aspect of the schema allows the LDAP/AD domain to be captured. For some devices multiple authentication methods/source/database (not sure what the right word to descr…
-
Hello, I was trying to use the ldaptor proxy feature to manipulate ldap responses but I just realized that my client application uses VLV searches and, apparently, those break the proxy mechanism.
Is…
-
Our Splunk clusters are configured to use LDAP or SAML authentication strategies for human users, But we use internal Splunk users to run scheduled searches or searches running as owner as:
* These …
-
My shop is planning to migrate from using LDAP to using Azure AD for directory services. We use directory service users and groups (now with LDAP and Azure AD in the future) for the following purposes…
-
### Bug description
The plugin uses a so called *search user* to lookup the dn of the user to be authenticated. The authentication is done using an ldap bind which creates another connection to the…