[SSSD] [PATCH] disable password migration code

Sumit Bose sbose at redhat.com
Thu Dec 17 18:57:38 UTC 2009


Hi,

this patch disables the IPA password migration code. Some issues where
identified which needs some deeper disscusion about some internal
interfaces.

bye,
Sumit
-------------- next part --------------
From 45c3164f3e99b27f3582cf05ce00a9a3565d8cc8 Mon Sep 17 00:00:00 2001
From: Sumit Bose <sbose at redhat.com>
Date: Thu, 17 Dec 2009 19:53:57 +0100
Subject: [PATCH] disable password migration code

---
 server/providers/ipa/ipa_auth.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/providers/ipa/ipa_auth.c b/server/providers/ipa/ipa_auth.c
index 9f9a48e..86b72e4 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;
-- 
1.6.5.2



More information about the sssd-devel mailing list