/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/ |
H A D | db2_exp.c | 102 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)); 197 ( krb5_context kcontext, char *conf_section, char **db_args ), 198 (kcontext, conf_section, db_args));
|
H A D | kdb_db2.h | 112 krb5_db2_promote_db(krb5_context kcontext, char *conf_section, char **db_args); 121 krb5_db2_open(krb5_context kcontext, char *conf_section, char **db_args, 124 krb5_error_code krb5_db2_create(krb5_context kcontext, char *conf_section, 127 krb5_error_code krb5_db2_destroy(krb5_context kcontext, char *conf_section,
|
H A D | kdb_db2.c | 1364 char *conf_section, char **db_args, int mode) 1425 status = profile_get_string(KRB5_DB_GET_PROFILE(kcontext), KDB_MODULE_SECTION, conf_section, KDB_DB2_DATABASE_NAME, /* under given conf section */ 1467 krb5_db2_create(krb5_context kcontext, char *conf_section, char **db_args) argument 1529 KDB_MODULE_SECTION, conf_section, 1578 status = krb5_db2_open(kcontext, conf_section, db_args, KRB5_KDB_OPEN_RW); 1587 krb5_db2_destroy(krb5_context kcontext, char *conf_section, char **db_args) argument 1630 status = profile_get_string(KRB5_DB_GET_PROFILE(kcontext), KDB_MODULE_SECTION, conf_section, KDB_DB2_DATABASE_NAME, /* under given conf section */ 1789 krb5_db2_promote_db(krb5_context kcontext, char *conf_section, char **db_args) argument 1363 krb5_db2_open(krb5_context kcontext, char *conf_section, char **db_args, int mode) argument
|
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_krbcontainer.c | 94 if (ldap_context->conf_section) { 95 if ((st=profile_get_string(context->profile, KDB_MODULE_SECTION, ldap_context->conf_section,
|
H A D | ldap_create.c | 60 krb5_ldap_create(krb5_context context, char *conf_section, char **db_args) argument 247 status = krb5_ldap_read_server_params(context, conf_section, KRB5_KDB_SRV_TYPE_ADMIN); 263 if (ldap_context->conf_section) { 265 KDB_MODULE_SECTION, ldap_context->conf_section,
|
H A D | ldap_misc.c | 80 prof_get_integer_def(krb5_context ctx, const char *conf_section, argument 87 KDB_MODULE_SECTION, conf_section, name, 113 prof_get_string_def(krb5_context ctx, const char *conf_section, argument 119 KDB_MODULE_SECTION, conf_section, name, 147 krb5_ldap_read_server_params(krb5_context context, char *conf_section, argument 160 /* copy the conf_section into ldap_context for later use */ 161 if (conf_section) { 162 ldap_context->conf_section = strdup (conf_section); 163 if (ldap_context->conf_section [all...] |
H A D | kdb_ldap.c | 314 krb5_ldap_open(krb5_context context, char *conf_section, char **db_args, argument 494 status = krb5_ldap_read_server_params(context, conf_section, mode & 0x0300);
|
H A D | kdb_ldap.h | 219 char *conf_section; member in struct:_krb5_ldap_context
|
H A D | ldap_realm.c | 1487 krb5_ldap_delete_realm_1(krb5_context kcontext, char *conf_section, argument
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/krb5/ |
H A D | kdb.h | 860 char * conf_section, 867 char * conf_section, 871 char *conf_section, 1017 char *conf_section,
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | conf.sh | 978 conf_section=$section 1410 echo "{ \"$conf_name\", $conf_limit, $conf_minmax, $conf_flags, $conf_standard, $conf_section, $conf_call, $conf_op },"
|