summaryrefslogtreecommitdiffstats
path: root/server/providers/krb5/krb5_common.c
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-11-12 10:54:23 +0100
committerStephen Gallagher <sgallagh@redhat.com>2009-11-13 07:20:06 -0500
commit0922a8897a6ae1ce7b7c994df0a5cb99c36bfd9c (patch)
tree1130a36f2c4f5167755b5da72faa8fd187c18eb5 /server/providers/krb5/krb5_common.c
parent00f1caee627e89f53d707bdeccce8719bd5d5a97 (diff)
downloadsssd-0922a8897a6ae1ce7b7c994df0a5cb99c36bfd9c.tar.gz
sssd-0922a8897a6ae1ce7b7c994df0a5cb99c36bfd9c.tar.xz
sssd-0922a8897a6ae1ce7b7c994df0a5cb99c36bfd9c.zip
Fix option name krb5_changepw_principal
Diffstat (limited to 'server/providers/krb5/krb5_common.c')
-rw-r--r--server/providers/krb5/krb5_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/providers/krb5/krb5_common.c b/server/providers/krb5/krb5_common.c
index 0657231c5..de069cd28 100644
--- a/server/providers/krb5/krb5_common.c
+++ b/server/providers/krb5/krb5_common.c
@@ -33,7 +33,7 @@ struct dp_option default_krb5_opts[] = {
{ "krb5_realm", DP_OPT_STRING, NULL_STRING, NULL_STRING },
{ "krb5_ccachedir", DP_OPT_STRING, { "/tmp" }, NULL_STRING },
{ "krb5_ccname_template", DP_OPT_STRING, { "FILE:%d/krb5cc_%U_XXXXXX" }, NULL_STRING},
- { "krb5_changepw_principle", DP_OPT_STRING, { "kadmin/changepw" }, NULL_STRING },
+ { "krb5_changepw_principal", DP_OPT_STRING, { "kadmin/changepw" }, NULL_STRING },
{ "krb5_auth_timeout", DP_OPT_NUMBER, { .number = 15 }, NULL_NUMBER },
};