]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/modules/ctdlproto/serv_session.c
Begin removing the EXTAUTH database
[citadel.git] / citadel / server / modules / ctdlproto / serv_session.c
index cc36bd4a091a6f79b4ac658d7f0bc859d702d578..0d4352a54825cc4fdd49e9bf154a65bc0edf94a9 100644 (file)
@@ -1,7 +1,7 @@
 /* 
  * Server functions which perform operations on user objects.
  *
- * Copyright (c) 1987-2022 by the citadel.org team
+ * Copyright (c) 1987-2023 by the citadel.org team
  *
  * This program is open source software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License, version 3.
@@ -85,12 +85,7 @@ void cmd_info(char *cmdbuf) {
        cprintf("%d\n", CtdlGetConfigInt("c_enable_fulltext"));
        cprintf("%s\n", BUILD_ID);
 
-       if (CtdlGetConfigInt("c_auth_mode") == AUTHMODE_NATIVE) {
-               cprintf("%d\n", openid_level_supported); /* OpenID is enabled when using native auth */
-       }
-       else {
-               cprintf("0\n"); /* OpenID is disabled when using non-native auth */
-       }
+       cprintf("0\n"); // no longer used (support for OpenID has ended)
 
        cprintf("%d\n", CtdlGetConfigInt("c_guest_logins"));
        cprintf("000\n");