]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_upgrade.c
* Sysconfig commands for specifying where the LDAP server lives
[citadel.git] / citadel / serv_upgrade.c
index 5edbb91382a06b0549caca48e0573010a670cb4d..8a8c49213d7523d64bae2fa4de7c65c8d57dfe52 100644 (file)
@@ -164,6 +164,10 @@ void update_config(void) {
                config.c_purge_hour = 3;
        }
 
+       if (CitControl.version < 615) {
+               config.c_ldap_port = 389;
+       }
+
        put_config();
 }