summaryrefslogtreecommitdiff
path: root/www/web2ldap/files/patch-ai
blob: 25d146a168e4bce47ee128a973a48e29d1b5e924 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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'