fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


opentext:linux:filr

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
opentext:linux:filr [2024/06/12 15:52] gsysopentext:linux:filr [2024/06/14 10:55] (current) gsys
Line 1: Line 1:
 ====== Filr Linux ====== ====== Filr Linux ======
 +
 +https://www.microfocus.com/documentation/filr/filr-23.4/filr-inst/
 +
 +===== Client =====
 +
 +''/opt/novell/filr/apache-tomcat/webapps/desktopapp/novellfilr/''
  
 ===== Tweaks ===== ===== Tweaks =====
Line 8: Line 14:
 <code> <code>
 # Set failed.user.authentication.history = true to turn on tracking of failed authentications. # Set failed.user.authentication.history = true to turn on tracking of failed authentications.
-failed.user.authentication.history = false+failed.user.authentication.history = true 
 +# failed.user.authentication.history.max.user.size is the number of failed authentications we will keep a history of per user 
 +failed.user.authentication.history.max.user.size = 5 
 +# brute.force.attack.in.last.num.seconds is specified in seconds.  For example we will look for a number of failed logins in the last x seconds 
 +brute.force.attack.in.last.num.seconds = 1800 
 +# brute.force.attack.num.failed.logins is the number of failed logins we are looking for. 
 +brute.force.attack.num.failed.logins = 15
  
 +##After how many attempts we can show captcha?
 number.of.attempts.to.show.captcha=15 number.of.attempts.to.show.captcha=15
 </code> </code>
 +
 add to ''/opt/novell/filr/apache-tomcat/webapps/ssf/WEB-INF/classes/config/ssf-ext.properties'' for update persistence add to ''/opt/novell/filr/apache-tomcat/webapps/ssf/WEB-INF/classes/config/ssf-ext.properties'' for update persistence
opentext/linux/filr.1718200373.txt.gz · Last modified: 2024/06/12 15:52 by gsys