From 5f0ed91b4d87c01a5e5f24569a457aa29a5e17a8 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 17 Dec 2009 19:53:57 +0100 Subject: disable password migration code --- server/providers/ipa/ipa_auth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server') 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; -- cgit