Template: linuxmuster-chilli/ldap-server
Type: string
Default: myhost.dnsname.de
Description: LDAP Server host.
 The address of the LDAP server used.
 Note: It is always a good idea to use an IP address, it reduces risks of failure. When not static IP Adress is available, use the dynamic DNS entry.

Template: linuxmuster-chilli/base-dn
Type: string
Default: dc=linuxmuster,dc=local
Description: The distinguished name of the search base.

Template: linuxmuster-chilli/ldap-pass
Type: string
Default: geheim
Description: The password to query the ldap server. Can be found on the server in /etc/ldap/slapd.conf

Template: linuxmuster-chilli/hs-network
Type: string
Default: 192.168.0.0
Description: Network for the chillispot clients

Template: linuxmuster-chilli/hs-netmask
Type: string
Default: 255.255.0.0
Description: Netmask for the client side network

Template: linuxmuster-chilli/hs-nameservers
Type: string
Default: 8.8.8.8 8.8.4.4
Description: List of namervsers that are reachable from the external interface. White space separated, only the first two nameservers are written to the config.

Template: linuxmuster-chilli/hs-ldapgroups
Type: string
Default: teachers p_wifi
Description: List of LDAP groups whose members are allowed to acces the internet via the hotspot. White space separated.

Template: linuxmuster-chilli/hs-idletimeout
Type: string
Default: 900
Description: After which time in seconds a client will be automatically logged out when idle?

Template: linuxmuster-chilli/logging
Type: boolean
Default: true
Description: Should all the http client requests be logged?

Template: linuxmuster-chilli/hs-uamallow
Type: string
Default: www.linuxmuster.net
Description: List of domains which can be accessed without logging in.

Template: linuxmuster-chilli/hs-heading
Type: string
Default: linuxmuster.net WiFi
Description: Name of the captive portal as shown on the login page.
