Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c210 char *tktpolicydn; member
223 if (xargs.tktpolicydn)
224 free (xargs.tktpolicydn);
245 dptr = &xargs->tktpolicydn;
1043 if (xargs.tktpolicydn != NULL) {
1046 if (strlen(xargs.tktpolicydn) != 0) {
1047 st = checkattributevalue(ld, xargs.tktpolicydn, "objectclass", policyclass, &tmask);
1050 strval[0] = xargs.tktpolicydn;