184c1b22e5
PR: 36201 Submitted by: MAINTAINER
11 lines
400 B
Text
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'
|