DTS Application Library  0.2.3
Application library containing referenced objects and interfaces to common libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
sasl_defaults Struct Reference

SASL Paramaters used in authentification. More...

Data Fields

const char * mech
 SASL Mechanisim. More...
 
const char * realm
 SASL Realm. More...
 
const char * authcid
 Auth ID. More...
 
const char * passwd
 Password. More...
 
const char * authzid
 Proxy auth ID. More...
 

Detailed Description

SASL Paramaters used in authentification.

Definition at line 28 of file openldap.c.

Field Documentation

const char* sasl_defaults::authcid

Auth ID.

Definition at line 34 of file openldap.c.

Referenced by ldap_saslbind().

const char* sasl_defaults::authzid

Proxy auth ID.

Definition at line 38 of file openldap.c.

Referenced by ldap_saslbind().

const char* sasl_defaults::mech

SASL Mechanisim.

Definition at line 30 of file openldap.c.

Referenced by ldap_saslbind().

const char* sasl_defaults::passwd

Password.

Definition at line 36 of file openldap.c.

Referenced by ldap_saslbind().

const char* sasl_defaults::realm

SASL Realm.

Definition at line 32 of file openldap.c.

Referenced by ldap_saslbind().


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