1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Index: wims-4.27a~dfsg1/wims.conf
===================================================================
--- /dev/null
+++ wims-4.27a~dfsg1/wims.conf
@@ -0,0 +1,34 @@
+# This file is automatically generated by the online site maintenance tool.
+# You can still edit it by hand, but documentation is only available in the
+# online tool.
+#
+default_texposition=2
+default_ins_format=png
+devel_modules=open
+gnuplot_format=png
+mu_download_site=unice, wimsedu
+mu_publish_site=wimsedu
+page_bgcolor=#ffffff
+ref_bgcolor=#cccccc
+ref_menucolor=#009797
+ref_button_bgcolor=#cccccc
+ref_button_color=#009898
+ref_button_help_bgcolor=#00cc00
+ref_button_help_color=#980000
+theme_icon=wimsedu
+show_author=yes
+mu_auto=all
+site_manager=wims@localhost
+threshold1=600
+threshold2=1200
+QRencode_open=yes
+#################################
+# LDAP default settings
+#################################
+#ldap_auth=localhost
+#ldap_port=389
+#ldap_version=3
+#ldap_base=cn=users,dc=example,dc=org
+#ldap_branch=cn=users,dc=example,dc=org
+#ldap_uid=cn
+#ldap_login=cn
|