Update of /cvsroot/netpass/NetPass/etc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16431/etc
Modified Files:
netpass-example.conf
Log Message:
Index: netpass-example.conf
===================================================================
RCS file: /cvsroot/netpass/NetPass/etc/netpass-example.conf,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- netpass-example.conf 8 Apr 2005 20:08:11 -0000 1.7
+++ netpass-example.conf 17 May 2005 20:34:27 -0000 1.8
@@ -10,38 +10,47 @@
*/
<policy>
- AUTH_METHOD = NetPass::Auth::Radius
- #ADMIN_AUTH_METHOD = NetPass::Auth::Radius
- ADMIN_AUTH_METHOD = NetPass::Auth::DB
- MULTI_MAC = ALL_OK /* | ONE_OK | DISALLOWED */
- RESULTS_DISPLAY = INLINE /* | POPUP */
- RESULTS_EXPAND = 5 /* N results or less, auto-expand */
- AUTO_REDIRECT = no /* | yes */
- COOKIE_DETECT = yes /* yes | no */
- COOKIE_NAME = UB-NetPass-Devel
- REDIR_URL_DEFAULT = http://www.buffalo.edu
- SURVEY_ENABLED = no
- SURVEY_EMAIL = an_...@ad...,ano...@ad...
- PID_DIR = /var/run/netpass
- BASE_DIR = /opt/netpass
+ AUTH_METHOD = NetPass::Auth::Radius
+ ADMIN_AUTH_METHOD = NetPass::Auth::DB
+ MULTI_MAC = ALL_OK /* | ONE_OK | DISALLOWED */
+ RESULTS_DISPLAY = INLINE /* | POPUP */
+ RESULTS_EXPAND = 5 /* N results or less, auto-expand */
+ AUTO_REDIRECT = no /* | yes */
+ COOKIE_DETECT = yes /* yes | no */
+ COOKIE_NAME = UB-NetPass-Devel
+ REDIR_URL_DEFAULT = http://www.buffalo.edu
+ SURVEY_ENABLED = no
+ SURVEY_EMAIL = an_...@ad...,ano...@ad...
+ PID_DIR = /var/run/netpass
+ BASE_DIR = /opt/netpass
- PORT_SEARCH_ALGO = TREE /* LINEAR | TREE */
- PORT_CACHE = ON /* ON | OFF */
- UNQUAR_ON_LINKUP = OFF /* ON | OFF | ITDEPENDS */
- resetport = ON
+ PORT_SEARCH_ALGO = TREE /* LINEAR | TREE */
+ PORT_CACHE = ON /* ON | OFF */
- LDAP_USER_QUERY = http://ldap.buffalo.edu/cgi-bin/ldq.pl?stype=userid&ldq=%s
- LDAP_POPUP_WIDTH = 573
- LDAP_POPUP_HEIGHT = 734
+ RESETPORT = ON
+ UNQUAR_ON_LINKUP = OFF /* ON | OFF | ITDEPENDS */
+ LINKFLAP_TOLERANCE = 0 /* seconds */
+
+ LDAP_USER_QUERY = http://ldap.buffalo.edu/cgi-bin/ldq.pl?stype=userid&ldq=%s
+ LDAP_POPUP_WIDTH = 573
+ LDAP_POPUP_HEIGHT = 734
+
+ NESSUS = on
+ MACSCAN = on
+
+ STRIKES = 2
+ NO_STRIKES_FOR_MANUAL = No
+ NO_STRIKES_FOR_NESSUS = No
+ NO_STRIKES_FOR_SNORT = No
# these parameter's adjust portions of the web output
- USERNAME_PROMPT = UBITname:
- PASSWORD_PROMPT = Password:
- COMPANY_NAME = University at Buffalo
- COMPANY_SHORT_NAME = UB
- COMPANY_UNIT_NAME = Computing and Information Technology
- EXAMPLE_IPADDR = 128.205.x.x
+ USERNAME_PROMPT = UBITname:
+ PASSWORD_PROMPT = Password:
+ COMPANY_NAME = University at Buffalo
+ COMPANY_SHORT_NAME = UB
+ COMPANY_UNIT_NAME = Computing and Information Technology
+ EXAMPLE_IPADDR = 128.205.x.x
# we'd appreciate it if you don't change this (credit where
# credit's due). it will be displayed at the bottom of web
|