OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acl_file
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/openldap/dist/tests/data/
krb5.conf
10
acl_file
= @TESTDIR@/kadm.acl
29
acl_file
= @TESTDIR@/kadm.acl
/src/crypto/external/bsd/heimdal/dist/lib/kadm5/
context_s.c
171
ctx->config.
acl_file
= strdup(p);
172
if (ctx->config.
acl_file
== NULL)
201
if (ctx->config.
acl_file
== NULL) {
202
aret = asprintf(&ctx->config.
acl_file
, "%s/kadmind.acl",
260
if (is_set(
ACL_FILE
)) {
261
(*ctx)->config.
acl_file
= strdup(params->
acl_file
);
262
if ((*ctx)->config.
acl_file
== NULL)
destroy_s.c
49
free (c->
acl_file
);
acl.c
92
f = fopen(context->config.
acl_file
, "r");
admin.h
229
char *
acl_file
;
member in struct:_kadm5_config_params
init_s.c
71
assert(ctx->config.
acl_file
!= NULL);
/src/crypto/external/bsd/heimdal/dist/lib/hdb/
dbinfo.c
43
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);
168
if(di->
acl_file
== NULL)
169
di->
acl_file
= strdup(default_acl);
212
return dbp->
acl_file
;
238
free (di->
acl_file
);
Completed in 31 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026