From: Art Cancro Date: Mon, 4 Dec 2017 19:26:08 +0000 (-0500) Subject: Remove comment about site configurable setting in a place where we already made it... X-Git-Tag: v939~490 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=d93eb617b45525ca350d4a35fe3aa98a3569abcf Remove comment about site configurable setting in a place where we already made it a site configurable setting. --- 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)) {