-
When trying to run time tree after installing the packages into the plugin directory I got the following error:
I am running neo4j enterprise edition (latest version) at aws with ubuntu 18:
…
lim80 updated
5 years ago
-
We recently made it possible for users to search/grant access on the basis of groups. For some groups it works like a charm, but others were not found.
It seems all groups starting with 0-9 or A-F…
-
Hello. First, thank you very much for your work with ldap3. Despite me being a total hack, your pure Python library is looking like it will provide a much simpler and better performing solution to m…
-
Hello,
I am trying to use paginated searches but I am still having this error:
```
LDAP Result Code 11 "Admin Limit Exceeded"
```
Here the code I am using:
``` go
searchRequest := ldap…
-
Sometimes it happens or is mandatory that some LDAP users (Microsoft Server 2016 in this case), like admins or other technical accounts, do NOT have any name or surname in the object listed.
![graf…
-
Is there a way to configure multiple Ldap servers?
I'm thinking that the Startup could look something like below.
`
.AddLdapUsers(Configuration.GetSection("activeDirectory1"), UserStore.InMemory)…
-
I tried to take this for a spin with a publicly available LDAP server. Older code with node-ldapauth-fork is running fine. With this package, I am getting an error. You can check the code and run it a…
-
I found that in upgrading to 18.2, ldap stopped working for me.
It's using 'cn' attribute in the login_ldap.php, which is common name, which according to the ldapwiki:
https://ldapwiki.com/wiki/…
-
Not sure if this is a bug or what the issue is but I have been unable to resolve it. CentOS 7 x64 is up to date. EPEL repository has been added and all packages updated.
Followed the following guide …
-
Where
`$credentials = ['username' => 'user', 'password' => 'password']`
When calling
`Auth::attempt($credentials)`
It returns **false** always. (The user credentials were incorrect.)
But when call…