-
Any suggestions on how to get the adldap dependency working? Having trouble installing via Composer. Using Laravel 4.2.x, ldap-auth 1.1.x
```
Loading composer repositories with package information
Up…
-
Hello.
My script
```
from pyadldap.adldap import adLDAP
dataConnection = {
"dcs" : ["ugr-dc.yass.ru"],
"username" : "svc@yass.ru",
"password" : "gFD7dghfghf"
}
ad = adLDAP(**dataConnection)…
ghost updated
7 years ago
-
**Describe the bug**
On the "Authentication methods" page, when clicking the lightning bolt to verify either an AD or an LDAP connection, I get error messages. For type "AD":
```
Warning: Undefined…
-
If the cert is already added to the kdb file, but with a different name, the add will fail like so:
```
Error: /Stage[main]/Aixldap::Configure/Exec[trust-adldap-cert]: Failed to call refresh: 'gsk…
-
**Describe the bug**
While researching how the LDAP auth code works, I've come across a section of code that looks wrong to me. The function `directory_connect` inside `class.User.php` receives an ar…
-
Hello!
I have an instance of MunkiReport that I was able to authenticate with LDAP up until recently when the DCs were switched over to authenticate over SSL only. Now when I attempt to login with …
-
**Describe the bug**
When using the LDAP Authentication Method with a bind user, creating users won't work. This is because in the source code (and in the LDAP server logs) I see that IPAM will put…
-
Look at
https://github.com/ednaldodias/django-adldap-sync-primarygroup
[django-adldap-sync-primarygroup-main.zip](https://github.com/marchete/django-adldap-sync/files/7102930/django-adldap-sync-pr…
-
## Detailed description
Dear joataelesalinas
I tried
Auth::attempt(['username' => '****', 'password' => '****']) on tinker and I get this error:
PHP Notice: Undefined index: samaccountna…
-
We are using version 4.04 of Adldap library. The last stable release sofar as I see. But there are now already version 5 and version 6 of the Adldap library.
In https://github.com/splitbrain/dokuwiki…