Sign inSign up

netaskd/ldap-ad-proxy

By netaskd

Updated about 7 years ago

Image
0

1.5K

netaskd/ldap-ad-proxy repository overview

ldap-ad-proxy

The main feature is support RFC 2696 Paged Results for Active Directory backend, when ldap client is not support it. Simple proxing ldap(s) requests to Active Directory.

For setup container, please set variables discribed in env.example file

VariableDescriptionExample
AD_SERVER_URIURI to the Active Directory serverldaps://ad.server.com
AD_BASEDNActive Directory Base DNou=Users,dc=example,dc=com
META_SUFFIXMeta suffix for changing basedn for clientou=Users,dc=example,dc=com
LOG_LEVELLogging level7

example test with openldap client

ldapsearch -vv -x -s sub \
  -D "cn=Chel,ou=Users,dc=example,dc=com" \
  -w "UserPaSS" \
  -b "ou=Users,dc=example,dc=com" \
  "(&(mail=*))" mail

Tag summary

Content type

Image

Digest

Size

26.4 MB

Last updated

about 7 years ago

docker pull netaskd/ldap-ad-proxy