Apache Portable Runtime
Loading...
Searching...
No Matches
Data Fields
apr_ldap_url_desc_t Struct Reference

#include <apr_ldap.h>

Collaboration diagram for apr_ldap_url_desc_t:
Collaboration graph
[legend]

Data Fields

struct apr_ldap_url_desc_tlud_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
 

Detailed Description

Individual fields accessible within an LDAP URL.

See also
apr_ldap_url_parse

Field Documentation

◆ lud_attrs

char** apr_ldap_url_desc_t::lud_attrs

Attributes to be returned during a search

◆ lud_crit_exts

int apr_ldap_url_desc_t::lud_crit_exts

Critical extensions

◆ lud_dn

char* apr_ldap_url_desc_t::lud_dn

Base distinguished name of the search

◆ lud_exts

char** apr_ldap_url_desc_t::lud_exts

Extensions

◆ lud_filter

char* apr_ldap_url_desc_t::lud_filter

Search filter

◆ lud_host

char* apr_ldap_url_desc_t::lud_host

Host part of the URL

◆ lud_next

struct apr_ldap_url_desc_t* apr_ldap_url_desc_t::lud_next

Next URL in a sequence of URLs

◆ lud_port

int apr_ldap_url_desc_t::lud_port

Port, if appropriate

◆ lud_scheme

char* apr_ldap_url_desc_t::lud_scheme

URL scheme (ldap, ldaps, ldapi)

◆ lud_scope

int apr_ldap_url_desc_t::lud_scope

Scope of the search


The documentation for this struct was generated from the following file: