Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.c199 static char acle_principal[BUFSIZ]; local
217 nmatch = sscanf(lp, "%s %s %s %[^\n]", acle_principal, acle_ops,
249 acle->ae_name = (char *) malloc(strlen(acle_principal)+1);
251 strcpy(acle->ae_name, acle_principal);