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

/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.c81 char *ae_restriction_string; member in struct:_acl_entry
280 acle->ae_restriction_string = strdup(acle_restrictions);
283 acle->ae_restriction_string = (char *) NULL;
493 if (ap->ae_restriction_string)
494 free(ap->ae_restriction_string);
722 if (entry->ae_restriction_string
725 && kadm5int_acl_parse_restrictions(entry->ae_restriction_string,

Completed in 45 milliseconds