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:41:11 -0500
commit66e4134d8be0eb42c645e9730d46bb2c7f561e81 (patch)
tree98e78799ec49914d0fdf4fa67b811d5098d793a1 /server
parent4b97330ca0f8700daa73688f817f29cb41844210 (diff)
downloadsssd-66e4134d8be0eb42c645e9730d46bb2c7f561e81.tar.gz
sssd-66e4134d8be0eb42c645e9730d46bb2c7f561e81.tar.xz
sssd-66e4134d8be0eb42c645e9730d46bb2c7f561e81.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;