mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-13 18:50:07 -04:00
Add lud_crit_ext (critical extensions) counter from devel
This commit is contained in:
parent
60859757e5
commit
17abd987b3
1 changed files with 10 additions and 9 deletions
|
|
@ -516,15 +516,16 @@ typedef struct ldap_friendly {
|
|||
* types for ldap URL handling
|
||||
*/
|
||||
typedef struct ldap_url_desc {
|
||||
struct ldap_url_desc *lud_next;
|
||||
char *lud_scheme;
|
||||
char *lud_host;
|
||||
int lud_port;
|
||||
char *lud_dn;
|
||||
char **lud_attrs;
|
||||
int lud_scope;
|
||||
char *lud_filter;
|
||||
char **lud_exts;
|
||||
struct ldap_url_desc *lud_next;
|
||||
char *lud_scheme;
|
||||
char *lud_host;
|
||||
int lud_port;
|
||||
char *lud_dn;
|
||||
char **lud_attrs;
|
||||
int lud_scope;
|
||||
char *lud_filter;
|
||||
char **lud_exts;
|
||||
int lud_crit_exts;
|
||||
} LDAPURLDesc;
|
||||
|
||||
#define LDAP_URL_SUCCESS 0x00 /* Success */
|
||||
|
|
|
|||
Loading…
Reference in a new issue