]> git.pld-linux.org Git - packages/ApacheJServ.git/blob - ApacheJServ-enable-secret.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/ApacheJServ.git] / ApacheJServ-enable-secret.patch
1 --- conf/jserv.properties.in    Fri Sep 24 09:22:50 1999
2 +++ conf/jserv.properties.in.rpm        Wed Sep 29 17:41:36 1999
3 @@ -185,7 +185,7 @@
4  # IP address is allowed, everyone on that machine can execute your servlets!
5  # Syntax: security.authentication=[true,false] (boolean)
6  # Default: true
7 -security.authentication=false
8 +security.authentication=true
9  
10  # Authentication secret key.
11  # The secret key is passed as a file that must be kept secure and must
12 @@ -193,7 +193,7 @@
13  # Syntax: security.secretKey=[secret key path and filename] (String)
14  # Default: NONE
15  # Note: if the file could not be opened, try using absolute paths.
16 -#security.secretKey=@JSERV_CONF@/jserv.secret.key
17 +security.secretKey=@JSERV_CONF@/jserv.secret.key
18  
19  # Length of the randomly generated challenge string (in bytes) used to
20  # authenticate connections. 5 is the lowest possible choice to force a safe
21 --- conf/jserv.conf.in  Wed Sep 29 08:26:58 1999
22 +++ conf/jserv.conf.in.rpm      Wed Sep 29 17:41:03 1999
23 @@ -63,8 +63,8 @@
24  # Warning: if authentication is DISABLED, everyone on this machine (not just
25  # this module) may connect to your servlet engine and execute servlet 
26  # bypassing web server restrictions. See the documentation for more information
27 -#ApJServSecretKey @JSERV_CONF@/jserv.secret.key
28 -ApJServSecretKey DISABLED
29 +#ApJServSecretKey DISABLED
30 +ApJServSecretKey @JSERV_CONF@/jserv.secret.key
31  
32  # Mount point for Servlet zones
33  # (see documentation for more information on servlet zones)
This page took 0.093067 seconds and 3 git commands to generate.