Searched defs:tktpolicydn (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c212 char *tktpolicydn; member in struct:_xargs_t
225 if (xargs.tktpolicydn)
226 free (xargs.tktpolicydn);
247 dptr = &xargs->tktpolicydn;
1045 if (xargs.tktpolicydn != NULL) {
1048 if (strlen(xargs.tktpolicydn) != 0) {
1049 st = checkattributevalue(ld, xargs.tktpolicydn, "objectclass", policyclass, &tmask);
1052 strval[0] = xargs.tktpolicydn;
1058 /* if xargs.tktpolicydn is a empty string, then delete

Completed in 47 milliseconds