$OpenBSD: patch-monitrc,v 1.1 2012/05/29 15:45:56 jasper Exp $
--- monitrc.orig	Fri May 25 10:44:37 2012
+++ monitrc	Fri May 25 10:44:58 2012
@@ -117,8 +117,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
