summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_common.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-12-07 13:18:39 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-12-07 17:23:25 -0500
commit8d163c0a088318ed9fc0b22def2649e27992ea53 (patch)
tree92c6b438d4473d5cc29522656b1b01f02db0b597 /src/providers/krb5/krb5_common.h
parenta3ea95747b33de4b50485fb9b5c4e5c45338b3db (diff)
downloadsssd-8d163c0a088318ed9fc0b22def2649e27992ea53.tar.gz
sssd-8d163c0a088318ed9fc0b22def2649e27992ea53.tar.xz
sssd-8d163c0a088318ed9fc0b22def2649e27992ea53.zip
Replace krb5_kdcip by krb5_server in LDAP provider
Diffstat (limited to 'src/providers/krb5/krb5_common.h')
-rw-r--r--src/providers/krb5/krb5_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/krb5/krb5_common.h b/src/providers/krb5/krb5_common.h
index 9ca014674..a6fdd8b82 100644
--- a/src/providers/krb5/krb5_common.h
+++ b/src/providers/krb5/krb5_common.h
@@ -131,7 +131,8 @@ errno_t check_and_export_options(struct dp_option *opts,
struct krb5_ctx *krb5_ctx);
errno_t krb5_try_kdcip(TALLOC_CTX *memctx, struct confdb_ctx *cdb,
- const char *conf_path, struct dp_option *opts);
+ const char *conf_path, struct dp_option *opts,
+ int opt_id);
errno_t krb5_get_options(TALLOC_CTX *memctx, struct confdb_ctx *cdb,
const char *conf_path, struct dp_option **_opts);