Skip to content
Snippets Groups Projects
Select Git revision
  • 4a78db7eb791ccff7c36e06d05d7c8f096b36529
  • master default protected
  • hsh_v3.11
  • hsh_v3.10-r6
  • hsh_v3.10-r3
  • v3.9-r9
  • v3.10-r6
  • v3.9-r8
  • v3.10-r5
  • v3.9-r7
  • v3.10-r4
  • v3.9-r6
  • v3.10-r3
  • v3.9-r5
  • v3.10-r2
  • v3.9-r4
  • v3.10-r1
  • v3.9-r3
  • v3.9-r2
  • v3.9-r1
  • v3.8-r5
  • v3.8-r4
  • v3.8-r3
  • v3.8-r2
  • v3.8-r1
25 results

settings.php

Blame
  • pillar.example 688 B
    checkmk:
      radsec:
        as-host: 127.0.0.1
        as-port: 1812
        as-secret: topsecret
        count: 1
        timeout: 10
      radsec-eapol:
        internal-1: |
          network={
              eap=PEAP
              eapol_flags=0
              key_mgmt=IEEE8021X
              identity="foobar@example.com"
              password="TOPSECRET"
              phase2="auth=MSCHAPV2"
              anonymous_identity="anonymous@example.com"
          }
        internal-2: |
          network={
              eap=PEAP
              eapol_flags=0
              key_mgmt=IEEE8021X
              identity="baarbaz@example.example.com"
              password="fakvdiak"
              phase2="auth=MSCHAPV2"
              anonymous_identity="anonymous@example.example.com"
          }