From d93eb617b45525ca350d4a35fe3aa98a3569abcf Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 4 Dec 2017 14:26:08 -0500 Subject: [PATCH] Remove comment about site configurable setting in a place where we already made it a site configurable setting. --- citadel/user_ops.c | 1 - 1 file changed, 1 deletion(-) diff --git a/citadel/user_ops.c b/citadel/user_ops.c index 5dc4790a9..6851c8059 100644 --- a/citadel/user_ops.c +++ b/citadel/user_ops.c @@ -652,7 +652,6 @@ void do_login(void) /* * If we are using LDAP authentication, extract the user's email addresses from the directory. - * FIXME make this a site configurable setting */ #ifdef HAVE_LDAP if ((CtdlGetConfigInt("c_auth_mode") == AUTHMODE_LDAP) || (CtdlGetConfigInt("c_auth_mode") == AUTHMODE_LDAP_AD)) { -- 2.30.2