# from non latin alphabet languages
# These attribute only apply for ldap not for sql
#
-general_prefered_lang: el
-general_prefered_lang_name: Greek
+general_prefered_lang: en
+general_prefered_lang_name: English
#
# The charset which will be added as a meta tag in all pages
#
#
#general_decode_normal_attributes: yes
#
+# The directory where dialupadmin is installed
+#
general_base_dir: /usr/local/dialup_admin
+#
+# The base directory of the freeradius radius installation
+#
general_radiusd_base_dir: /usr/local/radiusd
general_domain: company.com
#
general_extra_ldap_attrmap: %{general_base_dir}/conf/extra.ldap-attrmap
#
# it can be either ldap or sql
+# This affects the user base not accounting. Accounting is always in sql
#
general_lib_type: sql
+#
+# Define which attributes will be visible in the user edit page
+#
general_user_edit_attrs_file: %{general_base_dir}/conf/user_edit.attrs
+#
+# Used by the Accounting Report Generator
+#
general_sql_attrs_file: %{general_base_dir}/conf/sql.attrs
+#
+# Set default values for various attributes
+#
general_default_file: %{general_base_dir}/conf/default.vals
#general_ld_library_path: /usr/local/snmpd/lib
#
# can be 'snmp' (for snmpfinger) or empty to query the radacct table without first
# querying the nas
+# This is used by the online users page
#
general_finger_type: snmp
general_snmpfinger_bin: %{general_base_dir}/bin/snmpfinger
general_encryption_method: crypt
#
# can be either asc (older dates first) or desc (recent dates first)
+# This is used in the user accounting page
#
general_accounting_info_order: desc
+#
+# Use the totacct table in the user statistics page instead of the radacct
+# table. That will make the page run quicker. totacct should have data for
+# this to work :-)
+#
general_stats_use_totacct: no
nas1_name: nas1.%{general_domain}
# logging bad logins or adding users in the badusers table
#sql_extra_servers: sql2.company.com sql3.company.com
+#
+# Default values for the various user limits in case the counter module
+# is used to impose such limits.
+# The value should be the user limit in seconds or none for nothing
+#
counter_default_daily: 14400
counter_default_weekly: 72000
counter_default_monthly: none