Skip to content
Snippets Groups Projects
Select Git revision
  • 693c9bbe07ead7f8d4501971358d110eaca3712c
  • develop default
  • master protected
  • unicaen_authentification
  • 5.x
  • 4.x
  • release_4.0.0
  • bootstrap4_migration
  • laminas_migration
  • zf-3.x
  • 7.1.0
  • 7.0.0
  • 6.1.0
  • 6.0.1
  • 6.0.0
  • 5.0.1
  • 5.0.0
  • 4.0.2
  • 4.0.1
  • 4.0.0
  • 3.0.0
  • 1.0.5
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 1.0.0
27 results

Module.php

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    logtosyslog 485 B
    linelog logtosyslog {
            filename = syslog
            syslog_facility = local5
    
    	# Default log message
            format = ""
    
    	# Match packet type to blocks below
            reference = "logtosyslog.%{%{reply:Packet-Type}:-format}"
    
            logtosyslog {
    		Access-Accept = "%{Virtual-Server}: Login OK: [%{User-Name}] (from client %S cli %{Calling-Station-Id})"
    		Access-Reject = "%{Virtual-Server}: Login incorrect: [%{User-Name}] (from client %S cli %{Calling-Station-Id})"
            }
    }