Skip to content

This allows to use RFC 2696 Paged Results control for AD, but connect without it support

Notifications You must be signed in to change notification settings

netaskd/ldap-ad-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Variable Description Example
AD_SERVER_URI URI to the Active Directory server ldaps:https://ad.server.com
AD_BASEDN Active Directory Base DN ou=Users,dc=example,dc=com
META_SUFFIX Meta suffix for changing basedn for client ou=Users,dc=example,dc=com
LOG_LEVEL Logging level 7

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

About

This allows to use RFC 2696 Paged Results control for AD, but connect without it support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published