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

/opensolaris-onvv-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Ddb2_exp.c102 char *conf_section,
105 (kcontext, conf_section, db_args, mode));
108 ( krb5_context kcontext, char *conf_section, char **db_args ),
109 (kcontext, conf_section, db_args));
111 ( krb5_context kcontext, char *conf_section, char **db_args ),
112 (kcontext, conf_section, db_args));
204 ( krb5_context kcontext, char *conf_section, char **db_args ),
205 (kcontext, conf_section, db_args));
H A Dkdb_db2.h148 char *conf_section,
163 char *conf_section,
168 char *conf_section,
172 char *conf_section,
H A Dkdb_db2.c1451 char *conf_section, char **db_args, int mode)
1503 status = profile_get_string(KRB5_DB_GET_PROFILE(kcontext), KDB_MODULE_SECTION, conf_section, KDB_DB2_DATABASE_NAME, /* under given conf section */
1548 krb5_db2_create(krb5_context kcontext, char *conf_section, char **db_args) argument
1599 KDB_MODULE_SECTION, conf_section,
1641 status = krb5_db2_open(kcontext, conf_section, db_args, KRB5_KDB_OPEN_RW);
1650 krb5_db2_destroy(krb5_context kcontext, char *conf_section, char **db_args) argument
1690 status = profile_get_string(KRB5_DB_GET_PROFILE(kcontext), KDB_MODULE_SECTION, conf_section, KDB_DB2_DATABASE_NAME, /* under given conf section */
1849 krb5_db2_promote_db(krb5_context kcontext, char *conf_section, char **db_args) argument
1450 krb5_db2_open(krb5_context kcontext, char *conf_section, char **db_args, int mode) argument
/opensolaris-onvv-gate/usr/src/lib/krb5/kdb/
H A Dkdb5.h37 char * conf_section,
44 char * conf_section,
48 char *conf_section,
187 char *conf_section,
/opensolaris-onvv-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_util.c313 char *value = NULL, *conf_section = NULL; local
472 conf_section = strdup(util_context->default_realm);
474 conf_section = strdup(value);
478 conf_section = strdup(value);
612 db_retval = krb5_ldap_read_server_params(util_context, conf_section, KRB5_KDB_SRV_TYPE_OTHER);
650 if (conf_section)
651 free(conf_section);
H A Dkdb5_ldap_realm.c554 if (ldap_context->conf_section) {
556 KDB_MODULE_SECTION, ldap_context->conf_section,
/opensolaris-onvv-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_krbcontainer.c95 if (ldap_context->conf_section) {
96 if ((st=profile_get_string(context->profile, KDB_MODULE_SECTION, ldap_context->conf_section,
H A Dldap_create.c56 krb5_ldap_create (krb5_context context, char *conf_section, char **db_args) argument
259 status = krb5_ldap_read_server_params(context, conf_section, KRB5_KDB_SRV_TYPE_ADMIN);
275 if (ldap_context->conf_section) {
277 KDB_MODULE_SECTION, ldap_context->conf_section,
H A Dldap_misc.c76 prof_get_integer_def(krb5_context ctx, const char *conf_section, argument
83 KDB_MODULE_SECTION, conf_section, name,
109 prof_get_string_def(krb5_context ctx, const char *conf_section, argument
115 KDB_MODULE_SECTION, conf_section, name,
143 krb5_ldap_read_server_params(context, conf_section, srv_type)
145 char *conf_section;
158 /* copy the conf_section into ldap_context for later use */
159 if (conf_section) {
160 ldap_context->conf_section = strdup (conf_section);
[all...]
H A Dkdb_ldap.c280 char *conf_section,
472 status = krb5_ldap_read_server_params(context, conf_section, mode & 0x0300);
279 krb5_ldap_open(krb5_context context, char *conf_section, char **db_args, int mode) argument
H A Dkdb_ldap.h227 char *conf_section; member in struct:_krb5_ldap_context
H A Dldap_realm.c1495 krb5_ldap_delete_realm_1(krb5_context kcontext, char *conf_section, char **db_args) argument
/opensolaris-onvv-gate/usr/src/lib/libast/common/comp/
H A Dconf.sh978 conf_section=$section
1400 echo "{ \"$conf_name\", $conf_limit, $conf_minmax, $conf_flags, $conf_standard, $conf_section, $conf_call, $conf_op },"

Completed in 173 milliseconds