summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-12-17 19:53:57 +0100
committerStephen Gallagher <sgallagh@redhat.com>2009-12-17 16:37:48 -0500
commit5f0ed91b4d87c01a5e5f24569a457aa29a5e17a8 (patch)
tree9e22266d615447f0feb53cbbadc5c823905ff35b /server
parent7ebcfb5fd7934ecaa962222d1356cb10c494ae8d (diff)
downloadsssd-5f0ed91b4d87c01a5e5f24569a457aa29a5e17a8.tar.gz
sssd-5f0ed91b4d87c01a5e5f24569a457aa29a5e17a8.tar.xz
sssd-5f0ed91b4d87c01a5e5f24569a457aa29a5e17a8.zip
disable password migration code
Diffstat (limited to 'server')
-rw-r--r--server/providers/ipa/ipa_auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/providers/ipa/ipa_auth.c b/server/providers/ipa/ipa_auth.c
index 9f9a48e24..86b72e495 100644
--- a/server/providers/ipa/ipa_auth.c
+++ b/server/providers/ipa/ipa_auth.c
@@ -179,8 +179,8 @@ void ipa_auth(struct be_req *be_req)
be_req->be_ctx->bet_info[BET_AUTH].pvt_bet_data,
struct krb5_ctx);
-/* TODO: make password_migration configurable */
- ipa_auth_ctx->password_migration = true;
+/* TODO: test and activate when server side support is available */
+ ipa_auth_ctx->password_migration = false;
ipa_auth_ctx->dp_err_type = DP_ERR_FATAL;
ipa_auth_ctx->errnum = EIO;