-
Issue Summary: Clicking create account when in LDAP leads to a broken page
Request for Development: Product Fix
Blocking Issue: Support identified how to fix the issue by hacking a live file.
We use …
-
```php
private function appendNumberToGroupNameIfExists(Group $personalGroup): bool {
$i = 0;
$name = $personalGroup->name;
while (!$personalGroup->save()) {
$personalG…
-
### ⚠️ This issue respects the following points: ⚠️
- [X] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [X] This issue is **not** already reported on [Github](https…
-
I'm hitting the issue of not being able to invite ldap users too. So I thought I would try adding the users through the API with a dummy password, and set the option ckanext.ldap.migrate = true s…
-
_Originally posted by @onedr0p in https://github.com/glauth/glauth/issues/268#issuecomment-1193330459_
Hi 👋🏼 I am trying to set up glauth with authelia as well. I am not really following what you …
-
Hello Team,
I installed nginx-auth-ldap module in my nginx server.I able to authenticate ldap users to access elasticsearch indexes.
Here is the scenario that I am trying to achieve.
I have two…
-
```
Two issues below:
1- LDAP user search (as part of the authentication stage) not working for
custom LDAP structures
2- LDAP group search when using LDAP operational attributes for the group (like…
-
### Description
(I'd like to note that while I'm reporting this against PHP 7.4.28, I also saw the problem in PHP 8.0.16)
The following code:
```php
-
Seen with user_ldap 0.16.0 RC2 and owncloud server 10.9.0 RC2
while testing https://github.com/owncloud/user_ldap/pull/683#issuecomment-995381816
* Follow reproducer steps explained in 683, nest…
-
platform: CentOS Linux release 7.3.1611 (Core)
version of SASL: cyrus-sasl-2.1.26
I used Cyrus Sasl 2.1.26 as a LDAP passthrough to external LDAP server on CentOS 7.
I can logon using external …