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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dcontext_s.c107 ctx->config.acl_file = strdup(p);
125 if (ctx->config.acl_file == NULL)
126 asprintf(&ctx->config.acl_file, "%s/kadmind.acl", hdb_db_dir(context));
161 (*ctx)->config.acl_file = strdup(params->acl_file);
H A Ddestroy_s.c49 free (c->acl_file);
H A Dacl.c91 f = fopen(context->config.acl_file, "r");
H A Dadmin.h216 char *acl_file; member in struct:_kadm5_config_params
H A Dinit_s.c58 assert(ctx->config.acl_file != NULL);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Ddbinfo.c43 char *acl_file; member in struct:hdb_dbinfo
78 p = krb5_config_get_string(context, db_binding, "acl_file", NULL);
80 di->acl_file = strdup(p);
165 if(di->acl_file == NULL)
166 di->acl_file = strdup(default_acl);
209 return dbp->acl_file;
235 free (di->acl_file);
/netbsd-6-1-5-RELEASE/lib/libtelnet/
H A Dspx.c489 char acl_file[160], fullname[160]; local
497 * and acl_file to "~kannan/.sphinx"
505 strlcpy(acl_file, pwd->pw_dir, sizeof(acl_file));
506 strlcat(acl_file, "/.sphinx", sizeof(acl_file));
507 acl_file_buffer.value = acl_file;
508 acl_file_buffer.length = strlen(acl_file);

Completed in 87 milliseconds