-
I exported a lidf file from our existing openldap server for the database with the hope the configuration information is already saved inside this file. However, after I used the following command to …
-
I compiled on my ubuntu server, updated the ini. I set debug to true, but I don't see anything happen.
```
$ ./goklp
Usage:
goklp
goklp [--config=]
goklp -h --help
goklp --version
$ .…
-
I've created simple tree:
```
dn: ou=groups,dc=itzone,dc=pl
objectclass: top
objectclass: organizationalUnit
ou: groups
dn: ou=users,dc=itzone,dc=pl
objectclass: top
objectclass: organizat…
-
unless other LDAP servers, Active Directory supports nested groups and a way to query them using regular LDAP clients by entering special "OID" strings in the LDAP filter. I.e. an `ldapsearch` query l…
-
Bonjour,
Je rencontre un problème à l'utilisation de ldap2pg
Celui-ci ne fonctionne pas dès lors que l'on utilise le rdn '{uid}', pourtant l'attribut est standard dans notre openldap.
voici l'…
-
When running zmbkpose from the zimbra user crontab it does not work and fails with the following error:
```
/usr/local/bin/zmbkpose: line 236: -x: command not found
```
Line 236 shows that ldapsear…
-
Hello,
I am trying to have ldap2pg authenticate against my LDAP directory through GSSAPI (in order to use Kerberos ultimately). According to https://ldap2pg.readthedocs.io/en/latest/ldap/ it seems …
-
Hi,
First of all thanks for this great tool and superb documentation. As a database specialist I have no knowledge of Active Directory/LDAP, YAML or Python, but thanks to your documentation I was a…
-
### 📑 I have found these related issues/pull requests
nothing found
### 🏷️ Feature Request Type
New notification-provider
### 🔖 Feature description
LDAP server check
### ✔️ Solution
https://lda…
-
On my ActiveDirectory server set MaxPageLimit to 2500 and command 'ldapsearch' confirmed this value. I have 2433 user in AD. But when I'm trying to get all users from AD, the most get only 1,000. I'm …