Remove comment about site configurable setting in a place where we already made it...
authorArt Cancro <ajc@citadel.org>
Mon, 4 Dec 2017 19:26:08 +0000 (14:26 -0500)
committerArt Cancro <ajc@citadel.org>
Mon, 4 Dec 2017 19:26:08 +0000 (14:26 -0500)
citadel/user_ops.c

index 5dc4790a915ac1730a88e5be299cbb0ef3bced81..6851c805937bdf51006c4a0f419925b6885e9d3f 100644 (file)
@@ -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)) {