Update 'README.md'
This commit is contained in:
parent
94722ab334
commit
a9bc55a834
12
README.md
12
README.md
@ -21,12 +21,12 @@ make
|
|||||||
|
|
||||||
```ini
|
```ini
|
||||||
[adradius]
|
[adradius]
|
||||||
servers=ad1,ad2 # comma separated list of authentication servers hostnames as a slice
|
servers=ad1,ad2 # comma separated list of authentication servers hostnames as a slice
|
||||||
port=389 # ldap port as an integer
|
port=389 # ldap port as an integer
|
||||||
basedn="dc=example,dc=com" # ldap basedn as string
|
basedn="dc=example,dc=com" # ldap basedn as string
|
||||||
tls=false # use tls for ldap as a bool
|
tls=false # use tls for ldap as a bool
|
||||||
secret=secret # radius secret
|
secret=secret # radius secret
|
||||||
listen=localhost:1812 # listen params for radius server as a string
|
listen=localhost:1812 # listen params for radius server as a string
|
||||||
```
|
```
|
||||||
|
|
||||||
### Run
|
### Run
|
||||||
|
Loading…
Reference in New Issue
Block a user