]> git.sur5r.net Git - openldap/commit
Add LDAP URL critical extension counter support. lud_crit_exts
authorKurt Zeilenga <kurt@openldap.org>
Thu, 26 Oct 2000 06:17:14 +0000 (06:17 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 26 Oct 2000 06:17:14 +0000 (06:17 +0000)
commit7b9886e9099809c1644876ea1bad01d1bb760447
tree96eebaec1d74e37615c25ad85c43055e0107fad1
parent4411e0aa176b7ea30cc92d2c50bdd4179b4ea0b8
Add LDAP URL critical extension counter support.  lud_crit_exts
is the number of critical extensions contained in lud_exts.
As we currently do not support any extension, this flag is
useful for determining whether or not we should attempt to
use the URL.  Added check of this counter to ldap_url_search
and LDAPv3 chase referrals.
include/ldap.h
libraries/libldap/request.c
libraries/libldap/url.c