Additional testing for addr.c and a consequent bug fix.
[disorder] / lib / configuration.h
index de25197..78c31ef 100644 (file)
@@ -270,6 +270,9 @@ struct config {
 
   /** @brief Minimum interval between password reminder emails */
   long reminder_interval;
+
+  /** @brief Whether to allow user management over TCP */
+  int remote_userman;
   
   /* derived values: */
   int nparts;                          /* number of distinct name parts */