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

  /src/external/bsd/openldap/dist/libraries/libldap/
cyrus.c 554 struct berval authid = BER_BVNULL; local
559 (void) ldap_pvt_tls_get_my_dn( ssl, &authid, NULL, 0 );
561 (void) ldap_int_sasl_external( ld, ld->ld_defconn, authid.bv_val, fac );
562 LDAP_FREE( authid.bv_val );
584 char authid[sizeof("gidNumber=4294967295+uidNumber=4294967295," local
586 sprintf( authid, "gidNumber=%u+uidNumber=%u,"
589 (void) ldap_int_sasl_external( ld, ld->ld_defconn, authid,
774 const char * authid,
794 sc = sasl_setprop( ctx, SASL_AUTH_EXTERNAL, authid );
798 extprops.auth_id = (char *) authid;
    [all...]
ldap-int.h 888 const char* authid, ber_len_t ssf ));
  /src/external/mpl/dhcp/dist/includes/omapip/
omapip_p.h 83 u_int32_t authid; /* Authenticator object ID. */ member in struct:__anon24447
126 u_int32_t authid; member in struct:__omapi_message_object
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
digest.c 509 const char *authid)
511 if (digest->request.authid) {
512 krb5_set_error_message(context, EINVAL, "authid already set");
515 digest->request.authid = malloc(sizeof(*digest->request.authid));
516 if (digest->request.authid == NULL)
518 *digest->request.authid = strdup(authid);
519 if (*digest->request.authid == NULL) {
520 free(digest->request.authid);
    [all...]
  /src/external/bsd/openldap/dist/servers/lloadd/
upstream.c 349 struct berval authid = BER_BVNULL; local
353 (void)ldap_pvt_tls_get_my_dn( ssl, &authid, NULL, 0 );
356 sasl_setprop( ctx, SASL_AUTH_EXTERNAL, authid.bv_val );
357 ch_free( authid.bv_val );
382 char authid[sizeof( "gidNumber=4294967295+uidNumber=4294967295," local
386 sprintf( authid,
391 sasl_setprop( ctx, SASL_AUTH_EXTERNAL, authid );
  /src/external/mpl/dhcp/dist/omapip/
message.c 123 /* Can set authid, but it has to be an integer. */
124 } else if (!omapi_ds_strcmp (name, "authid")) {
127 m -> authid = value -> u.integer;
190 } else if (!omapi_ds_strcmp (name, "authid")) {
192 name, (int)m -> authid, MDL);
421 if (message -> authid != m -> authid)
protocol.c 185 /* Find the authid to use for this message. */
202 m -> authid = ra -> remote_handle;
513 omapi_connection_get_uint32 (c, &p -> message -> authid);
516 if (p -> message -> authid) {
519 p -> message -> authid));
  /src/external/bsd/openldap/dist/servers/slapd/
sasl.c 1652 const char *authid = NULL; local
1657 sasl_getprop( ctx, SASL_AUTH_EXTERNAL, (void *)&authid );
1658 if ( authid ) authid = ch_strdup( authid );
1668 if ( authid ) {
1669 sasl_setprop( ctx, SASL_AUTH_EXTERNAL, authid );
1670 ch_free( (char *)authid );
connection.c 319 struct berval *authid
540 slap_sasl_external( c, ssf, authid );
1364 struct berval authid = BER_BVNULL; local
1377 rc = dnX509peerNormalize( ssl, &authid );
1388 slap_sasl_external( c, c->c_tls_ssf, &authid );
1389 if ( authid.bv_val ) free( authid.bv_val );
daemon.c 2106 struct berval authid = BER_BVNULL; local
2265 authid.bv_val = ch_malloc(
2268 authid.bv_len = sprintf( authid.bv_val,
2272 assert( authid.bv_len <=
2363 authid.bv_val ? &authid : NULL
2366 if( authid.bv_val ) ch_free(authid.bv_val);
proto-slap.h 1696 struct berval *authid ); /* asserted authentication id */
  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
nssov.c 298 char authid[sizeof("gidNumber=4294967295+uidNumber=424967295,cn=peercred,cn=external,cn=auth")]; local
313 /* Should do authid mapping too */
314 op->o_dn.bv_len = sprintf(authid,"gidNumber=%d+uidNumber=%d,cn=peercred,cn=external,cn=auth",
316 op->o_dn.bv_val = authid;
  /src/crypto/external/bsd/heimdal/dist/kdc/
digest.c 726 if (ireq.u.digestRequest.authid) {
728 EVP_DigestUpdate(ctx, *ireq.u.digestRequest.authid,
729 strlen(*ireq.u.digestRequest.authid));
  /src/external/bsd/openldap/dist/tests/scripts/
test076-authid-rewrite 408 olcAuthIDRewrite: rewriteContext authid
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
config.c 910 static struct berval authid = BER_BVC("cn=auth"); local
911 ber_dupbv( &si->si_bc.sb_binddn, &authid );

Completed in 43 milliseconds