| /netbsd-src/external/bsd/openldap/dist/tests/scripts/ |
| H A D | test014-whoami | 76 -e \!authzid="" 87 -e \!authzid="dn:$BABSDN" 98 -e \!authzid="u:uham" 115 -e \!authzid="$AUTHZID" 129 -e \!authzid="$AUTHZID" 143 -e \!authzid="$AUTHZID" 157 -e \!authzid="$AUTHZID" 171 -e \!authzid="$AUTHZID" 185 -e \!authzid="$AUTHZID" 199 -e \!authzid="$AUTHZID" [all …]
|
| /netbsd-src/crypto/external/bsd/libsaslc/dist/src/ |
| H A D | mech_plain.c | 76 const char *authzid, *authcid, *passwd; in saslc__mech_plain_cont() local 80 authzid = saslc_sess_getprop(sess, SASLC_PLAIN_AUTHZID); in saslc__mech_plain_cont() 81 if (authzid != NULL && strlen(authzid) > CRED_MAX_LEN) { in saslc__mech_plain_cont() 111 len = asprintf(&outstr, "%s%c%s%c%s", authzid != NULL ? authzid : "", in saslc__mech_plain_cont() 122 authzid != NULL ? authzid : "", authcid, passwd); in saslc__mech_plain_cont()
|
| H A D | mech_digestmd5.c | 177 char *authzid; member 486 if (ms->rdata.authzid == NULL) in saslc__mech_digestmd5_a1() 490 if ((unq_authzid = unq(ms->rdata.authzid)) == NULL) in saslc__mech_digestmd5_a1() 1898 free(rdata->authzid); in free_rdata() 1956 const char *authzid; in saslc__mech_digestmd5_response_data() local 2001 authzid = saslc_sess_getprop(sess, SASLC_DIGESTMD5_AUTHZID); in saslc__mech_digestmd5_response_data() 2002 if (authzid != NULL) { in saslc__mech_digestmd5_response_data() 2003 rdata->authzid = strdup(authzid); in saslc__mech_digestmd5_response_data() 2004 if (rdata->authzid == NULL) in saslc__mech_digestmd5_response_data()
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblutil/ |
| H A D | sasl.c | 46 char *authzid; member 64 if (defs->authzid) ber_memfree(defs->authzid); in lutil_sasl_freedefs() 77 char *authzid ) in lutil_sasl_defaults() argument 89 defaults->authzid = authzid ? ber_strdup(authzid) : NULL; in lutil_sasl_defaults() 100 if( defaults->authzid == NULL ) { in lutil_sasl_defaults() 101 ldap_get_option( ld, LDAP_OPT_X_SASL_AUTHZID, &defaults->authzid ); in lutil_sasl_defaults() 132 if( defaults ) dflt = defaults->authzid; in interaction()
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | whoami.c | 41 struct berval **authzid ) in ldap_parse_whoami() argument 49 assert( authzid != NULL ); in ldap_parse_whoami() 51 *authzid = NULL; in ldap_parse_whoami() 53 rc = ldap_parse_extended_result( ld, res, &retoid, authzid, 0 ); in ldap_parse_whoami() 85 struct berval **authzid, in ldap_whoami_s() argument 100 rc = ldap_parse_whoami( ld, res, authzid ); in ldap_whoami_s()
|
| /netbsd-src/external/bsd/openldap/dist/clients/tools/ |
| H A D | ldapwhoami.c | 119 struct berval *authzid = NULL; in main() local 189 rc = ldap_parse_whoami( ld, res, &authzid ); in main() 197 if( authzid != NULL ) { in main() 198 if( authzid->bv_len == 0 ) { in main() 201 printf("%s\n", authzid->bv_val ); in main() 236 ber_bvfree( authzid ); in main()
|
| H A D | common.c | 102 char *authzid = NULL; variable 482 if( authzid != NULL ) { in tool_args() 505 assert( authzid == NULL ); in tool_args() 506 authzid = cvalue; in tool_args() 514 if( authzid != NULL ) { in tool_args() 1130 if( assertctl || authzid || manageDIT || manageDSAit || in tool_args() 1689 || authzid in tool_server_controls() 1737 if ( authzid ) { in tool_server_controls() 1738 c[i].ldctl_value.bv_val = authzid; in tool_server_controls() 1739 c[i].ldctl_value.bv_len = strlen( authzid ); in tool_server_controls()
|
| H A D | common.h | 87 extern char *authzid;
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/authzid/ |
| H A D | authzid.c | 71 static slap_overinst authzid; variable 380 authzid.on_bi.bi_type = "authzid"; in authzid_initialize() 382 authzid.on_bi.bi_flags = SLAPO_BFLAG_SINGLE; in authzid_initialize() 383 authzid.on_bi.bi_db_init = authzid_db_init; in authzid_initialize() 384 authzid.on_bi.bi_db_destroy = authzid_db_destroy; in authzid_initialize() 385 authzid.on_bi.bi_op_bind = authzid_op_bind; in authzid_initialize() 387 return overlay_register( &authzid ); in authzid_initialize()
|
| H A D | Makefile | 28 PROGRAMS = authzid.la 46 authzid.la: authzid.lo
|
| /netbsd-src/crypto/external/bsd/libsaslc/dist/ref/ |
| H A D | rfc4616.txt | 122 message = [authzid] UTF8NUL authcid UTF8NUL passwd 124 authzid = 1*SAFE ; MUST accept up to 255 octets 139 The authorization identity (authzid), authentication identity 143 character MUST NOT appear in authzid, authcid, or passwd productions. 145 The form of the authzid production is specific to the application- 151 Servers MUST be capable of accepting authzid, authcid, and passwd 159 or derived) authorization identity (authzid). If both steps succeed, 213 boolean Verify(string authzid, string authcid, string passwd) { 240 if (authzid == NULL ) { 241 authzid = DeriveAuthzid(pAuthcid); [all …]
|
| H A D | rfc2831.txt | 345 maxbuf | charset | cipher | authzid | 367 authzid = "authzid" "=" <"> authzid-value <"> 368 authzid-value = qdstr-val 536 authzid 571 If authzid is specified, then A1 is 575 ":", nonce-value, ":", cnonce-value, ":", authzid-value } 577 If authzid is not specified, then A1 is
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/vc/ |
| H A D | vc.c | 76 struct berval *authzid, in vc_create_response() argument 106 if ( authzid ) { in vc_create_response() 107 ber_printf( ber, "tO", LDAP_TAG_EXOP_VERIFY_CREDENTIALS_AUTHZID, authzid ); in vc_create_response()
|
| /netbsd-src/external/bsd/openldap/dist/include/ |
| H A D | lutil_ldap.h | 41 char *authzid ));
|
| H A D | ldap.h | 2352 struct berval **authzid )); 2363 struct berval **authzid,
|
| /netbsd-src/external/bsd/openldap/dist/tests/data/ |
| H A D | lloadd-sasl.conf | 26 authzid="dn:cn=Manager,dc=example,dc=com"
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| H A D | digest.asn1 | 168 -- A1 = { SS, ":", unq(nonce-value), ":", unq(cnonce-value), ":", unq(authzid-value) }
|
| /netbsd-src/external/bsd/openldap/dist/doc/devel/lloadd/ |
| H A D | design.md | 72 - set state to BINDING, put DN into authzid 155 - construct proxyauthz from authzid 156 - construct session tracking from remote IP, own name, authzid
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | dict_ldap.c | 358 char *authzid; member 377 in->result = ctx->authzid; in ldap_b2_interact() 437 props.authzid = dict_ldap->sasl_authz; in dict_ldap_bind_sasl()
|
| /netbsd-src/external/bsd/openldap/dist/ |
| H A D | ANNOUNCEMENT | 74 - authzid implements RFC 3829 support
|
| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | stop | 1201 authzid
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
| H A D | aspell.en.pws | 1599 authzid
|
| H A D | slapdconfig.sdf | 414 > [authzid=<identity>] 527 respectively. The {{EX:authzid}} parameter may be used to specify
|
| H A D | slapdconf2.sdf | 555 > [authzid=<identity>] 658 respectively. The {{EX:authzid}} parameter may be used to specify
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | RELEASE_NOTES-2.5 | 251 longer sends a SASL authoriZation ID (authzid); it sends only the
|