doc update

This commit is contained in:
Nikos Mavrogiannopoulos
2015-03-03 11:06:54 +01:00
parent 09f7b81f20
commit f33b7f9559
2 changed files with 15 additions and 1 deletions

View File

@@ -26,6 +26,13 @@
# radius configuration are:
# Group-Name, Framed-IPv6-Address, Framed-IPv6-Prefix, DNS-Server-IPv6-Address,
# Framed-IP-Address, Framed-IP-Netmask, MS-Primary-DNS-Server, MS-Secondary-DNS-Server
#
# gssapi[keytab=/etc/key.tab,require-local-user-map=false]
# The gssapi option allows to use authentication methods supported by GSSAPI,
# such as Kerberos tickets with ocserv. It should be best used as an alternative
# to PAM (i.e., have pam in auth and gssapi in enable-auth), to allow users with
# tickets and without tickets to login. The default value for require-local-user-map
# is true.
#auth = "pam"
#auth = "pam[gid-min=1000]"
@@ -55,7 +62,7 @@ auth = "plain[passwd=./sample.passwd]"
# system calls allowed to a worker process, in order to reduce damage from a
# bug in the worker process. It is available on Linux systems at a performance cost.
# The performance cost is roughly 2% overhead at transfer time (tested on a Linux 3.17.8).
#isolate-workers = true
isolate-workers = true
# A banner to be displayed on clients
#banner = "Welcome"