Skip to content
#

ldap

Here are 914 public repositories matching this topic...

meiamsome
meiamsome commented Mar 28, 2020

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

kevdogg
kevdogg commented Mar 26, 2020

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

glitch-blossom
glitch-blossom commented Nov 26, 2019

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

Y0hy0h
Y0hy0h commented Apr 4, 2017

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

Improve this page

Add a description, image, and links to the ldap topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ldap topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.