-
How to catch that bindDN or bindCredentials are incorrect?
I pass authenticate to express via router:
```
router.use(
passport.authenticate('ldapauth'),
function(err, req, res, next) {
…
-
I want to initialize a KDC with LDAP backend in separate Docker containers.
The LDAP container seems correctly configured. I can read data with `ldapsearch` from the host and from the Kerberos contai…
-
Hi,
I've been looking for ways to retrieve the property value of an LDAP server by searching the Root DSE. However, the library does not provide such functionality. I'm looking specifically at the …
-
LDAP user entries can also contain SSH public keys. For example, in a FreeIPA setup, the SSH public keys of a user are contained in attributes of the type "ipaSshPubKey" (each key in a separate attrib…
gtrs updated
6 months ago
-
From: [Rob Siemborski](rjs3@andrew.cmu.edu)
Bugzilla-Id: 1684
Version: 2.1.x
Owner: [Rob Siemborski](rjs3@andrew.cmu.edu)
brong updated
21 years ago
-
I'm trying to take a value from the ldap result and store it in the user's profile. The key is 'mail'. I have the following in server side code:
server/startup.coffee
```
LDAP_DEFAULTS.url = 'ldap:/…
-
After filling the config with my parameters and running the script I get the following error:
`node-carddav2phone/dist/index.js:1
import { settings } from './utils.js';
^
SyntaxError: U…
-
```
What steps will reproduce the problem?
the plugin's configuration is:
URL ldap://xxxxx
BindDN uid=xxxxx,dc=xxx,dc=xxx
Password xxxxxxx
…
-
Hi all,
I got the issue, that I can not bind as `cn=admin,cn=config` with the password set in `LDAP_CONFIG_PASSWORD`.
This is my docker-compose.yml:
```
version: '2'
services:
openldap:
…
-
Hi!,
Good day.
I'm new with ldap authentication, I got the below setup from our jenkins server and we can authenticate thru ldap.
server: ldap://xxx.com:389
roodDN: ou=People,ou=yyy.zzz
userSearch: …