OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sasl_authz_id
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/openldap/dist/clients/tools/
common.c
93
char *
sasl_authz_id
= NULL;
variable
244
if (
sasl_authz_id
!= NULL ) {
245
ber_str2bv(
sasl_authz_id
, 0, 0, &id );
1037
if(
sasl_authz_id
!= NULL ) {
1047
sasl_authz_id
= optarg;
1526
sasl_authz_id
);
/src/external/mpl/dhcp/dist/server/
ldap.c
100
char *
sasl_authz_id
;
member in struct:ldap_sasl_instance
1419
ldap_sasl_inst->
sasl_authz_id
= ber_strdup(gssapi_user);
1420
if (ldap_sasl_inst->
sasl_authz_id
== NULL)
3121
log_info("got request for SASL_CB_USER %s", ldap_inst->
sasl_authz_id
);
3122
size = strlen(ldap_inst->
sasl_authz_id
);
3123
in->result = ldap_inst->
sasl_authz_id
;
Completed in 61 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026