$OpenBSD: patch-monitrc,v 1.3 2014/05/22 13:53:54 jasper Exp $
--- monitrc.orig	Mon May 12 17:51:19 2014
+++ monitrc	Thu May 22 15:50:26 2014
@@ -129,8 +129,9 @@ set httpd port 2812 and
     use address localhost  # only accept connection from localhost
     allow localhost        # allow localhost to connect to the server and
     allow admin:monit      # require user 'admin' with password 'monit'
-    allow @monit           # allow users of group 'monit' to connect (rw)
-    allow @users readonly  # allow users of group 'users' to connect readonly
+    # Disabled due to lack of PAM.
+    #allow @monit           # allow users of group 'monit' to connect (rw)
+    #allow @users readonly  # allow users of group 'users' to connect readonly
 
 ###############################################################################
 ## Services
