Lines Matching refs:policy
44 * Purpose: Create Policies in the policy DB.
47 * entry (input) The policy entry to be written out to the DB.
79 * Purpose: Create Policies in the policy DB.
82 * entry (input) The policy entry to be written out to the DB.
107 if ((entry == (kadm5_policy_ent_t) NULL) || (entry->policy == NULL))
109 if(strlen(entry->policy) == 0)
114 pent.name = entry->policy;
115 p = entry->policy;
225 if((entry == (kadm5_policy_ent_t) NULL) || (entry->policy == NULL))
227 if(strlen(entry->policy) == 0)
232 if ((ret = krb5_db_get_policy(handle->context, entry->policy, &p, &cnt)))
310 if ((entry->policy = (char *) malloc(strlen(t->name) + 1)) == NULL) {
314 strcpy(entry->policy, t->name);
326 free(entry->policy);