Stephane Barbarie | bcea2f4 | 2018-03-02 18:46:32 -0500 | [diff] [blame] | 1 | apiVersion: v1 |
2 | data: | ||||
3 | clients.conf: | | ||||
4 | client 192.168.64.0/18 { | ||||
5 | secret = SECRET | ||||
6 | } | ||||
7 | users: | | ||||
8 | user Cleartext-Password := "password", MS-CHAP-Use-NTLM-Auth := 0 | ||||
9 | |||||
10 | kind: ConfigMap | ||||
11 | metadata: | ||||
12 | name: freeradius-config | ||||
13 | namespace: voltha |