]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
v4: Updates to functions for establishing LDAP directory type (#4424)
authorNick Porter <nick@portercomputing.co.uk>
Mon, 21 Mar 2022 12:28:42 +0000 (12:28 +0000)
committerGitHub <noreply@github.com>
Mon, 21 Mar 2022 12:28:42 +0000 (08:28 -0400)
commitc97e6ca1fc3f7933ff51bc44eaeccb1aa754b454
tree8e67488c27e9b3df41782772529879fdaa9ea503
parent07bc70dc1184c6f8fa374618a9284304a54f5cc2
v4: Updates to functions for establishing LDAP directory type (#4424)

* Make parsing of LDAP directory type results a library function.

* Define fr_ldap_conn_directory_alloc_async()

For querying the LDAP directory type on a single connection

* Add a type to represent which sync protocol an LDAP directory supports

* Correct identification of IBM LDAP directories

* Define Active Directory specific OIDs

* Use supportedControl to identify which sync method an LDAP directory supports
src/lib/ldap/base.h
src/lib/ldap/directory.c