Searched defs:conf_section (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
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 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 Dldap_realm.c1495 krb5_ldap_delete_realm_1(krb5_context kcontext, char *conf_section, char **db_args) argument
H A Dkdb_ldap.h227 char *conf_section; member in struct:_krb5_ldap_context
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...]
/illumos-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);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
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

Completed in 56 milliseconds