Home
last modified time | relevance | path

Searched refs:auth_inds (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c1373 char **auth_inds = NULL, *indstr; in get_ldap_auth_ind() local
1376 auth_inds = ldap_get_values(ld, ldap_ent, "krbPrincipalAuthInd"); in get_ldap_auth_ind()
1377 if (auth_inds == NULL) in get_ldap_auth_ind()
1383 for (i = 0; auth_inds[i] != NULL; i++) { in get_ldap_auth_ind()
1384 k5_buf_add(&buf, auth_inds[i]); in get_ldap_auth_ind()
1385 if (auth_inds[i + 1] != NULL) in get_ldap_auth_ind()
1402 ldap_value_free(auth_inds); in get_ldap_auth_ind()