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

/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dcontext_s.c105 ctx->config.acl_file = strdup(p);
123 if (ctx->config.acl_file == NULL)
124 asprintf(&ctx->config.acl_file, "%s/kadmind.acl", hdb_db_dir(context));
159 (*ctx)->config.acl_file = strdup(params->acl_file);
H A Ddestroy_s.c47 free (c->acl_file);
H A Dacl.c89 f = fopen(context->config.acl_file, "r");
H A Dadmin.h214 char *acl_file; member in struct:_kadm5_config_params
H A Dinit_s.c56 assert(ctx->config.acl_file != NULL);
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Ddbinfo.c41 char *acl_file; member in struct:hdb_dbinfo
76 p = krb5_config_get_string(context, db_binding, "acl_file", NULL);
78 di->acl_file = strdup(p);
163 if(di->acl_file == NULL)
164 di->acl_file = strdup(default_acl);
207 return dbp->acl_file;
233 free (di->acl_file);
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dspx.c488 char acl_file[160], fullname[160]; local
495 * and acl_file to "~kannan/.sphinx"
503 snprintf (acl_file, sizeof(acl_file),
506 acl_file_buffer.value = acl_file;
507 acl_file_buffer.length = strlen(acl_file);

Completed in 108 milliseconds