Home
last modified time | relevance | path

Searched refs:LDAP_BACK_FCONN_ISANON (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dback-ldap.h133 #define LDAP_BACK_FCONN_ISANON (0x00000002U) macro
134 #define LDAP_BACK_FCONN_ISBMASK (LDAP_BACK_FCONN_ISBOUND|LDAP_BACK_FCONN_ISANON)
147 #define LDAP_BACK_CONN_ISANON(lc) LDAP_BACK_CONN_ISSET((lc), LDAP_BACK_FCONN_ISANON)
148 #define LDAP_BACK_CONN_ISANON_SET(lc) LDAP_BACK_CONN_SET((lc), LDAP_BACK_FCONN_ISANON)
150 #define LDAP_BACK_CONN_ISANON_CPY(lc, mlc) LDAP_BACK_CONN_CPY((lc), LDAP_BACK_FCONN_ISANON, (mlc))
H A Dmonitor.c82 { LDAP_BACK_FCONN_ISANON, BER_BVC( "anonymous" ) },
H A Dbind.c57 { LDAP_BACK_FCONN_ISANON, 'A' },