ldap
Here are 914 public repositories matching this topic...
Context
When another mailserver attempts to send an email to the one set up with this docker compose set up over IPv6, the mail will be incorrectly processed by SPF protection.
Expected Behavior
The SPF check is run against the originating IPv6 address
Actual Behavior
The SPF check is run against the IPv4 gateway that docker is using to proxy the IPv6 connection (172.20.0.1 is th
I feel really bad for posting this here, since this is more of a support issue, so I apologize.
I'm kind of new to docker however I'm seeking more help how to build the image with custom a custom UID/GID
I'm aware ldap has reserved UID/GID of 439/439 (https://wiki.archlinux.org/index.php/DeveloperWiki:UID_/_GID_Database)
I read your instructions regarding how to address this issue:
T
I stumbled across <interaction> and ts_interaction_server, but I'm not sure what the use case is or how it is supposed to be used.
Has anyone used this recently and can add some documentation? Or explain to me how this works and I'll write something.
/cc @nniclausse
-
Updated
Jun 23, 2020 - Java
It would be helpful to have a comprehensive documentation of the endpoints to help configure Authelia correctly in real life environments.
The documentation for this project is not the worst out there, but it can definitely use a lot of improvement. Please look at the documentation label or the [Documenation Improvement](https://github.com/ldapjs/node-ldapjs/proj
Wrong online docs
- Adldap2 Version: Adldap2 online docs
- LDAP Type: ANY
- PHP Version: ANY
Description:
Wrong online docs here:
https://adldap2.github.io/Adldap2/#/models/user?id=creating
in this example CN isn't set for DN builder, setting CN only for user won't result $dn->get() to have CN set.
Here's good example:
https://ad
Your website provides a repository for yum/dnf for updating the software as described https://ltb-project.org/documentation/self-service-password/1.3/install_rpm. However, it only supports Red Hat / CentOS 7. Could you provide a package for Red Hat 8 / CentOS 8.
Additionally, when I use the earlier package it has a dependency on 'httpd'. Could this be removed as the software als
config-guide missing
I have followed instructions for installation by downloading both versions available here https://www.pwm-project.org/artifacts/pwm/release/
1.9.0 and 1.9.1
when I try to open the webapp it redirects to pwm/private/config/config-guide
which gives a 500 error. Manually inspecting the pwm directory reveals ../private/config/ exists but not config-guide.
I then built from repo using maven and
From @benyanke on April 19, 2018 1:14
Added a bunch of optional config options in #8 , however, didn't also update the example config file to show off these cases.
Copied from original issue: nmcclain/glauth#12
The docs (main README) could mention how to customize the phpLDAPAdmin-Config using arrays.
Current state
The YAML-example uses an array for force_may:
- ldap.example.org:
- server:
- tls: true
- port: 636
- force_may: array('uidNumber','gidNumber','sambaSID')
- login:
- bind_id: cn=admin,dc=example,dc=org
- bind_pass: p0p!
- auto_number:
- mi
-
Updated
Apr 6, 2020 - JavaScript
-
Updated
Jun 2, 2020 - Java
-
Updated
Jun 23, 2020 - Python
-
Updated
Nov 20, 2018 - Python
I tried a replace_attribute call today that failed and that lead me to finding out about the undocumented rename instance method for my purposes.
I figured this should maybe be a visible GH issue as a to-do item.
infinit user pull
Remotely deleted identity for user "bushbaby123".
not sure if it actually deleted the user, but this does not sound correct
v0.8.0
Docker Swarm Service
-
Updated
Jun 22, 2020 - Java
-
Updated
Jun 23, 2020 - Java
-
Updated
Jun 20, 2020 - Java
i have got some problem in my docker environment when i tried to install ldap extension, is there any way to remove the requirement for ldap when i first install LESK? any help would be great!
-
Updated
Jun 13, 2020 - Vue
-
Updated
Jun 8, 2020 - Java
-
Updated
Feb 18, 2020 - C
-
Updated
Jun 22, 2020 - Java
Improve this page
Add a description, image, and links to the ldap topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ldap topic, visit your repo's landing page and select "manage topics."

I want to use the SFTP protocol to create folders on the remote SFTP server, without specifying the curl option. The option created on the FTP protocol is "CURLOPT_FTP_CREATE_MISSING_DIRS".
Do you have any corresponding SFTP options?
Thanks for any help.