Skip to content
Snippets Groups Projects
Commit 17abd987 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add lud_crit_ext (critical extensions) counter from devel

parent 60859757
No related branches found
No related tags found
No related merge requests found
...@@ -516,15 +516,16 @@ typedef struct ldap_friendly { ...@@ -516,15 +516,16 @@ typedef struct ldap_friendly {
* types for ldap URL handling * types for ldap URL handling
*/ */
typedef struct ldap_url_desc { typedef struct ldap_url_desc {
struct ldap_url_desc *lud_next; struct ldap_url_desc *lud_next;
char *lud_scheme; char *lud_scheme;
char *lud_host; char *lud_host;
int lud_port; int lud_port;
char *lud_dn; char *lud_dn;
char **lud_attrs; char **lud_attrs;
int lud_scope; int lud_scope;
char *lud_filter; char *lud_filter;
char **lud_exts; char **lud_exts;
int lud_crit_exts;
} LDAPURLDesc; } LDAPURLDesc;
#define LDAP_URL_SUCCESS 0x00 /* Success */ #define LDAP_URL_SUCCESS 0x00 /* Success */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment