HomeSort by: relevance | last modified time | path
    Searched refs:c_auth (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/lloadd/
bind.c 71 client->c_auth.bv_len = binddn.bv_len + STRLENOF("dn:");
72 client->c_auth.bv_val = ch_malloc( client->c_auth.bv_len + 1 );
74 ptr = lutil_strcopy( client->c_auth.bv_val, "dn:" );
80 if ( !ber_bvstrcasecmp( &client->c_auth, &lloadd_identity ) ) {
156 * We have to reset c_auth (which holds the current or pending identity) and
179 * - to a simple bind, clear c_auth on a failure otherwise keep it while we
292 if ( !BER_BVISNULL( &client->c_auth ) ) {
293 ch_free( client->c_auth.bv_val );
294 BER_BVZERO( &client->c_auth );
    [all...]
client.c 307 client->c_auth.bv_val );
312 LDAP_CONTROL_PROXY_AUTHZ, 1, &client->c_auth );
676 if ( !BER_BVISNULL( &c->c_auth ) ) {
677 ch_free( c->c_auth.bv_val );
678 BER_BVZERO( &c->c_auth );
operation.c 308 if ( !BER_BVISNULL( &client->c_auth ) ) {
309 ber_memfree( client->c_auth.bv_val );
310 BER_BVZERO( &client->c_auth );
daemon.c 1725 * - off: clear c_auth/privileged on each client
1743 if ( !BER_BVISNULL( &c->c_auth ) ) {
1744 ber_memfree( c->c_auth.bv_val );
1745 BER_BVZERO( &c->c_auth );
1798 int privileged = ber_bvstrcasecmp( &c->c_auth, &lloadd_identity );
lload.h 458 struct berval c_auth; /* authcDN (possibly in progress) */ member in struct:LloadConnection

Completed in 17 milliseconds