Searched refs:authzid (Results 1 – 1 of 1) sorted by relevance
410 char *authzid; member424 ctx->authzid = (sasl_authz_id) ? ber_strdup(sasl_authz_id) : NULL; in _php_sasl_setdefs()435 if (ctx->authzid == NULL) { in _php_sasl_setdefs()436 ldap_get_option(ld, LDAP_OPT_X_SASL_AUTHZID, &ctx->authzid); in _php_sasl_setdefs()451 if (ctx->authzid) ber_memfree(ctx->authzid); in _php_sasl_freedefs()474 p = ctx->authzid; in _php_sasl_interact()
Completed in 16 milliseconds