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

Next revision
Previous revision
opentext:linux:filr [2024/06/12 15:27] – created gsysopentext:linux:filr [2026/03/13 13:25] (current) – [Logs] gsys
Line 1: Line 1:
 ====== Filr Linux ====== ====== Filr Linux ======
 +
 +https://www.microfocus.com/documentation/filr/filr-23.4/filr-inst/
 +
 +===== Server =====
 +==== Logs ====
 +
 +<code>
 +/var/opt/novell/tomcat-filr/logs/appserver.log                        # Filr Server
 +/var/opt/novell/tomcat-filr/logs/catalina.out                         # Filr Server
 +/var/opt/novell/tomcat-filr/logs/localhost.<date>.log                 # Filr Server
 +/var/opt/novell/filr/log/famtd.log                                    # FAMT
 +/var/opt/novell/datamodel-service/logs/datamodel.stderrout.out        # Appliance
 +/var/opt/novell/search/indexserver/logs/indexserver.stderrout.out     # Appliance
 +/var/opt/novell/contenteditor/logs/coolwsd.log                        # Content Editor
 +</code>
 +
 +==== Snapper ====
 +
 +<code>
 +snapper --config root list                    # show snapshots for root config
 +snapper --config root delete 432              # delete snpahots 432 in root config
 +snapper --config root delete 12723-21009      # delete snaphsots 12723 to 21009 in root config
 +snapper --config root delete 1-100000         # delete all snapshots in root config
 +</code>
 +
 +===== Client =====
 +
 +''/opt/novell/filr/apache-tomcat/webapps/desktopapp/novellfilr/''
  
 ===== Tweaks ===== ===== Tweaks =====
Line 8: Line 36:
 <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
 </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.1718198851.txt.gz · Last modified: by gsys