Home
last modified time | relevance | path

Searched refs:c_authz (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslap.h2399 #define c_authtype c_authz.sai_method
2400 #define c_authmech c_authz.sai_mech
2401 #define c_dn c_authz.sai_dn
2402 #define c_ndn c_authz.sai_ndn
2403 #define c_ssf c_authz.sai_ssf
2404 #define c_transport_ssf c_authz.sai_transport_ssf
2405 #define c_tls_ssf c_authz.sai_tls_ssf
2406 #define c_sasl_ssf c_authz.sai_sasl_ssf
2919 AuthorizationInformation c_authz; member
H A Dconnection.c1856 op->o_authz = op->o_conn->c_authz; in connection_op_queue()
H A Dsasl.c461 op->o_authz = conn->c_authz; in slap_auxprop_lookup()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_pblock.c570 *((char **)value) = pblock_get_authtype( &pb->pb_conn->c_authz, in pblock_get()