freebsd-ports/www/web2ldap/files/patch-ai
Kevin Lo 184c1b22e5 Update to version 0.10.4
PR: 36201
Submitted by: MAINTAINER
2002-03-23 10:44:56 +00:00

11 lines
400 B
Text

--- etc/web2ldap/web2ldapcnf/standalone.py.orig Fri Mar 22 12:58:51 2002
+++ etc/web2ldap/web2ldapcnf/standalone.py Fri Mar 22 12:59:10 2002
@@ -11,7 +11,7 @@
import os,web2ldapcnf
# User account name to setuid after being started as root
-run_username = 'wwwrun'
+run_username = 'nobody'
# Contact mail address of the server admin when running stand-alone
server_admin = 'admin@web2ldap.de'