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

/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c266 char *tktpolicydn; member in struct:_xargs_t
278 if (xargs.tktpolicydn)
279 free (xargs.tktpolicydn);
297 dptr = &xargs->tktpolicydn;
1140 if (xargs.tktpolicydn != NULL) {
1143 if (strlen(xargs.tktpolicydn) != 0) {
1144 st = checkattributevalue(ld, xargs.tktpolicydn, "objectclass", policyclass, &tmask);
1147 strval[0] = xargs.tktpolicydn;
1153 /* if xargs.tktpolicydn is a empty string, then delete

Completed in 23 milliseconds