├── .gitignore ├── .gitmodules ├── README.md ├── debian ├── 20-tcp-keepalive-for-gosa-si.conf ├── NEWS.Debian ├── README.Debian ├── changelog ├── compat ├── control ├── control.in ├── copyright ├── gosa-16.xpm ├── gosa-apache.conf ├── gosa-debdb.install ├── gosa-desktop.config ├── gosa-desktop.desktop ├── gosa-desktop.dirs ├── gosa-desktop.install ├── gosa-desktop.manpages ├── gosa-desktop.menu ├── gosa-desktop.postinst ├── gosa-desktop.postrm ├── gosa-desktop.templates ├── gosa-dev.dirs ├── gosa-dev.install ├── gosa-dev.manpages ├── gosa-fai-helpers.install ├── gosa-fai-helpers.links ├── gosa-help-de.dirs ├── gosa-help-de.install ├── gosa-help-en.dirs ├── gosa-help-en.install ├── gosa-help-es.dirs ├── gosa-help-es.install ├── gosa-help-fr.dirs ├── gosa-help-fr.install ├── gosa-help-nl.dirs ├── gosa-help-nl.install ├── gosa-lighttpd.conf ├── gosa-plugin-addressbook.dirs ├── gosa-plugin-addressbook.install ├── gosa-plugin-connectivity.dirs ├── gosa-plugin-connectivity.install ├── gosa-plugin-dhcp-schema.dirs ├── gosa-plugin-dhcp-schema.install ├── gosa-plugin-dhcp.dirs ├── gosa-plugin-dhcp.install ├── gosa-plugin-dns-schema.dirs ├── gosa-plugin-dns-schema.install ├── gosa-plugin-dns.dirs ├── gosa-plugin-dns.install ├── gosa-plugin-fai-schema.dirs ├── gosa-plugin-fai-schema.install ├── gosa-plugin-fai.dirs ├── gosa-plugin-fai.install ├── gosa-plugin-gofax.dirs ├── gosa-plugin-gofax.install ├── gosa-plugin-gofon.dirs ├── gosa-plugin-gofon.install ├── gosa-plugin-goto.dirs ├── gosa-plugin-goto.install ├── gosa-plugin-kolab-schema.dirs ├── gosa-plugin-kolab-schema.install ├── gosa-plugin-kolab.dirs ├── gosa-plugin-kolab.install ├── gosa-plugin-ldapmanager.dirs ├── gosa-plugin-ldapmanager.install ├── gosa-plugin-log-schema.dirs ├── gosa-plugin-log-schema.install ├── gosa-plugin-log.dirs ├── gosa-plugin-log.install ├── gosa-plugin-mail.dirs ├── gosa-plugin-mail.install ├── gosa-plugin-mit-krb5-schema.dirs ├── gosa-plugin-mit-krb5-schema.install ├── gosa-plugin-mit-krb5.dirs ├── gosa-plugin-mit-krb5.install ├── gosa-plugin-nagios-schema.dirs ├── gosa-plugin-nagios-schema.install ├── gosa-plugin-nagios.dirs ├── gosa-plugin-nagios.install ├── gosa-plugin-netatalk.dirs ├── gosa-plugin-netatalk.install ├── gosa-plugin-opengroupware.dirs ├── gosa-plugin-opengroupware.install ├── gosa-plugin-openxchange-schema.dirs ├── gosa-plugin-openxchange-schema.install ├── gosa-plugin-openxchange.dirs ├── gosa-plugin-openxchange.install ├── gosa-plugin-opsi.dirs ├── gosa-plugin-opsi.install ├── gosa-plugin-opsi.lintian-overrides ├── gosa-plugin-phpgw-schema.dirs ├── gosa-plugin-phpgw-schema.install ├── gosa-plugin-phpgw.dirs ├── gosa-plugin-phpgw.install ├── gosa-plugin-phpscheduleit-schema.dirs ├── gosa-plugin-phpscheduleit-schema.install ├── gosa-plugin-phpscheduleit.dirs ├── gosa-plugin-phpscheduleit.install ├── gosa-plugin-pptp-schema.dirs ├── gosa-plugin-pptp-schema.install ├── gosa-plugin-pptp.dirs ├── gosa-plugin-pptp.install ├── gosa-plugin-pureftpd-schema.dirs ├── gosa-plugin-pureftpd-schema.install ├── gosa-plugin-pureftpd.dirs ├── gosa-plugin-pureftpd.install ├── gosa-plugin-rolemanagement.dirs ├── gosa-plugin-rolemanagement.install ├── gosa-plugin-rsyslog.dirs ├── gosa-plugin-rsyslog.install ├── gosa-plugin-samba.dirs ├── gosa-plugin-samba.install ├── gosa-plugin-scalix.dirs ├── gosa-plugin-scalix.install ├── gosa-plugin-squid.dirs ├── gosa-plugin-squid.install ├── gosa-plugin-ssh-schema.dirs ├── gosa-plugin-ssh-schema.install ├── gosa-plugin-ssh.dirs ├── gosa-plugin-ssh.install ├── gosa-plugin-sudo-schema.dirs ├── gosa-plugin-sudo-schema.install ├── gosa-plugin-sudo.dirs ├── gosa-plugin-sudo.install ├── gosa-plugin-systems.dirs ├── gosa-plugin-systems.install ├── gosa-plugin-uw-imap.dirs ├── gosa-plugin-uw-imap.install ├── gosa-plugin-webdav.dirs ├── gosa-plugin-webdav.install ├── gosa-quickstart.dirs ├── gosa-quickstart.install ├── gosa-schema.dirs ├── gosa-schema.install ├── gosa-si.install ├── gosa-si.links ├── gosa-si.upstart ├── gosa-smarty-plugins.dirs ├── gosa-smarty-plugins.install ├── gosa.dirs ├── gosa.docs ├── gosa.install ├── gosa.lintian-overrides ├── gosa.manpages ├── gosa.postinst ├── gosa.postrm ├── gosa.triggers ├── gosa.xpm ├── po │ ├── POTFILES.in │ ├── cs.po │ ├── cz.po │ ├── de.po │ ├── es.po │ ├── eu.po │ ├── fi.po │ ├── fr.po │ ├── it.po │ ├── ja.po │ ├── nl.po │ ├── pl.po │ ├── pt.po │ ├── ru.po │ ├── sv.po │ └── templates.pot ├── rules ├── source │ └── format └── watch ├── go-susi ├── .hgignore ├── COPYRIGHT ├── LICENSE ├── Makefile ├── README ├── action │ ├── activate.go │ ├── faireboot.go │ ├── halt.go │ ├── localboot.go │ ├── lock.go │ ├── process_act.go │ ├── reboot.go │ ├── reinstall.go │ ├── send_user_msg.go │ ├── update.go │ └── wake.go ├── attic │ ├── cicron │ ├── decrypt.go │ ├── demons.go │ ├── encrypt.go │ ├── generate_pxelinux_cfg │ ├── gosa-si-server │ ├── legion.go │ ├── makeversion │ ├── send_user_msg │ ├── send_user_msg2 │ ├── sicmd │ ├── susikiller │ ├── susikiller2 │ ├── susikiller3 │ ├── tftp-susi.go │ ├── trickler.go │ ├── trigger_action │ ├── update │ ├── update_config_files │ ├── wake.go │ └── wollist.go ├── config │ ├── config.go │ └── version.go ├── db │ ├── audit.go │ ├── clientdb.go │ ├── faidb.go │ ├── hooks.go │ ├── jobdb.go │ ├── ldap.go │ ├── loggingfilestorer.go │ ├── serverdb.go │ └── systemdb.go ├── doc │ ├── dataflow.svg │ ├── go-susi-manual.odt │ ├── go-susi-manual.pdf │ ├── go-susi-manual.xhtml │ ├── manpage.pxsl │ └── manpage.xsl ├── fai-helpers │ ├── activated │ ├── audit_hw │ ├── audit_packages │ ├── audit_sources │ ├── debdb.go │ ├── detect_hardware │ ├── fai-helpers-apache.conf │ ├── fai_audit │ ├── fai_progress │ ├── fai_savelog │ ├── generate_package_list │ ├── generate_pxelinux_cfg │ ├── hardcoded-http-prefix.patch │ ├── initrd_autopack │ ├── ldap2fai-pxelinuxcfg-common.php │ ├── ldap2fai.php │ ├── localboot-fallback.patch │ ├── make-fai-initrd-root │ ├── make-fai-initrd-root.init │ ├── pxelinux.php │ └── update_fai_roots ├── main │ ├── go-susi.go │ ├── run-tests.go │ └── sibridge.go ├── message │ ├── DATABASES │ ├── client_connection.go │ ├── clmsg_gotoactivation.go │ ├── clmsg_login_logout.go │ ├── clmsg_progress.go │ ├── clmsg_save_fai_log.go │ ├── clmsg_taskdie.go │ ├── detect_hardware.go │ ├── detected_hardware.go │ ├── foreign_job_updates.go │ ├── gosa_delete_jobdb_entry.go │ ├── gosa_get_available_kernel.go │ ├── gosa_get_log_file_by_date_and_mac.go │ ├── gosa_ping.go │ ├── gosa_query_audit.go │ ├── gosa_query_audit_aggregate.go │ ├── gosa_query_fai_release.go │ ├── gosa_query_fai_server.go │ ├── gosa_query_jobdb.go │ ├── gosa_query_packages_list.go │ ├── gosa_set_activated_for_installation.go │ ├── gosa_show_log_by_mac.go │ ├── gosa_show_log_files_by_date_and_mac.go │ ├── gosa_trigger_action.go │ ├── gosa_update_status_jobdb_entry.go │ ├── here_i_am.go │ ├── information_sharing.go │ ├── job_send_user_msg.go │ ├── job_trigger_action.go │ ├── job_trigger_activate_new.go │ ├── new_foo_config.go │ ├── new_foreign_client.go │ ├── new_key.go │ ├── new_ldap_config.go │ ├── new_server.go │ ├── peer_connection.go │ ├── process_msg.go │ ├── registered.go │ ├── set_activated_for_installation.go │ ├── sistats.go │ ├── trigger_action_foo.go │ ├── trigger_wake.go │ └── usr_msg.go ├── pretty-xml │ ├── brace2xml │ ├── focss2xsl │ └── pretty-xsl ├── security │ ├── connectionlimits.go │ ├── context.go │ ├── gosacrypt.go │ └── util.go ├── testdata │ ├── audit │ │ ├── audit-template │ │ │ ├── packages.xml │ │ │ └── sources.xml │ │ ├── demons.list │ │ └── genaudit │ ├── certs │ │ ├── 1.cert │ │ ├── 1.key │ │ ├── 2.cert │ │ ├── 2.key │ │ ├── badip.cert │ │ ├── badip.key │ │ ├── badname.cert │ │ ├── badname.key │ │ ├── ca.cert │ │ ├── ca.key │ │ ├── limits.cert │ │ ├── limits.key │ │ ├── limits2.cert │ │ ├── limits2.key │ │ ├── limitsmanual.cert │ │ ├── limitsmanual.key │ │ ├── local.cert │ │ ├── local.key │ │ ├── localname.cert │ │ ├── localname.key │ │ ├── myserver.cert │ │ ├── myserver.key │ │ ├── pki.json │ │ ├── signedbywrongca.cert │ │ └── signedbywrongca.key │ ├── dev.ldif │ ├── eleminfo.ldif │ ├── faiclasses.ldif │ ├── jobdb-test.xml │ ├── ldap.ldif │ ├── ldap.schema │ ├── ldif │ │ ├── c=de.ldif │ │ └── c=de │ │ │ ├── o=go-strolch.ldif │ │ │ ├── o=go-strolch │ │ │ ├── ou=systems.ldif │ │ │ └── ou=systems │ │ │ │ ├── ou=servers.ldif │ │ │ │ └── ou=servers │ │ │ │ └── cn=strolchi.ldif │ │ │ ├── o=go-susi.ldif │ │ │ └── o=go-susi │ │ │ ├── cn=admin.ldif │ │ │ ├── ou=groups.ldif │ │ │ ├── ou=groups │ │ │ ├── cn=desktops.ldif │ │ │ ├── cn=notebooks.ldif │ │ │ └── cn=objektgruppe.ldif │ │ │ ├── ou=incoming.ldif │ │ │ ├── ou=systems.ldif │ │ │ └── ou=systems │ │ │ ├── ou=configs.ldif │ │ │ ├── ou=configs │ │ │ ├── ou=fai.ldif │ │ │ └── ou=fai │ │ │ │ ├── ou=xavier.ldif │ │ │ │ └── ou=xavier │ │ │ │ ├── ou=charles.ldif │ │ │ │ ├── ou=charles │ │ │ │ ├── ou=disk.ldif │ │ │ │ ├── ou=disk │ │ │ │ │ └── cn=turtle.ldif │ │ │ │ ├── ou=prof.ldif │ │ │ │ └── ou=prof │ │ │ │ │ ├── ou=disk.ldif │ │ │ │ │ ├── ou=disk │ │ │ │ │ ├── cn=turtle.ldif │ │ │ │ │ └── cn=world.ldif │ │ │ │ │ └── ou=x-men.ldif │ │ │ │ ├── ou=disk.ldif │ │ │ │ └── ou=disk │ │ │ │ ├── cn=turtle.ldif │ │ │ │ └── cn=world.ldif │ │ │ ├── ou=servers.ldif │ │ │ ├── ou=servers │ │ │ ├── cn=wikipedia-lb.ldif │ │ │ └── cn=www\2Emit\2Eedu.ldif │ │ │ ├── ou=workstations.ldif │ │ │ └── ou=workstations │ │ │ ├── cn=desktop-template.ldif │ │ │ ├── cn=nackt.ldif │ │ │ ├── cn=notebook-template.ldif │ │ │ ├── cn=ogmember1.ldif │ │ │ ├── cn=ogmember2.ldif │ │ │ ├── cn=systest1.ldif │ │ │ ├── cn=systest2.ldif │ │ │ └── cn=systest3.ldif │ ├── nothing.ldif │ ├── nova.ldif │ ├── query_fai_release.log │ ├── reinstall.test │ ├── slapd.conf │ ├── slapd.txt │ ├── strolch.ldif │ ├── tftp.test │ └── wakeup.expect ├── tests │ ├── WARNING-FILENAMES │ ├── bytes-test.go │ ├── db-test.go │ ├── deque-test.go │ ├── harness.go │ ├── message-test.go │ ├── security-test.go │ ├── system-test.go │ ├── test-helpers.go │ ├── unit-tests.go │ ├── util-test.go │ └── xml-test.go ├── tftp │ ├── get.go │ └── server.go └── xml │ ├── xml_db.go │ ├── xml_filter.go │ └── xml_hash.go ├── gosa-core ├── AUTHORS ├── CODING ├── COPYING ├── Changelog ├── FAQ ├── INSTALL ├── README ├── README.safemode ├── bin │ ├── gosa-encrypt-passwords │ └── mkntpasswd ├── contrib │ ├── artwork │ │ └── GOsa-logo.eps │ ├── build-gosa │ ├── desktoprc │ ├── encodings │ ├── extract-locale │ ├── gosa │ ├── gosa.1 │ ├── gosa.conf │ ├── gosa.conf.5 │ ├── latex2html │ ├── openldap │ │ ├── convert_schema.sh │ │ ├── gofax.schema │ │ ├── gofon.schema │ │ ├── gosa-samba3.schema │ │ ├── goserver.schema │ │ ├── gosystem.schema │ │ ├── goto-mime.schema │ │ ├── goto.schema │ │ ├── install_all_ldif.sh │ │ ├── rfc2307bis.schema │ │ ├── samba3.schema │ │ ├── slapd.conf │ │ └── trust.schema │ ├── plugins │ │ └── dyngroup │ │ │ └── README │ └── shells ├── dh-make-gosa ├── dh-make-gosa.1 ├── doc │ ├── admin │ │ ├── en │ │ │ ├── manual_gosa_en.tex │ │ │ ├── manual_gosa_en_apache.tex │ │ │ ├── manual_gosa_en_ldap.tex │ │ │ └── referencias_gosa.bib │ │ └── es │ │ │ ├── manual_gosa_es.tex │ │ │ ├── manual_gosa_es_certificates.tex │ │ │ ├── manual_gosa_es_dns.tex │ │ │ ├── manual_gosa_es_fileserver.tex │ │ │ ├── manual_gosa_es_ftp.tex │ │ │ ├── manual_gosa_es_gw.tex │ │ │ ├── manual_gosa_es_im.tex │ │ │ ├── manual_gosa_es_kerberos.tex │ │ │ ├── manual_gosa_es_ldap.tex │ │ │ ├── manual_gosa_es_mail.tex │ │ │ ├── manual_gosa_es_otros.tex │ │ │ ├── manual_gosa_es_printing.tex │ │ │ ├── manual_gosa_es_proxy.tex │ │ │ ├── manual_gosa_es_ssh.tex │ │ │ ├── manual_gosa_es_vpn.tex │ │ │ └── referencias_gosa.bib │ └── core │ │ ├── de │ │ ├── html │ │ │ ├── applications │ │ │ │ ├── WARNINGS │ │ │ │ ├── applications.css │ │ │ │ ├── applications.html │ │ │ │ ├── edit.png │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_new_app.png │ │ │ │ ├── list_reload.png │ │ │ │ ├── list_root.png │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ ├── node5.html │ │ │ │ ├── node6.html │ │ │ │ ├── node7.html │ │ │ │ ├── node8.html │ │ │ │ ├── rocket.png │ │ │ │ └── search.png │ │ │ ├── blocklists │ │ │ │ ├── WARNINGS │ │ │ │ ├── blocklists.css │ │ │ │ ├── blocklists.html │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_new_blocklist.png │ │ │ │ ├── list_reload.png │ │ │ │ ├── list_root.png │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ ├── node5.html │ │ │ │ ├── rocket.png │ │ │ │ └── search.png │ │ │ ├── conference │ │ │ │ ├── WARNINGS │ │ │ │ ├── conference.css │ │ │ │ ├── conference.html │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_reload.png │ │ │ │ ├── list_root.png │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ ├── node5.html │ │ │ │ ├── node6.html │ │ │ │ ├── rocket.png │ │ │ │ ├── search.png │ │ │ │ └── select_new_component.png │ │ │ ├── departments │ │ │ │ ├── WARNINGS │ │ │ │ ├── departments.css │ │ │ │ ├── departments.html │ │ │ │ ├── edit.png │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_new_department.png │ │ │ │ ├── list_reload.png │ │ │ │ ├── list_root.png │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ ├── node5.html │ │ │ │ ├── node6.html │ │ │ │ ├── node7.html │ │ │ │ ├── node8.html │ │ │ │ ├── node9.html │ │ │ │ ├── rocket.png │ │ │ │ └── search.png │ │ │ ├── faxreports │ │ │ │ ├── WARNINGS │ │ │ │ ├── faxreports.css │ │ │ │ ├── faxreports.html │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ └── rocket.png │ │ │ ├── fonreports │ │ │ │ ├── WARNINGS │ │ │ │ ├── fonreports.css │ │ │ │ ├── fonreports.html │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ └── rocket.png │ │ │ ├── groups │ │ │ │ ├── WARNINGS │ │ │ │ ├── groups.css │ │ │ │ ├── groups.html │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_new_group.png │ │ │ │ ├── list_reload.png │ │ │ │ ├── list_root.png │ │ │ │ ├── mailto.png │ │ │ │ ├── node1.html │ │ │ │ ├── node10.html │ │ │ │ ├── node11.html │ │ │ │ ├── node12.html │ │ │ │ ├── node13.html │ │ │ │ ├── node14.html │ │ │ │ ├── node15.html │ │ │ │ ├── node16.html │ │ │ │ ├── node17.html │ │ │ │ ├── node18.html │ │ │ │ ├── node19.html │ │ │ │ ├── node2.html │ │ │ │ ├── node20.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ ├── node5.html │ │ │ │ ├── node6.html │ │ │ │ ├── node7.html │ │ │ │ ├── node8.html │ │ │ │ ├── node9.html │ │ │ │ ├── rocket.png │ │ │ │ ├── select_application.png │ │ │ │ ├── select_groups.png │ │ │ │ ├── select_winstation.png │ │ │ │ └── smallenv.png │ │ │ ├── logview │ │ │ │ ├── WARNINGS │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── logview.css │ │ │ │ ├── logview.html │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ └── node3.html │ │ │ ├── macro │ │ │ │ ├── WARNINGS │ │ │ │ ├── false.png │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_new_macro.png │ │ │ │ ├── list_reload.png │ │ │ │ ├── list_root.png │ │ │ │ ├── macro.css │ │ │ │ ├── macro.html │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ ├── node5.html │ │ │ │ ├── node6.html │ │ │ │ ├── rocket.png │ │ │ │ ├── search.png │ │ │ │ └── true.png │ │ │ ├── mailqueue │ │ │ │ ├── WARNINGS │ │ │ │ ├── edittrash.png │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── mailq_hold.png │ │ │ │ ├── mailq_requeue.png │ │ │ │ ├── mailq_unhold.png │ │ │ │ ├── mailqueue.css │ │ │ │ ├── mailqueue.html │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ └── rocket.png │ │ │ ├── ogroups │ │ │ │ ├── WARNINGS │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_new_ogroup.png │ │ │ │ ├── list_reload.png │ │ │ │ ├── list_root.png │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ ├── ogroups.css │ │ │ │ ├── ogroups.html │ │ │ │ ├── rocket.png │ │ │ │ └── search.png │ │ │ └── users │ │ │ │ ├── WARNINGS │ │ │ │ ├── fax_small.png │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_new_user.png │ │ │ │ ├── list_reload.png │ │ │ │ ├── list_root.png │ │ │ │ ├── mailto.png │ │ │ │ ├── node1.html │ │ │ │ ├── node10.html │ │ │ │ ├── node11.html │ │ │ │ ├── node12.html │ │ │ │ ├── node13.html │ │ │ │ ├── node14.html │ │ │ │ ├── node15.html │ │ │ │ ├── node16.html │ │ │ │ ├── node17.html │ │ │ │ ├── node18.html │ │ │ │ ├── node19.html │ │ │ │ ├── node2.html │ │ │ │ ├── node20.html │ │ │ │ ├── node21.html │ │ │ │ ├── node22.html │ │ │ │ ├── node23.html │ │ │ │ ├── node24.html │ │ │ │ ├── node25.html │ │ │ │ ├── node26.html │ │ │ │ ├── node27.html │ │ │ │ ├── node28.html │ │ │ │ ├── node29.html │ │ │ │ ├── node3.html │ │ │ │ ├── node30.html │ │ │ │ ├── node31.html │ │ │ │ ├── node32.html │ │ │ │ ├── node33.html │ │ │ │ ├── node34.html │ │ │ │ ├── node35.html │ │ │ │ ├── node36.html │ │ │ │ ├── node37.html │ │ │ │ ├── node38.html │ │ │ │ ├── node39.html │ │ │ │ ├── node4.html │ │ │ │ ├── node40.html │ │ │ │ ├── node41.html │ │ │ │ ├── node42.html │ │ │ │ ├── node43.html │ │ │ │ ├── node44.html │ │ │ │ ├── node45.html │ │ │ │ ├── node46.html │ │ │ │ ├── node47.html │ │ │ │ ├── node48.html │ │ │ │ ├── node49.html │ │ │ │ ├── node5.html │ │ │ │ ├── node50.html │ │ │ │ ├── node6.html │ │ │ │ ├── node7.html │ │ │ │ ├── node8.html │ │ │ │ ├── node9.html │ │ │ │ ├── penguin.png │ │ │ │ ├── rocket.png │ │ │ │ ├── search.png │ │ │ │ ├── select_netatalk.png │ │ │ │ ├── select_phone.png │ │ │ │ ├── select_user.png │ │ │ │ ├── select_winstation.png │ │ │ │ ├── smallenv.png │ │ │ │ ├── users.css │ │ │ │ └── users.html │ │ └── lyx-source │ │ │ ├── applications.lyx │ │ │ ├── blocklists.lyx │ │ │ ├── conference.lyx │ │ │ ├── departments.lyx │ │ │ ├── faxreports.lyx │ │ │ ├── fonreports.lyx │ │ │ ├── groups.lyx │ │ │ ├── images │ │ │ ├── action.png │ │ │ ├── addr_company.png │ │ │ ├── addr_home.png │ │ │ ├── addr_personal.png │ │ │ ├── addressbook.png │ │ │ ├── alternatemail.png │ │ │ ├── application.png │ │ │ ├── back.png │ │ │ ├── banana.png │ │ │ ├── blocklists.png │ │ │ ├── branch.png │ │ │ ├── branch_small.png │ │ │ ├── button_cancel.png │ │ │ ├── cant_editpaste.png │ │ │ ├── certs.png │ │ │ ├── closedlock.png │ │ │ ├── conference.png │ │ │ ├── copypaste.png │ │ │ ├── crossref.png │ │ │ ├── cutpaste.png │ │ │ ├── default.jpg │ │ │ ├── default_icon.png │ │ │ ├── department.png │ │ │ ├── dfs.png │ │ │ ├── dhcp.png │ │ │ ├── display.png │ │ │ ├── dns.png │ │ │ ├── drives.png │ │ │ ├── dtree.png │ │ │ ├── edit.png │ │ │ ├── editcopy.png │ │ │ ├── editcut.png │ │ │ ├── editdelete.png │ │ │ ├── editpaste.png │ │ │ ├── edittrash.png │ │ │ ├── email.png │ │ │ ├── empty.png │ │ │ ├── encrypted.png │ │ │ ├── env.png │ │ │ ├── envelope.png │ │ │ ├── expand.png │ │ │ ├── fai.png │ │ │ ├── fai_hook.png │ │ │ ├── fai_new_hook.png │ │ │ ├── fai_new_packages.png │ │ │ ├── fai_new_partitionTable.png │ │ │ ├── fai_new_profile.png │ │ │ ├── fai_new_script.png │ │ │ ├── fai_new_template.png │ │ │ ├── fai_new_variable.png │ │ │ ├── fai_packages.png │ │ │ ├── fai_partitionTable.png │ │ │ ├── fai_profile.png │ │ │ ├── fai_script.png │ │ │ ├── fai_small.png │ │ │ ├── fai_template.png │ │ │ ├── fai_variable.png │ │ │ ├── false.png │ │ │ ├── fax.png │ │ │ ├── fax_small.png │ │ │ ├── filesaveas.png │ │ │ ├── flag.png │ │ │ ├── folder.png │ │ │ ├── forward.png │ │ │ ├── ftp.png │ │ │ ├── fullfolder.png │ │ │ ├── gfx_hardware.png │ │ │ ├── group.png │ │ │ ├── hardware.png │ │ │ ├── hdd_linux_unmount.png │ │ │ ├── head.png │ │ │ ├── help.png │ │ │ ├── hotplug.png │ │ │ ├── house.png │ │ │ ├── img1.png │ │ │ ├── info.png │ │ │ ├── info_small.png │ │ │ ├── keyboard.png │ │ │ ├── lamp.png │ │ │ ├── launch.png │ │ │ ├── ldapserver.png │ │ │ ├── ldif.png │ │ │ ├── list_back.png │ │ │ ├── list_blocklist.png │ │ │ ├── list_home.png │ │ │ ├── list_macro.png │ │ │ ├── list_new.png │ │ │ ├── list_new_app.png │ │ │ ├── list_new_blocklist.png │ │ │ ├── list_new_conference.png │ │ │ ├── list_new_department.png │ │ │ ├── list_new_group.png │ │ │ ├── list_new_macro.png │ │ │ ├── list_new_ogroup.png │ │ │ ├── list_new_user.png │ │ │ ├── list_ogroup.png │ │ │ ├── list_password.png │ │ │ ├── list_reload.png │ │ │ ├── list_root.png │ │ │ ├── list_seperator.png │ │ │ ├── list_submit.png │ │ │ ├── list_up.png │ │ │ ├── log_critical.png │ │ │ ├── log_info.png │ │ │ ├── log_unknown.png │ │ │ ├── log_warning.png │ │ │ ├── login.png │ │ │ ├── logview.png │ │ │ ├── macros.png │ │ │ ├── mailq_active.png │ │ │ ├── mailq_header.png │ │ │ ├── mailq_hold.png │ │ │ ├── mailq_requeue.png │ │ │ ├── mailq_unhold.png │ │ │ ├── mailqueue.png │ │ │ ├── mailto.png │ │ │ ├── mainboard.png │ │ │ ├── members.png │ │ │ ├── memory.png │ │ │ ├── monitor.png │ │ │ ├── monitoring.png │ │ │ ├── mouse.png │ │ │ ├── net_hardware.png │ │ │ ├── netatalk.png │ │ │ ├── network.png │ │ │ ├── null.gif │ │ │ ├── ogroup.png │ │ │ ├── openlock.png │ │ │ ├── password.png │ │ │ ├── penguin.png │ │ │ ├── personal.png │ │ │ ├── phone.png │ │ │ ├── phonereport.png │ │ │ ├── posix.png │ │ │ ├── printer.png │ │ │ ├── processor.png │ │ │ ├── proxy.png │ │ │ ├── reports.png │ │ │ ├── rightarrow.png │ │ │ ├── rocket.png │ │ │ ├── samba.png │ │ │ ├── save.png │ │ │ ├── scanner.png │ │ │ ├── search.png │ │ │ ├── search_user.png │ │ │ ├── select_application.png │ │ │ ├── select_component.png │ │ │ ├── select_conference.png │ │ │ ├── select_default.png │ │ │ ├── select_department.png │ │ │ ├── select_groups.png │ │ │ ├── select_invalid_application.png │ │ │ ├── select_macro.png │ │ │ ├── select_netatalk.png │ │ │ ├── select_new_component.png │ │ │ ├── select_new_phone.png │ │ │ ├── select_new_printer.png │ │ │ ├── select_new_server.png │ │ │ ├── select_new_terminal.png │ │ │ ├── select_new_workstation.png │ │ │ ├── select_newsystem.png │ │ │ ├── select_ogroup.png │ │ │ ├── select_phone.png │ │ │ ├── select_phone_connected.png │ │ │ ├── select_printer.png │ │ │ ├── select_proxy.png │ │ │ ├── select_server.png │ │ │ ├── select_template.png │ │ │ ├── select_terminal.png │ │ │ ├── select_user.png │ │ │ ├── select_winstation.png │ │ │ ├── select_workstation.png │ │ │ ├── server.png │ │ │ ├── service.png │ │ │ ├── small_filter.png │ │ │ ├── smallenv.png │ │ │ ├── snd_hardware.png │ │ │ ├── sort_down.png │ │ │ ├── sort_up.png │ │ │ ├── sound.png │ │ │ ├── stop.png │ │ │ ├── system.png │ │ │ ├── terminal_small.png │ │ │ ├── time.png │ │ │ ├── tree.png │ │ │ ├── true.png │ │ │ ├── user.png │ │ │ ├── warning.png │ │ │ └── zip.png │ │ │ ├── ldapmanager.lyx │ │ │ ├── logview.lyx │ │ │ ├── macro.lyx │ │ │ ├── mailqueue.lyx │ │ │ ├── ogroups.lyx │ │ │ └── users.lyx │ │ ├── en │ │ ├── html │ │ │ ├── applications │ │ │ │ ├── WARNINGS │ │ │ │ ├── applications.css │ │ │ │ ├── applications.html │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_new_app.png │ │ │ │ ├── list_root.png │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ ├── node5.html │ │ │ │ ├── node6.html │ │ │ │ ├── node7.html │ │ │ │ ├── rocket.png │ │ │ │ └── search.png │ │ │ ├── blocklists │ │ │ │ ├── WARNINGS │ │ │ │ ├── blocklists.css │ │ │ │ ├── blocklists.html │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_new_blocklist.png │ │ │ │ ├── list_root.png │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ ├── node5.html │ │ │ │ ├── rocket.png │ │ │ │ └── search.png │ │ │ ├── conference │ │ │ │ ├── WARNINGS │ │ │ │ ├── conference.css │ │ │ │ ├── conference.html │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_root.png │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ ├── node5.html │ │ │ │ ├── node6.html │ │ │ │ ├── rocket.png │ │ │ │ ├── search.png │ │ │ │ └── select_new_component.png │ │ │ ├── departments │ │ │ │ ├── WARNINGS │ │ │ │ ├── departments.css │ │ │ │ ├── departments.html │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_new_department.png │ │ │ │ ├── list_root.png │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ ├── node5.html │ │ │ │ ├── node6.html │ │ │ │ ├── rocket.png │ │ │ │ └── search.png │ │ │ ├── faxreports │ │ │ │ ├── WARNINGS │ │ │ │ ├── faxreports.css │ │ │ │ ├── faxreports.html │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ └── rocket.png │ │ │ ├── fonreports │ │ │ │ ├── WARNINGS │ │ │ │ ├── fonreports.css │ │ │ │ ├── fonreports.html │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ └── rocket.png │ │ │ ├── groups │ │ │ │ ├── WARNINGS │ │ │ │ ├── groups.css │ │ │ │ ├── groups.html │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_new_group.png │ │ │ │ ├── list_root.png │ │ │ │ ├── node1.html │ │ │ │ ├── node10.html │ │ │ │ ├── node11.html │ │ │ │ ├── node12.html │ │ │ │ ├── node13.html │ │ │ │ ├── node14.html │ │ │ │ ├── node15.html │ │ │ │ ├── node16.html │ │ │ │ ├── node17.html │ │ │ │ ├── node18.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ ├── node5.html │ │ │ │ ├── node6.html │ │ │ │ ├── node7.html │ │ │ │ ├── node8.html │ │ │ │ ├── node9.html │ │ │ │ └── rocket.png │ │ │ ├── ldapmanager │ │ │ │ ├── WARNINGS │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── ldapmanager.css │ │ │ │ ├── ldapmanager.html │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ ├── node5.html │ │ │ │ └── node6.html │ │ │ ├── logview │ │ │ │ ├── WARNINGS │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── logview.css │ │ │ │ ├── logview.html │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ └── node3.html │ │ │ ├── macro │ │ │ │ ├── WARNINGS │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_new_macro.png │ │ │ │ ├── list_root.png │ │ │ │ ├── macro.css │ │ │ │ ├── macro.html │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ ├── node5.html │ │ │ │ ├── rocket.png │ │ │ │ └── search.png │ │ │ ├── ogroups │ │ │ │ ├── WARNINGS │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_new_ogroup.png │ │ │ │ ├── list_root.png │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ ├── ogroups.css │ │ │ │ ├── ogroups.html │ │ │ │ ├── rocket.png │ │ │ │ └── search.png │ │ │ └── users │ │ │ │ ├── WARNINGS │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_new_user.png │ │ │ │ ├── list_root.png │ │ │ │ ├── node1.html │ │ │ │ ├── node10.html │ │ │ │ ├── node11.html │ │ │ │ ├── node12.html │ │ │ │ ├── node13.html │ │ │ │ ├── node14.html │ │ │ │ ├── node15.html │ │ │ │ ├── node16.html │ │ │ │ ├── node17.html │ │ │ │ ├── node18.html │ │ │ │ ├── node19.html │ │ │ │ ├── node2.html │ │ │ │ ├── node20.html │ │ │ │ ├── node21.html │ │ │ │ ├── node22.html │ │ │ │ ├── node23.html │ │ │ │ ├── node24.html │ │ │ │ ├── node25.html │ │ │ │ ├── node26.html │ │ │ │ ├── node27.html │ │ │ │ ├── node28.html │ │ │ │ ├── node29.html │ │ │ │ ├── node3.html │ │ │ │ ├── node30.html │ │ │ │ ├── node31.html │ │ │ │ ├── node32.html │ │ │ │ ├── node33.html │ │ │ │ ├── node34.html │ │ │ │ ├── node35.html │ │ │ │ ├── node36.html │ │ │ │ ├── node37.html │ │ │ │ ├── node38.html │ │ │ │ ├── node39.html │ │ │ │ ├── node4.html │ │ │ │ ├── node40.html │ │ │ │ ├── node41.html │ │ │ │ ├── node42.html │ │ │ │ ├── node5.html │ │ │ │ ├── node6.html │ │ │ │ ├── node7.html │ │ │ │ ├── node8.html │ │ │ │ ├── node9.html │ │ │ │ ├── rocket.png │ │ │ │ ├── search.png │ │ │ │ ├── users.css │ │ │ │ └── users.html │ │ └── lyx-source │ │ │ ├── applications.lyx │ │ │ ├── blocklists.lyx │ │ │ ├── conference.lyx │ │ │ ├── departments.lyx │ │ │ ├── faxreports.lyx │ │ │ ├── fonreports.lyx │ │ │ ├── groups.lyx │ │ │ ├── images │ │ │ ├── action.png │ │ │ ├── addr_company.png │ │ │ ├── addr_home.png │ │ │ ├── addr_personal.png │ │ │ ├── addressbook.png │ │ │ ├── alternatemail.png │ │ │ ├── application.png │ │ │ ├── back.png │ │ │ ├── banana.png │ │ │ ├── blocklists.png │ │ │ ├── button_cancel.png │ │ │ ├── certs.png │ │ │ ├── closedlock.png │ │ │ ├── conference.png │ │ │ ├── crossref.png │ │ │ ├── default.jpg │ │ │ ├── default_icon.png │ │ │ ├── department.png │ │ │ ├── dhcp.png │ │ │ ├── display.png │ │ │ ├── dns.png │ │ │ ├── dtree.png │ │ │ ├── edit.png │ │ │ ├── editcopy.png │ │ │ ├── editdelete.png │ │ │ ├── editpaste.png │ │ │ ├── edittrash.png │ │ │ ├── email.png │ │ │ ├── empty.png │ │ │ ├── encrypted.png │ │ │ ├── envelope.png │ │ │ ├── expand.png │ │ │ ├── false.png │ │ │ ├── fax.png │ │ │ ├── fax_small.png │ │ │ ├── filesaveas.png │ │ │ ├── flag.png │ │ │ ├── folder.png │ │ │ ├── forward.png │ │ │ ├── ftp.png │ │ │ ├── fullfolder.png │ │ │ ├── group.png │ │ │ ├── hardware.png │ │ │ ├── hdd_linux_unmount.png │ │ │ ├── head.png │ │ │ ├── help.png │ │ │ ├── house.png │ │ │ ├── img1.png │ │ │ ├── info.png │ │ │ ├── info_small.png │ │ │ ├── keyboard.png │ │ │ ├── lamp.png │ │ │ ├── launch.png │ │ │ ├── ldapserver.png │ │ │ ├── ldif.png │ │ │ ├── list_back.png │ │ │ ├── list_blocklist.png │ │ │ ├── list_home.png │ │ │ ├── list_macro.png │ │ │ ├── list_new.png │ │ │ ├── list_new_app.png │ │ │ ├── list_new_blocklist.png │ │ │ ├── list_new_department.png │ │ │ ├── list_new_group.png │ │ │ ├── list_new_macro.png │ │ │ ├── list_new_ogroup.png │ │ │ ├── list_new_user.png │ │ │ ├── list_ogroup.png │ │ │ ├── list_password.png │ │ │ ├── list_root.png │ │ │ ├── list_seperator.png │ │ │ ├── list_submit.png │ │ │ ├── list_up.png │ │ │ ├── log_critical.png │ │ │ ├── log_info.png │ │ │ ├── log_unknown.png │ │ │ ├── log_warning.png │ │ │ ├── login.png │ │ │ ├── logview.png │ │ │ ├── macros.png │ │ │ ├── mailto.png │ │ │ ├── members.png │ │ │ ├── mouse.png │ │ │ ├── network.png │ │ │ ├── null.gif │ │ │ ├── ogroup.png │ │ │ ├── openlock.png │ │ │ ├── password.png │ │ │ ├── penguin.png │ │ │ ├── personal.png │ │ │ ├── phone.png │ │ │ ├── phonereport.png │ │ │ ├── posix.png │ │ │ ├── printer.png │ │ │ ├── proxy.png │ │ │ ├── reports.png │ │ │ ├── rightarrow.png │ │ │ ├── rocket.png │ │ │ ├── samba.png │ │ │ ├── save.png │ │ │ ├── scanner.png │ │ │ ├── search.png │ │ │ ├── select_application.png │ │ │ ├── select_component.png │ │ │ ├── select_default.png │ │ │ ├── select_department.png │ │ │ ├── select_groups.png │ │ │ ├── select_macro.png │ │ │ ├── select_new_component.png │ │ │ ├── select_new_phone.png │ │ │ ├── select_new_printer.png │ │ │ ├── select_new_server.png │ │ │ ├── select_new_terminal.png │ │ │ ├── select_new_workstation.png │ │ │ ├── select_ogroup.png │ │ │ ├── select_phone.png │ │ │ ├── select_phone_connected.png │ │ │ ├── select_printer.png │ │ │ ├── select_proxy.png │ │ │ ├── select_server.png │ │ │ ├── select_template.png │ │ │ ├── select_terminal.png │ │ │ ├── select_user.png │ │ │ ├── select_winstation.png │ │ │ ├── select_workstation.png │ │ │ ├── server.png │ │ │ ├── service.png │ │ │ ├── small_filter.png │ │ │ ├── sort_down.png │ │ │ ├── sort_up.png │ │ │ ├── sound.png │ │ │ ├── stop.png │ │ │ ├── system.png │ │ │ ├── terminal_small.png │ │ │ ├── time.png │ │ │ ├── tree.png │ │ │ ├── true.png │ │ │ ├── user.png │ │ │ ├── warning.png │ │ │ └── zip.png │ │ │ ├── ldapmanager.lyx │ │ │ ├── logview.lyx │ │ │ ├── macro.lyx │ │ │ ├── ogroups.lyx │ │ │ └── users.lyx │ │ ├── es │ │ └── lyx-source │ │ │ └── images │ │ │ ├── action.png │ │ │ ├── addr_company.png │ │ │ ├── addr_home.png │ │ │ ├── addr_personal.png │ │ │ ├── addressbook.png │ │ │ ├── alternatemail.png │ │ │ ├── application.png │ │ │ ├── back.png │ │ │ ├── banana.png │ │ │ ├── blocklists.png │ │ │ ├── branch.png │ │ │ ├── branch_small.png │ │ │ ├── button_cancel.png │ │ │ ├── cant_editpaste.png │ │ │ ├── certs.png │ │ │ ├── closedlock.png │ │ │ ├── conference.png │ │ │ ├── copypaste.png │ │ │ ├── crossref.png │ │ │ ├── cutpaste.png │ │ │ ├── default.jpg │ │ │ ├── default_icon.png │ │ │ ├── department.png │ │ │ ├── dfs.png │ │ │ ├── dhcp.png │ │ │ ├── display.png │ │ │ ├── dns.png │ │ │ ├── drives.png │ │ │ ├── dtree.png │ │ │ ├── edit.png │ │ │ ├── editcopy.png │ │ │ ├── editcut.png │ │ │ ├── editdelete.png │ │ │ ├── editpaste.png │ │ │ ├── edittrash.png │ │ │ ├── email.png │ │ │ ├── empty.png │ │ │ ├── encrypted.png │ │ │ ├── env.png │ │ │ ├── envelope.png │ │ │ ├── expand.png │ │ │ ├── fai.png │ │ │ ├── fai_hook.png │ │ │ ├── fai_new_hook.png │ │ │ ├── fai_new_packages.png │ │ │ ├── fai_new_partitionTable.png │ │ │ ├── fai_new_profile.png │ │ │ ├── fai_new_script.png │ │ │ ├── fai_new_template.png │ │ │ ├── fai_new_variable.png │ │ │ ├── fai_packages.png │ │ │ ├── fai_partitionTable.png │ │ │ ├── fai_profile.png │ │ │ ├── fai_script.png │ │ │ ├── fai_small.png │ │ │ ├── fai_template.png │ │ │ ├── fai_variable.png │ │ │ ├── false.png │ │ │ ├── fax.png │ │ │ ├── fax_small.png │ │ │ ├── filesaveas.png │ │ │ ├── flag.png │ │ │ ├── folder.png │ │ │ ├── forward.png │ │ │ ├── ftp.png │ │ │ ├── fullfolder.png │ │ │ ├── gfx_hardware.png │ │ │ ├── group.png │ │ │ ├── hardware.png │ │ │ ├── hdd_linux_unmount.png │ │ │ ├── head.png │ │ │ ├── help.png │ │ │ ├── hotplug.png │ │ │ ├── house.png │ │ │ ├── img1.png │ │ │ ├── info.png │ │ │ ├── info_small.png │ │ │ ├── keyboard.png │ │ │ ├── lamp.png │ │ │ ├── launch.png │ │ │ ├── ldapserver.png │ │ │ ├── ldif.png │ │ │ ├── list_back.png │ │ │ ├── list_blocklist.png │ │ │ ├── list_home.png │ │ │ ├── list_macro.png │ │ │ ├── list_new.png │ │ │ ├── list_new_app.png │ │ │ ├── list_new_blocklist.png │ │ │ ├── list_new_conference.png │ │ │ ├── list_new_department.png │ │ │ ├── list_new_group.png │ │ │ ├── list_new_macro.png │ │ │ ├── list_new_ogroup.png │ │ │ ├── list_new_user.png │ │ │ ├── list_ogroup.png │ │ │ ├── list_password.png │ │ │ ├── list_reload.png │ │ │ ├── list_root.png │ │ │ ├── list_seperator.png │ │ │ ├── list_submit.png │ │ │ ├── list_up.png │ │ │ ├── log_critical.png │ │ │ ├── log_info.png │ │ │ ├── log_unknown.png │ │ │ ├── log_warning.png │ │ │ ├── login.png │ │ │ ├── logview.png │ │ │ ├── macros.png │ │ │ ├── mailq_active.png │ │ │ ├── mailq_header.png │ │ │ ├── mailq_hold.png │ │ │ ├── mailq_requeue.png │ │ │ ├── mailq_unhold.png │ │ │ ├── mailqueue.png │ │ │ ├── mailto.png │ │ │ ├── mainboard.png │ │ │ ├── members.png │ │ │ ├── memory.png │ │ │ ├── monitor.png │ │ │ ├── monitoring.png │ │ │ ├── mouse.png │ │ │ ├── net_hardware.png │ │ │ ├── netatalk.png │ │ │ ├── network.png │ │ │ ├── null.gif │ │ │ ├── ogroup.png │ │ │ ├── openlock.png │ │ │ ├── password.png │ │ │ ├── penguin.png │ │ │ ├── personal.png │ │ │ ├── phone.png │ │ │ ├── phonereport.png │ │ │ ├── posix.png │ │ │ ├── printer.png │ │ │ ├── processor.png │ │ │ ├── proxy.png │ │ │ ├── reports.png │ │ │ ├── rightarrow.png │ │ │ ├── rocket.png │ │ │ ├── samba.png │ │ │ ├── save.png │ │ │ ├── scanner.png │ │ │ ├── search.png │ │ │ ├── search_user.png │ │ │ ├── select_application.png │ │ │ ├── select_component.png │ │ │ ├── select_conference.png │ │ │ ├── select_default.png │ │ │ ├── select_department.png │ │ │ ├── select_groups.png │ │ │ ├── select_invalid_application.png │ │ │ ├── select_macro.png │ │ │ ├── select_netatalk.png │ │ │ ├── select_new_component.png │ │ │ ├── select_new_phone.png │ │ │ ├── select_new_printer.png │ │ │ ├── select_new_server.png │ │ │ ├── select_new_terminal.png │ │ │ ├── select_new_workstation.png │ │ │ ├── select_newsystem.png │ │ │ ├── select_ogroup.png │ │ │ ├── select_phone.png │ │ │ ├── select_phone_connected.png │ │ │ ├── select_printer.png │ │ │ ├── select_proxy.png │ │ │ ├── select_server.png │ │ │ ├── select_template.png │ │ │ ├── select_terminal.png │ │ │ ├── select_user.png │ │ │ ├── select_winstation.png │ │ │ ├── select_workstation.png │ │ │ ├── server.png │ │ │ ├── service.png │ │ │ ├── small_filter.png │ │ │ ├── smallenv.png │ │ │ ├── snd_hardware.png │ │ │ ├── sort_down.png │ │ │ ├── sort_up.png │ │ │ ├── sound.png │ │ │ ├── stop.png │ │ │ ├── system.png │ │ │ ├── terminal_small.png │ │ │ ├── time.png │ │ │ ├── tree.png │ │ │ ├── true.png │ │ │ ├── user.png │ │ │ ├── warning.png │ │ │ └── zip.png │ │ ├── fr │ │ ├── html │ │ │ ├── applications │ │ │ │ ├── WARNINGS │ │ │ │ ├── applications.css │ │ │ │ ├── applications.html │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_new_app.png │ │ │ │ ├── list_root.png │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ ├── node5.html │ │ │ │ ├── node6.html │ │ │ │ ├── node7.html │ │ │ │ ├── node8.html │ │ │ │ ├── rocket.png │ │ │ │ └── search.png │ │ │ ├── blocklists │ │ │ │ ├── WARNINGS │ │ │ │ ├── blocklists.css │ │ │ │ ├── blocklists.html │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_new_blocklist.png │ │ │ │ ├── list_root.png │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ ├── rocket.png │ │ │ │ └── search.png │ │ │ ├── conference │ │ │ │ ├── WARNINGS │ │ │ │ ├── conference.css │ │ │ │ ├── conference.html │ │ │ │ ├── conference.png │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_root.png │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ ├── node5.html │ │ │ │ ├── node6.html │ │ │ │ ├── rocket.png │ │ │ │ └── search.png │ │ │ ├── departments │ │ │ │ ├── WARNINGS │ │ │ │ ├── departments.css │ │ │ │ ├── departments.html │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_new_department.png │ │ │ │ ├── list_root.png │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ ├── node5.html │ │ │ │ ├── node6.html │ │ │ │ ├── rocket.png │ │ │ │ └── search.png │ │ │ ├── faxreports │ │ │ │ ├── WARNINGS │ │ │ │ ├── faxreports.css │ │ │ │ ├── faxreports.html │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── node1.html │ │ │ │ └── node2.html │ │ │ ├── fonreports │ │ │ │ ├── WARNINGS │ │ │ │ ├── fonreports.css │ │ │ │ ├── fonreports.html │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── node1.html │ │ │ │ └── node2.html │ │ │ ├── groups │ │ │ │ ├── WARNINGS │ │ │ │ ├── groups.css │ │ │ │ ├── groups.html │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_new_group.png │ │ │ │ ├── list_root.png │ │ │ │ ├── node1.html │ │ │ │ ├── node10.html │ │ │ │ ├── node11.html │ │ │ │ ├── node12.html │ │ │ │ ├── node13.html │ │ │ │ ├── node14.html │ │ │ │ ├── node15.html │ │ │ │ ├── node16.html │ │ │ │ ├── node17.html │ │ │ │ ├── node18.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ ├── node5.html │ │ │ │ ├── node6.html │ │ │ │ ├── node7.html │ │ │ │ ├── node8.html │ │ │ │ ├── node9.html │ │ │ │ └── rocket.png │ │ │ ├── ldapmanager │ │ │ │ ├── WARNINGS │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── ldapmanager.css │ │ │ │ ├── ldapmanager.html │ │ │ │ ├── node1.html │ │ │ │ └── node2.html │ │ │ ├── logview │ │ │ │ ├── WARNINGS │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── logview.css │ │ │ │ ├── logview.html │ │ │ │ ├── node1.html │ │ │ │ └── node2.html │ │ │ ├── macro │ │ │ │ ├── WARNINGS │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_new_macro.png │ │ │ │ ├── list_root.png │ │ │ │ ├── macro.css │ │ │ │ ├── macro.html │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ ├── node5.html │ │ │ │ ├── rocket.png │ │ │ │ └── search.png │ │ │ ├── ogroups │ │ │ │ ├── WARNINGS │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_new_ogroup.png │ │ │ │ ├── list_root.png │ │ │ │ ├── node1.html │ │ │ │ ├── node2.html │ │ │ │ ├── node3.html │ │ │ │ ├── node4.html │ │ │ │ ├── ogroups.css │ │ │ │ ├── ogroups.html │ │ │ │ ├── rocket.png │ │ │ │ └── search.png │ │ │ └── users │ │ │ │ ├── WARNINGS │ │ │ │ ├── closedlock.png │ │ │ │ ├── index.html │ │ │ │ ├── labels.pl │ │ │ │ ├── list_back.png │ │ │ │ ├── list_home.png │ │ │ │ ├── list_new_user.png │ │ │ │ ├── list_root.png │ │ │ │ ├── node1.html │ │ │ │ ├── node10.html │ │ │ │ ├── node11.html │ │ │ │ ├── node12.html │ │ │ │ ├── node13.html │ │ │ │ ├── node14.html │ │ │ │ ├── node15.html │ │ │ │ ├── node16.html │ │ │ │ ├── node17.html │ │ │ │ ├── node18.html │ │ │ │ ├── node19.html │ │ │ │ ├── node2.html │ │ │ │ ├── node20.html │ │ │ │ ├── node21.html │ │ │ │ ├── node22.html │ │ │ │ ├── node23.html │ │ │ │ ├── node24.html │ │ │ │ ├── node25.html │ │ │ │ ├── node26.html │ │ │ │ ├── node27.html │ │ │ │ ├── node28.html │ │ │ │ ├── node29.html │ │ │ │ ├── node3.html │ │ │ │ ├── node30.html │ │ │ │ ├── node31.html │ │ │ │ ├── node32.html │ │ │ │ ├── node33.html │ │ │ │ ├── node34.html │ │ │ │ ├── node35.html │ │ │ │ ├── node36.html │ │ │ │ ├── node37.html │ │ │ │ ├── node38.html │ │ │ │ ├── node39.html │ │ │ │ ├── node4.html │ │ │ │ ├── node40.html │ │ │ │ ├── node41.html │ │ │ │ ├── node42.html │ │ │ │ ├── node5.html │ │ │ │ ├── node6.html │ │ │ │ ├── node7.html │ │ │ │ ├── node8.html │ │ │ │ ├── node9.html │ │ │ │ ├── rocket.png │ │ │ │ ├── search.png │ │ │ │ ├── users.css │ │ │ │ └── users.html │ │ └── lyx-source │ │ │ ├── applications.lyx │ │ │ ├── blocklists.lyx │ │ │ ├── conference.lyx │ │ │ ├── departments.lyx │ │ │ ├── faxreports.lyx │ │ │ ├── fonreports.lyx │ │ │ ├── groups.lyx │ │ │ ├── images │ │ │ ├── action.png │ │ │ ├── addr_company.png │ │ │ ├── addr_home.png │ │ │ ├── addr_personal.png │ │ │ ├── addressbook.png │ │ │ ├── alternatemail.png │ │ │ ├── application.png │ │ │ ├── back.png │ │ │ ├── banana.png │ │ │ ├── blocklists.png │ │ │ ├── button_cancel.png │ │ │ ├── certs.png │ │ │ ├── closedlock.png │ │ │ ├── conference.png │ │ │ ├── crossref.png │ │ │ ├── default.jpg │ │ │ ├── default_icon.png │ │ │ ├── department.png │ │ │ ├── dhcp.png │ │ │ ├── display.png │ │ │ ├── dns.png │ │ │ ├── dtree.png │ │ │ ├── edit.png │ │ │ ├── editcopy.png │ │ │ ├── editdelete.png │ │ │ ├── editpaste.png │ │ │ ├── edittrash.png │ │ │ ├── email.png │ │ │ ├── empty.png │ │ │ ├── encrypted.png │ │ │ ├── envelope.png │ │ │ ├── expand.png │ │ │ ├── false.png │ │ │ ├── fax.png │ │ │ ├── fax_small.png │ │ │ ├── filesaveas.png │ │ │ ├── flag.png │ │ │ ├── folder.png │ │ │ ├── forward.png │ │ │ ├── ftp.png │ │ │ ├── fullfolder.png │ │ │ ├── group.png │ │ │ ├── hardware.png │ │ │ ├── hdd_linux_unmount.png │ │ │ ├── head.png │ │ │ ├── help.png │ │ │ ├── house.png │ │ │ ├── img1.png │ │ │ ├── info.png │ │ │ ├── info_small.png │ │ │ ├── keyboard.png │ │ │ ├── lamp.png │ │ │ ├── launch.png │ │ │ ├── ldapserver.png │ │ │ ├── ldif.png │ │ │ ├── list_back.png │ │ │ ├── list_blocklist.png │ │ │ ├── list_home.png │ │ │ ├── list_macro.png │ │ │ ├── list_new.png │ │ │ ├── list_new_app.png │ │ │ ├── list_new_blocklist.png │ │ │ ├── list_new_department.png │ │ │ ├── list_new_group.png │ │ │ ├── list_new_macro.png │ │ │ ├── list_new_ogroup.png │ │ │ ├── list_new_user.png │ │ │ ├── list_ogroup.png │ │ │ ├── list_password.png │ │ │ ├── list_root.png │ │ │ ├── list_seperator.png │ │ │ ├── list_submit.png │ │ │ ├── list_up.png │ │ │ ├── log_critical.png │ │ │ ├── log_info.png │ │ │ ├── log_unknown.png │ │ │ ├── log_warning.png │ │ │ ├── login.png │ │ │ ├── logview.png │ │ │ ├── macros.png │ │ │ ├── mailto.png │ │ │ ├── members.png │ │ │ ├── mouse.png │ │ │ ├── network.png │ │ │ ├── null.gif │ │ │ ├── ogroup.png │ │ │ ├── openlock.png │ │ │ ├── password.png │ │ │ ├── penguin.png │ │ │ ├── personal.png │ │ │ ├── phone.png │ │ │ ├── phonereport.png │ │ │ ├── posix.png │ │ │ ├── printer.png │ │ │ ├── proxy.png │ │ │ ├── reports.png │ │ │ ├── rightarrow.png │ │ │ ├── rocket.png │ │ │ ├── samba.png │ │ │ ├── save.png │ │ │ ├── scanner.png │ │ │ ├── search.png │ │ │ ├── select_application.png │ │ │ ├── select_component.png │ │ │ ├── select_default.png │ │ │ ├── select_department.png │ │ │ ├── select_groups.png │ │ │ ├── select_macro.png │ │ │ ├── select_new_component.png │ │ │ ├── select_new_phone.png │ │ │ ├── select_new_printer.png │ │ │ ├── select_new_server.png │ │ │ ├── select_new_terminal.png │ │ │ ├── select_new_workstation.png │ │ │ ├── select_ogroup.png │ │ │ ├── select_phone.png │ │ │ ├── select_phone_connected.png │ │ │ ├── select_printer.png │ │ │ ├── select_proxy.png │ │ │ ├── select_server.png │ │ │ ├── select_template.png │ │ │ ├── select_terminal.png │ │ │ ├── select_user.png │ │ │ ├── select_winstation.png │ │ │ ├── select_workstation.png │ │ │ ├── server.png │ │ │ ├── service.png │ │ │ ├── small_filter.png │ │ │ ├── sort_down.png │ │ │ ├── sort_up.png │ │ │ ├── sound.png │ │ │ ├── stop.png │ │ │ ├── system.png │ │ │ ├── terminal_small.png │ │ │ ├── time.png │ │ │ ├── tree.png │ │ │ ├── true.png │ │ │ ├── user.png │ │ │ ├── warning.png │ │ │ └── zip.png │ │ │ ├── ldapmanager.lyx │ │ │ ├── logview.lyx │ │ │ ├── macro.lyx │ │ │ ├── ogroups.lyx │ │ │ └── users.lyx │ │ ├── guide.xml │ │ └── nl │ │ ├── html │ │ ├── departments │ │ │ ├── WARNINGS │ │ │ ├── departments.css │ │ │ ├── departments.html │ │ │ ├── index.html │ │ │ ├── labels.pl │ │ │ ├── list_back.png │ │ │ ├── list_home.png │ │ │ ├── list_new_department.png │ │ │ ├── list_reload.png │ │ │ ├── list_root.png │ │ │ ├── node1.html │ │ │ ├── node10.html │ │ │ ├── node2.html │ │ │ ├── node3.html │ │ │ ├── node4.html │ │ │ ├── node5.html │ │ │ ├── node6.html │ │ │ ├── node7.html │ │ │ ├── node8.html │ │ │ ├── node9.html │ │ │ ├── rocket.png │ │ │ └── search.png │ │ ├── groups │ │ │ ├── WARNINGS │ │ │ ├── groups.css │ │ │ ├── groups.html │ │ │ ├── index.html │ │ │ ├── labels.pl │ │ │ ├── list_back.png │ │ │ ├── list_home.png │ │ │ ├── list_new_group.png │ │ │ ├── list_reload.png │ │ │ ├── list_root.png │ │ │ ├── mailto.png │ │ │ ├── node1.html │ │ │ ├── node10.html │ │ │ ├── node11.html │ │ │ ├── node12.html │ │ │ ├── node13.html │ │ │ ├── node14.html │ │ │ ├── node15.html │ │ │ ├── node16.html │ │ │ ├── node17.html │ │ │ ├── node18.html │ │ │ ├── node19.html │ │ │ ├── node2.html │ │ │ ├── node20.html │ │ │ ├── node21.html │ │ │ ├── node3.html │ │ │ ├── node4.html │ │ │ ├── node5.html │ │ │ ├── node6.html │ │ │ ├── node7.html │ │ │ ├── node8.html │ │ │ ├── node9.html │ │ │ ├── rocket.png │ │ │ ├── search.png │ │ │ ├── select_application.png │ │ │ ├── select_groups.png │ │ │ ├── select_winstation.png │ │ │ └── smallenv.png │ │ └── users │ │ │ ├── WARNINGS │ │ │ ├── fax_small.png │ │ │ ├── index.html │ │ │ ├── labels.pl │ │ │ ├── list_back.png │ │ │ ├── list_home.png │ │ │ ├── list_new_user.png │ │ │ ├── list_reload.png │ │ │ ├── list_root.png │ │ │ ├── mailto.png │ │ │ ├── node1.html │ │ │ ├── node10.html │ │ │ ├── node11.html │ │ │ ├── node12.html │ │ │ ├── node13.html │ │ │ ├── node14.html │ │ │ ├── node15.html │ │ │ ├── node16.html │ │ │ ├── node17.html │ │ │ ├── node18.html │ │ │ ├── node19.html │ │ │ ├── node2.html │ │ │ ├── node20.html │ │ │ ├── node21.html │ │ │ ├── node22.html │ │ │ ├── node23.html │ │ │ ├── node24.html │ │ │ ├── node25.html │ │ │ ├── node26.html │ │ │ ├── node27.html │ │ │ ├── node28.html │ │ │ ├── node29.html │ │ │ ├── node3.html │ │ │ ├── node30.html │ │ │ ├── node31.html │ │ │ ├── node32.html │ │ │ ├── node33.html │ │ │ ├── node34.html │ │ │ ├── node35.html │ │ │ ├── node36.html │ │ │ ├── node37.html │ │ │ ├── node38.html │ │ │ ├── node39.html │ │ │ ├── node4.html │ │ │ ├── node40.html │ │ │ ├── node41.html │ │ │ ├── node42.html │ │ │ ├── node43.html │ │ │ ├── node44.html │ │ │ ├── node45.html │ │ │ ├── node46.html │ │ │ ├── node47.html │ │ │ ├── node5.html │ │ │ ├── node6.html │ │ │ ├── node7.html │ │ │ ├── node8.html │ │ │ ├── node9.html │ │ │ ├── penguin.png │ │ │ ├── rocket.png │ │ │ ├── search.png │ │ │ ├── select_netatalk.png │ │ │ ├── select_phone.png │ │ │ ├── select_user.png │ │ │ ├── select_winstation.png │ │ │ ├── smallenv.png │ │ │ ├── users.css │ │ │ └── users.html │ │ └── lyx-source │ │ ├── departments.lyx │ │ ├── groups.lyx │ │ ├── images │ │ ├── action.png │ │ ├── addr_company.png │ │ ├── addr_home.png │ │ ├── addr_personal.png │ │ ├── addressbook.png │ │ ├── alternatemail.png │ │ ├── application.png │ │ ├── back.png │ │ ├── banana.png │ │ ├── blocklists.png │ │ ├── branch.png │ │ ├── branch_small.png │ │ ├── button_cancel.png │ │ ├── cant_editpaste.png │ │ ├── certs.png │ │ ├── closedlock.png │ │ ├── conference.png │ │ ├── copypaste.png │ │ ├── crossref.png │ │ ├── cutpaste.png │ │ ├── default.jpg │ │ ├── default_icon.png │ │ ├── department.png │ │ ├── dfs.png │ │ ├── dhcp.png │ │ ├── display.png │ │ ├── dns.png │ │ ├── drives.png │ │ ├── dtree.png │ │ ├── edit.png │ │ ├── editcopy.png │ │ ├── editcut.png │ │ ├── editdelete.png │ │ ├── editpaste.png │ │ ├── edittrash.png │ │ ├── email.png │ │ ├── empty.png │ │ ├── encrypted.png │ │ ├── env.png │ │ ├── envelope.png │ │ ├── expand.png │ │ ├── fai.png │ │ ├── fai_hook.png │ │ ├── fai_new_hook.png │ │ ├── fai_new_packages.png │ │ ├── fai_new_partitionTable.png │ │ ├── fai_new_profile.png │ │ ├── fai_new_script.png │ │ ├── fai_new_template.png │ │ ├── fai_new_variable.png │ │ ├── fai_packages.png │ │ ├── fai_partitionTable.png │ │ ├── fai_profile.png │ │ ├── fai_script.png │ │ ├── fai_small.png │ │ ├── fai_template.png │ │ ├── fai_variable.png │ │ ├── false.png │ │ ├── fax.png │ │ ├── fax_small.png │ │ ├── filesaveas.png │ │ ├── flag.png │ │ ├── folder.png │ │ ├── forward.png │ │ ├── ftp.png │ │ ├── fullfolder.png │ │ ├── gfx_hardware.png │ │ ├── group.png │ │ ├── hardware.png │ │ ├── hdd_linux_unmount.png │ │ ├── head.png │ │ ├── help.png │ │ ├── hotplug.png │ │ ├── house.png │ │ ├── img1.png │ │ ├── info.png │ │ ├── info_small.png │ │ ├── keyboard.png │ │ ├── lamp.png │ │ ├── launch.png │ │ ├── ldapserver.png │ │ ├── ldif.png │ │ ├── list_back.png │ │ ├── list_blocklist.png │ │ ├── list_home.png │ │ ├── list_macro.png │ │ ├── list_new.png │ │ ├── list_new_app.png │ │ ├── list_new_blocklist.png │ │ ├── list_new_conference.png │ │ ├── list_new_department.png │ │ ├── list_new_group.png │ │ ├── list_new_macro.png │ │ ├── list_new_ogroup.png │ │ ├── list_new_user.png │ │ ├── list_ogroup.png │ │ ├── list_password.png │ │ ├── list_reload.png │ │ ├── list_root.png │ │ ├── list_seperator.png │ │ ├── list_submit.png │ │ ├── list_up.png │ │ ├── log_critical.png │ │ ├── log_info.png │ │ ├── log_unknown.png │ │ ├── log_warning.png │ │ ├── login.png │ │ ├── logview.png │ │ ├── macros.png │ │ ├── mailq_active.png │ │ ├── mailq_header.png │ │ ├── mailq_hold.png │ │ ├── mailq_requeue.png │ │ ├── mailq_unhold.png │ │ ├── mailqueue.png │ │ ├── mailto.png │ │ ├── mainboard.png │ │ ├── members.png │ │ ├── memory.png │ │ ├── monitor.png │ │ ├── monitoring.png │ │ ├── mouse.png │ │ ├── net_hardware.png │ │ ├── netatalk.png │ │ ├── network.png │ │ ├── null.gif │ │ ├── ogroup.png │ │ ├── openlock.png │ │ ├── password.png │ │ ├── penguin.png │ │ ├── personal.png │ │ ├── phone.png │ │ ├── phonereport.png │ │ ├── posix.png │ │ ├── printer.png │ │ ├── processor.png │ │ ├── proxy.png │ │ ├── reports.png │ │ ├── rightarrow.png │ │ ├── rocket.png │ │ ├── samba.png │ │ ├── save.png │ │ ├── scanner.png │ │ ├── search.png │ │ ├── search_user.png │ │ ├── select_application.png │ │ ├── select_component.png │ │ ├── select_conference.png │ │ ├── select_default.png │ │ ├── select_department.png │ │ ├── select_groups.png │ │ ├── select_invalid_application.png │ │ ├── select_macro.png │ │ ├── select_netatalk.png │ │ ├── select_new_component.png │ │ ├── select_new_phone.png │ │ ├── select_new_printer.png │ │ ├── select_new_server.png │ │ ├── select_new_terminal.png │ │ ├── select_new_workstation.png │ │ ├── select_newsystem.png │ │ ├── select_ogroup.png │ │ ├── select_phone.png │ │ ├── select_phone_connected.png │ │ ├── select_printer.png │ │ ├── select_proxy.png │ │ ├── select_server.png │ │ ├── select_template.png │ │ ├── select_terminal.png │ │ ├── select_user.png │ │ ├── select_winstation.png │ │ ├── select_workstation.png │ │ ├── server.png │ │ ├── service.png │ │ ├── small_filter.png │ │ ├── smallenv.png │ │ ├── snd_hardware.png │ │ ├── sort_down.png │ │ ├── sort_up.png │ │ ├── sound.png │ │ ├── stop.png │ │ ├── system.png │ │ ├── terminal_small.png │ │ ├── time.png │ │ ├── tree.png │ │ ├── true.png │ │ ├── user.png │ │ ├── warning.png │ │ └── zip.png │ │ └── users.lyx ├── gosa-encrypt-passwords.1 ├── gosa-encrypt-passwords.pod ├── html │ ├── autocomplete.php │ ├── favicon.ico │ ├── getFAIstatus.php │ ├── getbin.php │ ├── helpviewer.php │ ├── images │ │ ├── action.png │ │ ├── back.png │ │ ├── caps.png │ │ ├── checked.png │ │ ├── configure.png │ │ ├── date_active.gif │ │ ├── datepicker.gif │ │ ├── datepicker_ro.gif │ │ ├── dtree.png │ │ ├── empty.png │ │ ├── encrypted.png │ │ ├── error.png │ │ ├── false.png │ │ ├── filesaveas.png │ │ ├── filter.png │ │ ├── find.png │ │ ├── forward-arrow.png │ │ ├── forward.png │ │ ├── head.png │ │ ├── info.png │ │ ├── info_small.png │ │ ├── label-busy.png │ │ ├── label-error.png │ │ ├── label-info.png │ │ ├── label-locked.png │ │ ├── label-new.png │ │ ├── label-warning.png │ │ ├── launch.png │ │ ├── lists │ │ │ ├── action.png │ │ │ ├── back.png │ │ │ ├── copy.png │ │ │ ├── csv.png │ │ │ ├── cut.png │ │ │ ├── delete.png │ │ │ ├── edit.png │ │ │ ├── element.png │ │ │ ├── expand.png │ │ │ ├── export.png │ │ │ ├── folder-full.png │ │ │ ├── folder.png │ │ │ ├── home.png │ │ │ ├── import.png │ │ │ ├── invalid.png │ │ │ ├── key.png │ │ │ ├── lastnode.png │ │ │ ├── locked.png │ │ │ ├── node.png │ │ │ ├── off.png │ │ │ ├── on.png │ │ │ ├── paste.png │ │ │ ├── pdf.png │ │ │ ├── reload.png │ │ │ ├── restore.png │ │ │ ├── root.png │ │ │ ├── search-subtree.png │ │ │ ├── search-user.png │ │ │ ├── search.png │ │ │ ├── seperator.png │ │ │ ├── sort-down.png │ │ │ ├── sort-up.png │ │ │ ├── submit.png │ │ │ ├── trash.png │ │ │ ├── unlocked.png │ │ │ ├── up.png │ │ │ ├── upload.png │ │ │ └── vline.png │ │ ├── logout.png │ │ ├── mailto.png │ │ ├── move_object_down.png │ │ ├── move_object_up.png │ │ ├── opacity_black.png │ │ ├── penguin.png │ │ ├── rightarrow.png │ │ ├── rocket.png │ │ ├── save.png │ │ ├── select_department.png │ │ ├── select_proxy.png │ │ ├── setup │ │ │ ├── fai.png │ │ │ ├── ldap.png │ │ │ ├── license.png │ │ │ ├── locale.png │ │ │ ├── migrate.png │ │ │ ├── server.png │ │ │ ├── system.png │ │ │ ├── user.png │ │ │ └── welcome.png │ │ ├── small-error.png │ │ ├── small_error.png │ │ ├── small_warning.png │ │ ├── snapshot.png │ │ ├── status_pause.png │ │ ├── status_restart_all.png │ │ ├── status_restarting.png │ │ ├── status_start.png │ │ ├── status_start_all.png │ │ ├── status_stop.png │ │ ├── status_stop_all.png │ │ ├── toolbar-warning.png │ │ ├── true.png │ │ ├── warning.png │ │ └── wizard.png │ ├── include │ │ ├── builder.js │ │ ├── controls.js │ │ ├── datepicker.js │ │ ├── dragdrop.js │ │ ├── effects.js │ │ ├── gosa.js │ │ ├── prototype.js │ │ ├── pulldown.js │ │ ├── pwdStrength.js │ │ ├── scriptaculous.js │ │ ├── slider.js │ │ ├── sound.js │ │ ├── tooltip.js │ │ └── unittest.js │ ├── index.php │ ├── logout.php │ ├── main.php │ ├── password.php │ ├── plugins │ │ ├── acl │ │ │ └── images │ │ │ │ ├── acl.png │ │ │ │ ├── plugin.png │ │ │ │ └── role.png │ │ ├── bugsubmitter │ │ │ └── images │ │ │ │ └── bugsubmitter.png │ │ ├── dashBoard │ │ │ └── images │ │ │ │ └── dashBoard.png │ │ ├── departments │ │ │ └── images │ │ │ │ ├── country.png │ │ │ │ ├── dc.png │ │ │ │ ├── department.png │ │ │ │ ├── department_alias.png │ │ │ │ ├── department_referal.png │ │ │ │ ├── domain.png │ │ │ │ ├── locality.png │ │ │ │ ├── organization.png │ │ │ │ └── plugin.png │ │ ├── generic │ │ │ └── images │ │ │ │ ├── head.png │ │ │ │ ├── house.png │ │ │ │ └── plugin.png │ │ ├── groups │ │ │ └── images │ │ │ │ ├── asterisk.png │ │ │ │ ├── environment.png │ │ │ │ ├── mail.png │ │ │ │ ├── menu.png │ │ │ │ ├── new.png │ │ │ │ ├── plugin.png │ │ │ │ ├── samba.png │ │ │ │ └── select_group.png │ │ ├── ogroups │ │ │ └── images │ │ │ │ ├── application.png │ │ │ │ ├── asterisk.png │ │ │ │ ├── generic.png │ │ │ │ ├── list_ogroup.png │ │ │ │ ├── mail.png │ │ │ │ ├── ogroup.png │ │ │ │ ├── phone.png │ │ │ │ ├── plugin.png │ │ │ │ ├── printer.png │ │ │ │ ├── select_ogroup.png │ │ │ │ ├── select_terminal.png │ │ │ │ ├── server.png │ │ │ │ ├── terminal.png │ │ │ │ ├── winstation.png │ │ │ │ └── workstation.png │ │ ├── password │ │ │ └── images │ │ │ │ └── plugin.png │ │ ├── posix │ │ │ └── images │ │ │ │ ├── members.png │ │ │ │ ├── plugin.png │ │ │ │ └── terminal_small.png │ │ ├── propertyEditor │ │ │ └── images │ │ │ │ ├── file.png │ │ │ │ ├── ldap.png │ │ │ │ └── plugin.png │ │ ├── statistics │ │ │ ├── getGraph.php │ │ │ └── images │ │ │ │ └── statistics.png │ │ ├── users │ │ │ └── images │ │ │ │ ├── default.jpg │ │ │ │ ├── fax_small.png │ │ │ │ ├── list_password.png │ │ │ │ ├── select_template.png │ │ │ │ ├── select_user.png │ │ │ │ ├── small_environment.png │ │ │ │ ├── user.png │ │ │ │ └── wizard.png │ │ └── welcome │ │ │ └── images │ │ │ └── home.png │ ├── robots.txt │ ├── setup.php │ └── themes │ │ └── default │ │ ├── fonts │ │ ├── LiberationSans-Bold.ttf │ │ ├── LiberationSans-BoldItalic.ttf │ │ ├── LiberationSans-Italic.ttf │ │ └── LiberationSans-Regular.ttf │ │ ├── images │ │ ├── btn-logout.png │ │ ├── logo.png │ │ └── title-bar.png │ │ ├── printer.css │ │ └── style.css ├── ihtml │ └── themes │ │ └── default │ │ ├── acl.tpl │ │ ├── blacklist │ │ ├── copyPasteDialog.tpl │ │ ├── existing_session.tpl │ │ ├── framework.tpl │ │ ├── headers.tpl │ │ ├── help.tpl │ │ ├── infoPage.tpl │ │ ├── islocked.tpl │ │ ├── ldifViewer.tpl │ │ ├── login.tpl │ │ ├── logout-close.tpl │ │ ├── logout.tpl │ │ ├── msg_dialog.tpl │ │ ├── password.tpl │ │ ├── removeEntries.tpl │ │ ├── setup_headers.tpl │ │ ├── sizelimit.tpl │ │ ├── snapshotdialog.tpl │ │ ├── userFilter.tpl │ │ └── userFilterEditor.tpl ├── include │ ├── accept-to-gettext.inc │ ├── class_CopyPasteHandler.inc │ ├── class_GOsaRegistration.inc │ ├── class_ItemSelector.inc │ ├── class_SnapShotDialog.inc │ ├── class_SnapshotHandler.inc │ ├── class_acl.inc │ ├── class_baseSelector.inc │ ├── class_certificate.inc │ ├── class_config.inc │ ├── class_configRegistry.inc │ ├── class_core.inc │ ├── class_departmentSortIterator.inc │ ├── class_filter.inc │ ├── class_filterLDAP.inc │ ├── class_gosaSupportDaemon.inc │ ├── class_jsonRPC.inc │ ├── class_ldap.inc │ ├── class_ldapMultiplexer.inc │ ├── class_listing.inc │ ├── class_listingSortIterator.inc │ ├── class_log.inc │ ├── class_management.inc │ ├── class_msg_dialog.inc │ ├── class_multi_plug.inc │ ├── class_pChartInclude.inc │ ├── class_pathNavigator.inc │ ├── class_plugin.inc │ ├── class_pluglist.inc │ ├── class_releaseSelector.inc │ ├── class_remoteObject.inc │ ├── class_session.inc │ ├── class_socketClient.inc │ ├── class_sortableListing.inc │ ├── class_stats.inc │ ├── class_tabs.inc │ ├── class_userFilter.inc │ ├── class_userFilterEditor.inc │ ├── class_userinfo.inc │ ├── exporter │ │ ├── class_PDF.inc │ │ ├── class_cvsExporter.inc │ │ └── class_pdfExporter.inc │ ├── functions.inc │ ├── functions_debug.inc │ ├── functions_helpviewer.inc │ ├── pChart │ │ ├── CO2.csv │ │ ├── Example1.php │ │ ├── Example10.php │ │ ├── Example11.php │ │ ├── Example12.php │ │ ├── Example13.php │ │ ├── Example14.php │ │ ├── Example15.php │ │ ├── Example16.php │ │ ├── Example17.php │ │ ├── Example18.php │ │ ├── Example19.php │ │ ├── Example2.php │ │ ├── Example20.php │ │ ├── Example21.php │ │ ├── Example22.php │ │ ├── Example23.php │ │ ├── Example24.php │ │ ├── Example25.php │ │ ├── Example26.php │ │ ├── Example3.php │ │ ├── Example4.php │ │ ├── Example5.php │ │ ├── Example6.php │ │ ├── Example7.php │ │ ├── Example8.php │ │ ├── Example9.php │ │ ├── GeosansLight.ttf │ │ ├── HomePage3.php │ │ ├── MankSans.ttf │ │ ├── Naked.php │ │ ├── Point_Asterisk.gif │ │ ├── Point_Cd.gif │ │ ├── Sav143.tmp │ │ ├── Silkscreen.ttf │ │ ├── SmallGraph.php │ │ ├── SmallStacked.php │ │ ├── buildAll.cmd │ │ ├── bulkdata.csv │ │ ├── datawithtitle.csv │ │ ├── logo.png │ │ ├── pCache.class │ │ ├── pChart.1.27d.rar │ │ ├── pChart.class │ │ ├── pData.class │ │ ├── pf_arma_five.ttf │ │ ├── softtones.txt │ │ ├── tahoma.ttf │ │ └── tones.txt │ ├── password-methods │ │ ├── class_password-methods-clear.inc │ │ ├── class_password-methods-crypt.inc │ │ ├── class_password-methods-md5.inc │ │ ├── class_password-methods-sha.inc │ │ ├── class_password-methods-smd5.inc │ │ ├── class_password-methods-ssha.inc │ │ └── class_password-methods.inc │ ├── php_setup.inc │ └── utils │ │ ├── class_msgPool.inc │ │ ├── class_tests.inc │ │ ├── class_timezone.inc │ │ ├── class_xml.inc │ │ └── excel │ │ ├── class.writeexcel_biffwriter.inc.php │ │ ├── class.writeexcel_format.inc.php │ │ ├── class.writeexcel_formula.inc.php │ │ ├── class.writeexcel_olewriter.inc.php │ │ ├── class.writeexcel_workbook.inc.php │ │ ├── class.writeexcel_worksheet.inc.php │ │ └── functions.writeexcel_utility.inc.php ├── locale │ └── core │ │ ├── de │ │ └── LC_MESSAGES │ │ │ └── messages.po │ │ ├── es │ │ └── LC_MESSAGES │ │ │ └── messages.po │ │ ├── fr │ │ └── LC_MESSAGES │ │ │ └── messages.po │ │ ├── it │ │ └── LC_MESSAGES │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ └── LC_MESSAGES │ │ │ └── messages.po │ │ ├── pl │ │ └── LC_MESSAGES │ │ │ └── messages.po │ │ ├── pt │ │ └── LC_MESSAGES │ │ │ └── messages.po │ │ ├── pt_BR │ │ └── LC_MESSAGES │ │ │ └── messages.po │ │ ├── ru │ │ └── LC_MESSAGES │ │ │ └── messages.po │ │ ├── vi │ │ └── LC_MESSAGES │ │ │ └── messages.po │ │ └── zh │ │ └── LC_MESSAGES │ │ └── messages.po ├── plugins │ ├── addons │ │ ├── dyngroup │ │ │ ├── class_DynamicLdapGroup.inc │ │ │ └── dyngroup.tpl │ │ └── propertyEditor │ │ │ ├── class_commandVerifier.inc │ │ │ ├── class_filterProperties.inc │ │ │ ├── class_propertyEditor.inc │ │ │ ├── commandVerifier.tpl │ │ │ ├── main.inc │ │ │ ├── migrate.tpl │ │ │ ├── migration │ │ │ └── class_migrateRDN.inc │ │ │ ├── property-filter.xml │ │ │ ├── property-list.tpl │ │ │ └── property-list.xml │ ├── admin │ │ ├── acl │ │ │ ├── acl-filter.xml │ │ │ ├── acl-list.tpl │ │ │ ├── acl-list.xml │ │ │ ├── acl_role.tpl │ │ │ ├── class_aclManagement.inc │ │ │ ├── class_aclRole.inc │ │ │ ├── class_filterACL.inc │ │ │ ├── main.inc │ │ │ ├── migration │ │ │ │ └── class_migrate_aclRoleRDN.inc │ │ │ ├── paste_role.tpl │ │ │ ├── tabs_acl.inc │ │ │ └── tabs_acl_role.inc │ │ ├── departments │ │ │ ├── class_countryGeneric.inc │ │ │ ├── class_dcObject.inc │ │ │ ├── class_department.inc │ │ │ ├── class_departmentManagement.inc │ │ │ ├── class_domain.inc │ │ │ ├── class_filterDEPARTMENT.inc │ │ │ ├── class_localityGeneric.inc │ │ │ ├── class_organizationGeneric.inc │ │ │ ├── country.tpl │ │ │ ├── dcObject.tpl │ │ │ ├── dep-filter.xml │ │ │ ├── dep-list.tpl │ │ │ ├── dep-list.xml │ │ │ ├── dep_iframe.tpl │ │ │ ├── dep_move_confirm.tpl │ │ │ ├── domain.tpl │ │ │ ├── generic.tpl │ │ │ ├── locality.tpl │ │ │ ├── main.inc │ │ │ ├── organization.tpl │ │ │ └── tabs_department.inc │ │ ├── groups │ │ │ ├── class_filterGroupLDAP.inc │ │ │ ├── class_filterMenuGroupLDAP.inc │ │ │ ├── class_filterPrimaryGroupLDAP.inc │ │ │ ├── class_group.inc │ │ │ ├── class_groupManagement.inc │ │ │ ├── generic.tpl │ │ │ ├── group-filter.xml │ │ │ ├── group-list.tpl │ │ │ ├── group-list.xml │ │ │ ├── main.inc │ │ │ ├── migration │ │ │ │ └── class_migrate_groupRDN.inc │ │ │ ├── paste_generic.tpl │ │ │ ├── singleUserSelect │ │ │ │ ├── class_singleUserSelect.inc │ │ │ │ ├── singleUser-filter.xml │ │ │ │ ├── singleUser-list.tpl │ │ │ │ └── singleUser-list.xml │ │ │ ├── tabs_group.inc │ │ │ ├── userGroupSelect │ │ │ │ ├── class_userGroupSelect.inc │ │ │ │ ├── selectUserGroup-filter.xml │ │ │ │ ├── selectUserGroup-list.tpl │ │ │ │ └── selectUserGroup-list.xml │ │ │ └── userSelect │ │ │ │ ├── class_userSelect.inc │ │ │ │ ├── user-filter.xml │ │ │ │ ├── user-list.tpl │ │ │ │ └── user-list.xml │ │ ├── ogroups │ │ │ ├── MemberInheritance-list.tpl │ │ │ ├── class_MemberInheritanceDialog.inc │ │ │ ├── class_ogroup.inc │ │ │ ├── class_ogroupManagement.inc │ │ │ ├── generic.tpl │ │ │ ├── main.inc │ │ │ ├── migration │ │ │ │ └── class_migrate_ogroupRDN.inc │ │ │ ├── objectSelect │ │ │ │ ├── class_filterLDAPDepartmentBlacklist.inc │ │ │ │ ├── class_objectSelect.inc │ │ │ │ ├── selectObject-filter.xml │ │ │ │ ├── selectObject-list.tpl │ │ │ │ └── selectObject-list.xml │ │ │ ├── ogroup-filter.xml │ │ │ ├── ogroup-list.tpl │ │ │ ├── ogroup-list.xml │ │ │ ├── paste_generic.tpl │ │ │ └── tabs_ogroups.inc │ │ └── users │ │ │ ├── class_userManagement.inc │ │ │ ├── main.inc │ │ │ ├── migration │ │ │ └── class_migrate_userRDN.inc │ │ │ ├── password.tpl │ │ │ ├── tabs_user.inc │ │ │ ├── template.tpl │ │ │ ├── templatize.tpl │ │ │ ├── user-filter.xml │ │ │ ├── user-list.tpl │ │ │ └── user-list.xml │ ├── generic │ │ ├── dashBoard │ │ │ ├── Register │ │ │ │ ├── class_RegistrationDialog.inc │ │ │ │ └── register.tpl │ │ │ ├── class_dashBoard.inc │ │ │ ├── class_rssReader.inc │ │ │ ├── dashBoard.tpl │ │ │ ├── dbChannelStatus │ │ │ │ ├── class_dbChannelStatus.inc │ │ │ │ └── contents.tpl │ │ │ ├── dbInformation │ │ │ │ ├── class_dbInformation.inc │ │ │ │ └── contents.tpl │ │ │ ├── dbNotifications │ │ │ │ ├── class_dbNotifications.inc │ │ │ │ └── contents.tpl │ │ │ ├── dbPluginStatus │ │ │ │ ├── class_dbPluginStatus.inc │ │ │ │ └── contents.tpl │ │ │ └── main.inc │ │ ├── infoPage │ │ │ ├── class_infoPage.inc │ │ │ └── main.inc │ │ ├── references │ │ │ ├── class_aclResolver.inc │ │ │ ├── class_ldifViewer.inc │ │ │ ├── class_reference.inc │ │ │ └── contents.tpl │ │ ├── statistics │ │ │ ├── chartClasses │ │ │ │ ├── class_actionSelectChart.inc │ │ │ │ ├── class_categoryActionOverTime.inc │ │ │ │ ├── class_cpuLoadChart.inc │ │ │ │ ├── class_durationTimeChart.inc │ │ │ │ ├── class_memoryUsageChart.inc │ │ │ │ ├── class_objectCountChart.inc │ │ │ │ ├── class_passwordChangeChart.inc │ │ │ │ ├── class_pieChart1.inc │ │ │ │ ├── class_pieChart2.inc │ │ │ │ ├── class_renderTimeChart.inc │ │ │ │ └── class_statChart.inc │ │ │ ├── class_statistics.inc │ │ │ ├── main.inc │ │ │ └── statistics.tpl │ │ └── welcome │ │ │ ├── class_welcome.inc │ │ │ ├── main.inc │ │ │ └── welcome.tpl │ └── personal │ │ ├── generic │ │ ├── class_user.inc │ │ ├── generic.tpl │ │ ├── generic_certs.tpl │ │ ├── generic_picture.tpl │ │ └── paste_generic.tpl │ │ ├── myaccount │ │ ├── MyAccountTabs.inc │ │ ├── changed.tpl │ │ ├── class_MyAccount.inc │ │ ├── main.inc │ │ ├── nochange.tpl │ │ └── password.tpl │ │ ├── password │ │ ├── changed.tpl │ │ ├── class_password.inc │ │ ├── main.inc │ │ ├── nochange.tpl │ │ └── password.tpl │ │ └── posix │ │ ├── class_posixAccount.inc │ │ ├── generic.tpl │ │ ├── groupSelect │ │ ├── class_filterLDAPBlacklist.inc │ │ ├── class_groupSelect.inc │ │ ├── group-filter.xml │ │ ├── group-list.tpl │ │ └── group-list.xml │ │ ├── paste_generic.tpl │ │ ├── posix_shadow.tpl │ │ ├── trustModeDialog │ │ ├── class_trustModeDialog.inc │ │ └── generic.tpl │ │ └── trustSelect │ │ ├── class_trustSelect.inc │ │ ├── trust-filter.xml │ │ ├── trust-list.tpl │ │ └── trust-list.xml ├── redhat │ ├── 01_fix_template_location.patch │ ├── 02_fix_class_mapping.patch │ ├── 03_fix_locale_location.patch │ ├── 04_fix_online_help_location.patch │ ├── README.php │ ├── README.selinux │ ├── gosa.spec │ ├── make-gosa-package │ └── rpm-make-gosa ├── setup │ ├── class_setup.inc │ ├── class_setupStep.inc │ ├── class_setupStep_Checks.inc │ ├── class_setupStep_Feedback.inc │ ├── class_setupStep_Finish.inc │ ├── class_setupStep_Language.inc │ ├── class_setupStep_Ldap.inc │ ├── class_setupStep_License.inc │ ├── class_setupStep_Migrate.inc │ ├── class_setupStep_Schema.inc │ ├── class_setupStep_Welcome.inc │ ├── license.txt │ ├── main.inc │ ├── setup_checks.tpl │ ├── setup_feedback.tpl │ ├── setup_finish.tpl │ ├── setup_frame.tpl │ ├── setup_language.tpl │ ├── setup_ldap.tpl │ ├── setup_license.tpl │ ├── setup_migrate.tpl │ ├── setup_schema.tpl │ └── setup_welcome.tpl ├── update-gosa ├── update-gosa.1 ├── update-gosa.pod ├── update-locale ├── update-locale.1 ├── update-locale.pod ├── update-online-help.1 ├── update-online-help.pod ├── update-pdf-help ├── update-pdf-help.1 └── update-pdf-help.pod ├── gosa-plugins ├── apache2 │ ├── admin │ │ └── systems │ │ │ └── services │ │ │ └── apache2 │ │ │ ├── class_apacheUtils.inc │ │ │ ├── class_servApacheEditVhost.inc │ │ │ ├── class_servApacheVhost.inc │ │ │ ├── servApacheVhost.tpl │ │ │ └── servApacheVhostEdit.tpl │ ├── contrib │ │ ├── mod_vhost_ldap.ldif │ │ └── mod_vhost_ldap.schema │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── en │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ └── plugin.dsc ├── connectivity │ ├── html │ │ └── images │ │ │ └── plugin.png │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── personal │ │ └── connectivity │ │ │ ├── class_connectivity.inc │ │ │ ├── class_intranetAccount.inc │ │ │ └── intranet.tpl │ └── plugin.dsc ├── dhcp │ ├── admin │ │ └── systems │ │ │ └── services │ │ │ └── dhcp │ │ │ ├── class_dhcpAdvanced.inc │ │ │ ├── class_dhcpClass.inc │ │ │ ├── class_dhcpDnsZone.inc │ │ │ ├── class_dhcpGroup.inc │ │ │ ├── class_dhcpHost.inc │ │ │ ├── class_dhcpNetwork.inc │ │ │ ├── class_dhcpNewSectionDialog.inc │ │ │ ├── class_dhcpOption.inc │ │ │ ├── class_dhcpPlugin.inc │ │ │ ├── class_dhcpPool.inc │ │ │ ├── class_dhcpService.inc │ │ │ ├── class_dhcpSharedNetwork.inc │ │ │ ├── class_dhcpSubClass.inc │ │ │ ├── class_dhcpSubnet.inc │ │ │ ├── class_dhcpTSigKey.inc │ │ │ ├── class_servDHCP.inc │ │ │ ├── dhcpNewSection.tpl │ │ │ ├── dhcp_advanced.tpl │ │ │ ├── dhcp_dnszone.tpl │ │ │ ├── dhcp_group.tpl │ │ │ ├── dhcp_host.tpl │ │ │ ├── dhcp_network.tpl │ │ │ ├── dhcp_pool.tpl │ │ │ ├── dhcp_service.tpl │ │ │ ├── dhcp_sharedNetwork.tpl │ │ │ ├── dhcp_subnet.tpl │ │ │ ├── dhcp_tsigkey.tpl │ │ │ ├── remove_dhcp.tpl │ │ │ └── servdhcp.tpl │ ├── contrib │ │ ├── dhcp.ldif │ │ └── dhcp.schema │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ └── plugin.dsc ├── dns │ ├── admin │ │ └── systems │ │ │ └── services │ │ │ └── dns │ │ │ ├── class_DNS.inc │ │ │ ├── class_servDNS.inc │ │ │ ├── class_servDNSeditZone.inc │ │ │ ├── class_servDNSeditZoneEntries.inc │ │ │ ├── servDNSeditZoneEntries.tpl │ │ │ ├── servdns.tpl │ │ │ └── servdnseditzone.tpl │ ├── contrib │ │ ├── dnszone.ldif │ │ └── dnszone.schema │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ └── plugin.dsc ├── fai │ ├── admin │ │ ├── fai │ │ │ ├── NewDebconfConfiguration.tpl │ │ │ ├── askClassName.tpl │ │ │ ├── classSelect │ │ │ │ ├── class_classSelect.inc │ │ │ │ ├── class_filterFAIClass.inc │ │ │ │ ├── selectClass-filter.xml │ │ │ │ ├── selectClass-list.tpl │ │ │ │ └── selectClass-list.xml │ │ │ ├── class_FAI.inc │ │ │ ├── class_NewDebconfConfiguration.inc │ │ │ ├── class_askClassName.inc │ │ │ ├── class_debconfTemplate.inc │ │ │ ├── class_faiDebconfConfigurations.inc │ │ │ ├── class_faiDiskEntry.inc │ │ │ ├── class_faiGroupHandle.inc │ │ │ ├── class_faiHook.inc │ │ │ ├── class_faiHookEntry.inc │ │ │ ├── class_faiManagement.inc │ │ │ ├── class_faiPackage.inc │ │ │ ├── class_faiPackageConfiguration.inc │ │ │ ├── class_faiPartition.inc │ │ │ ├── class_faiPartitionTable.inc │ │ │ ├── class_faiPartitionTableEntry.inc │ │ │ ├── class_faiProfile.inc │ │ │ ├── class_faiScript.inc │ │ │ ├── class_faiScriptEntry.inc │ │ │ ├── class_faiSummaryTab.inc │ │ │ ├── class_faiTemplate.inc │ │ │ ├── class_faiTemplateEntry.inc │ │ │ ├── class_faiVariable.inc │ │ │ ├── class_faiVariableEntry.inc │ │ │ ├── class_filterFAI.inc │ │ │ ├── class_filterOPSIPackages.inc │ │ │ ├── debconfTemplate_entry.tpl │ │ │ ├── fai-filter.xml │ │ │ ├── fai-list.tpl │ │ │ ├── fai-list.xml │ │ │ ├── faiDebconfConfigurations.tpl │ │ │ ├── faiDiskEntry.tpl │ │ │ ├── faiGroupHandle.tpl │ │ │ ├── faiHook.tpl │ │ │ ├── faiHookEntry.tpl │ │ │ ├── faiNewBranch.tpl │ │ │ ├── faiPackage.tpl │ │ │ ├── faiPackageConfiguration.tpl │ │ │ ├── faiPartition.tpl │ │ │ ├── faiPartitionTable.tpl │ │ │ ├── faiPartitionTableEntry.tpl │ │ │ ├── faiProfile.tpl │ │ │ ├── faiScript.tpl │ │ │ ├── faiScriptEntry.tpl │ │ │ ├── faiSummary.tpl │ │ │ ├── faiTemplate.tpl │ │ │ ├── faiTemplateEntry.tpl │ │ │ ├── faiVariable.tpl │ │ │ ├── faiVariableEntry.tpl │ │ │ ├── main.inc │ │ │ ├── migration │ │ │ │ ├── class_migrateFaiRDN.inc │ │ │ │ ├── class_migrate_faiBaseRDN.inc │ │ │ │ ├── class_migrate_faiHookRDN.inc │ │ │ │ ├── class_migrate_faiPackageRDN.inc │ │ │ │ ├── class_migrate_faiPartitionRDN.inc │ │ │ │ ├── class_migrate_faiProfileRDN.inc │ │ │ │ ├── class_migrate_faiScriptRDN.inc │ │ │ │ ├── class_migrate_faiTemplateRDN.inc │ │ │ │ └── class_migrate_faiVariableRDN.inc │ │ │ ├── packageSelect │ │ │ │ ├── class_filterFAIPackages.inc │ │ │ │ ├── class_packageSelect.inc │ │ │ │ ├── selectPackage-filter.xml │ │ │ │ ├── selectPackage-list.tpl │ │ │ │ └── selectPackage-list.xml │ │ │ ├── paste_generic.tpl │ │ │ ├── remove_branch.tpl │ │ │ ├── tabsHook.inc │ │ │ ├── tabsPackage.inc │ │ │ ├── tabsPartition.inc │ │ │ ├── tabsProfile.inc │ │ │ ├── tabsScript.inc │ │ │ ├── tabsTemplate.inc │ │ │ └── tabsVariable.inc │ │ └── systems │ │ │ └── services │ │ │ └── repository │ │ │ ├── class_filterServRepository.inc │ │ │ ├── class_repositoryManagement.inc │ │ │ ├── class_servRepository.inc │ │ │ ├── class_servRepositorySetup.inc │ │ │ ├── repository-filter.xml │ │ │ ├── repository-list.tpl │ │ │ ├── repository-list.xml │ │ │ ├── servRepository.tpl │ │ │ └── servRepositorySetup.tpl │ ├── contrib │ │ ├── fai.ldif │ │ └── fai.schema │ ├── html │ │ └── images │ │ │ ├── branch.png │ │ │ ├── branch_small.png │ │ │ ├── fai_hook.png │ │ │ ├── fai_packages.png │ │ │ ├── fai_partitionTable.png │ │ │ ├── fai_profile.png │ │ │ ├── fai_script.png │ │ │ ├── fai_small.png │ │ │ ├── fai_template.png │ │ │ ├── fai_variable.png │ │ │ ├── freeze.png │ │ │ ├── package_configure.png │ │ │ ├── plugin.png │ │ │ ├── raid.png │ │ │ ├── removal_mark.png │ │ │ └── repository.png │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ └── plugin.dsc ├── gofax │ ├── admin │ │ └── systems │ │ │ └── services │ │ │ └── gofax │ │ │ ├── class_goFaxServer.inc │ │ │ └── goFaxServer.tpl │ ├── contrib │ │ └── gofax.sql │ ├── gofax │ │ ├── blocklists │ │ │ ├── blocklist-filter.xml │ │ │ ├── blocklist-list.tpl │ │ │ ├── blocklist-list.xml │ │ │ ├── class_blocklistGeneric.inc │ │ │ ├── class_blocklistManagement.inc │ │ │ ├── generic.tpl │ │ │ ├── main.inc │ │ │ ├── paste_generic.tpl │ │ │ └── tabs_blocklist.inc │ │ ├── faxaccount │ │ │ ├── class_gofaxAccount.inc │ │ │ ├── faxNumberSelect │ │ │ │ ├── class_faxNumberSelect.inc │ │ │ │ ├── faxNumberSelect-filter.xml │ │ │ │ ├── faxNumberSelect-list.tpl │ │ │ │ └── faxNumberSelect-list.xml │ │ │ ├── generic.tpl │ │ │ ├── lists.tpl │ │ │ └── paste_generic.tpl │ │ ├── faxreports │ │ │ ├── class_faxreport.inc │ │ │ ├── contents.tpl │ │ │ ├── detail.tpl │ │ │ └── main.inc │ │ └── migration │ │ │ └── class_migrate_faxBlocklistRDN.inc │ ├── html │ │ ├── getfax.php │ │ └── images │ │ │ ├── blocklists.png │ │ │ ├── fax_small.png │ │ │ ├── plugin.png │ │ │ ├── printer.png │ │ │ ├── reports.png │ │ │ └── select_blocklist.png │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ └── plugin.dsc ├── gofon │ ├── admin │ │ ├── ogroups │ │ │ └── gofon │ │ │ │ ├── class_phonequeue.inc │ │ │ │ └── phonequeue.tpl │ │ └── systems │ │ │ ├── gofon │ │ │ ├── class_phoneGeneric.inc │ │ │ ├── paste_generic.tpl │ │ │ ├── phone.tpl │ │ │ ├── phonesettings.tpl │ │ │ └── tabs_phone.inc │ │ │ └── services │ │ │ └── gofon │ │ │ ├── class_goFonServer.inc │ │ │ └── goFonServer.tpl │ ├── contrib │ │ └── gophone.sql │ ├── etc │ │ └── asterisk │ │ │ ├── sip_context.conf │ │ │ └── voicemail_context.conf │ ├── gofon │ │ ├── conference │ │ │ ├── class_phoneConferenceGeneric.inc │ │ │ ├── class_phoneConferenceManagment.inc │ │ │ ├── conf-filter.xml │ │ │ ├── conf-list.tpl │ │ │ ├── conf-list.xml │ │ │ ├── generic.tpl │ │ │ ├── main.inc │ │ │ ├── paste_generic.tpl │ │ │ └── tabs_conference.inc │ │ ├── fonreports │ │ │ ├── class_fonreport.inc │ │ │ ├── contents.tpl │ │ │ └── main.inc │ │ ├── macro │ │ │ ├── class_gofonMacro.inc │ │ │ ├── class_gofonMacroManagement.inc │ │ │ ├── class_gofonMacroParameters.inc │ │ │ ├── generic.tpl │ │ │ ├── macro-filter.xml │ │ │ ├── macro-list.tpl │ │ │ ├── macro-list.xml │ │ │ ├── main.inc │ │ │ ├── parameter.tpl │ │ │ ├── paste_generic.tpl │ │ │ ├── remove.tpl │ │ │ └── tabs_macros.inc │ │ ├── migration │ │ │ ├── class_migrate_phoneConferenceRDN.inc │ │ │ ├── class_migrate_phoneMacroRDN.inc │ │ │ └── class_migrate_phoneRDN.inc │ │ └── phoneaccount │ │ │ ├── class_phoneAccount.inc │ │ │ ├── generic.tpl │ │ │ └── paste_generic.tpl │ ├── html │ │ └── images │ │ │ ├── banana.png │ │ │ ├── conference.png │ │ │ ├── hardware.png │ │ │ ├── list_macro.png │ │ │ ├── macros.png │ │ │ ├── options.png │ │ │ ├── phoneAccount.png │ │ │ ├── phonereport.png │ │ │ ├── pin.png │ │ │ ├── select_conference.png │ │ │ ├── select_macro.png │ │ │ ├── select_phone.png │ │ │ └── sound.png │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ └── plugin.dsc ├── goto-ng │ ├── admin │ │ └── newConfigManagement │ │ │ ├── DeviceConfig-filter.xml │ │ │ ├── DeviceConfig-list.tpl │ │ │ ├── DeviceConfig-list.xml │ │ │ ├── class_ConfigManagementDataModel.inc │ │ │ ├── class_ConfigManagementListing.inc │ │ │ ├── class_filterConfigManagement.inc │ │ │ ├── class_newConfigManagement.inc │ │ │ └── main.inc │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── en │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── messages.po │ └── plugin.dsc ├── goto │ ├── addons │ │ └── goto │ │ │ ├── class_filterGotoEvents.inc │ │ │ ├── class_gotoLogView.inc │ │ │ ├── class_goto_import_file.inc │ │ │ ├── class_gotomasses.inc │ │ │ ├── deploy-filter.xml │ │ │ ├── deploy-list.tpl │ │ │ ├── deploy-list.xml │ │ │ ├── events │ │ │ ├── DaemonEvent_activate.tpl │ │ │ ├── DaemonEvent_faireboot.tpl │ │ │ ├── DaemonEvent_goto_reload.tpl │ │ │ ├── DaemonEvent_halt.tpl │ │ │ ├── DaemonEvent_installation_activation.tpl │ │ │ ├── DaemonEvent_localboot.tpl │ │ │ ├── DaemonEvent_lock.tpl │ │ │ ├── DaemonEvent_memcheck.tpl │ │ │ ├── DaemonEvent_notify.tpl │ │ │ ├── DaemonEvent_reboot.tpl │ │ │ ├── DaemonEvent_reinstall.tpl │ │ │ ├── DaemonEvent_rescan.tpl │ │ │ ├── DaemonEvent_sysinfo.tpl │ │ │ ├── DaemonEvent_update.tpl │ │ │ ├── DaemonEvent_wakeup.tpl │ │ │ ├── class_DaemonEvent.inc │ │ │ ├── class_DaemonEvent_activate.inc │ │ │ ├── class_DaemonEvent_activate_new.inc │ │ │ ├── class_DaemonEvent_faireboot.inc │ │ │ ├── class_DaemonEvent_goto_reload.inc │ │ │ ├── class_DaemonEvent_halt.inc │ │ │ ├── class_DaemonEvent_installation_activation.inc │ │ │ ├── class_DaemonEvent_localboot.inc │ │ │ ├── class_DaemonEvent_lock.inc │ │ │ ├── class_DaemonEvent_memcheck.inc │ │ │ ├── class_DaemonEvent_notify.inc │ │ │ ├── class_DaemonEvent_reboot.inc │ │ │ ├── class_DaemonEvent_recreate_fai_release_db.inc │ │ │ ├── class_DaemonEvent_recreate_fai_server_db.inc │ │ │ ├── class_DaemonEvent_reinstall.inc │ │ │ ├── class_DaemonEvent_reload_ldap_config.inc │ │ │ ├── class_DaemonEvent_rescan.inc │ │ │ ├── class_DaemonEvent_sysinfo.inc │ │ │ ├── class_DaemonEvent_update.inc │ │ │ ├── class_DaemonEvent_wakeup.inc │ │ │ ├── class_EventAddSystemDialog.inc │ │ │ ├── class_EventAddUserDialog.inc │ │ │ ├── class_filterSystemByIp.inc │ │ │ ├── class_filterSystemByMac.inc │ │ │ ├── eventTargetSystems-filter.xml │ │ │ ├── eventTargetSystems-list.tpl │ │ │ ├── eventTargetSystems-list.xml │ │ │ ├── eventTargetUser-filter.xml │ │ │ ├── eventTargetUser-list.tpl │ │ │ ├── eventTargetUser-list.xml │ │ │ ├── target_list.tpl │ │ │ ├── time_offset.tpl │ │ │ └── timestamp_select.tpl │ │ │ ├── goto_import_file.tpl │ │ │ ├── log_view.tpl │ │ │ ├── main.inc │ │ │ └── remove.tpl │ ├── admin │ │ ├── ConfigManagement │ │ │ ├── AddItemDialog.tpl │ │ │ ├── DeviceConfig-filter.xml │ │ │ ├── DeviceConfig-list.tpl │ │ │ ├── DeviceConfig-list.xml │ │ │ ├── DeviceConfig.tpl │ │ │ ├── TemplateEngine.tpl │ │ │ ├── TemplateWidget_textEditor.tpl │ │ │ ├── class_AddItemDialog.inc │ │ │ ├── class_ConfigManagement.inc │ │ │ ├── class_TemplateEngine.inc │ │ │ ├── class_TemplateWidget.inc │ │ │ ├── class_TemplateWidget_checkbox.inc │ │ │ ├── class_TemplateWidget_combobox.inc │ │ │ ├── class_TemplateWidget_file.inc │ │ │ ├── class_TemplateWidget_fixedList.inc │ │ │ ├── class_TemplateWidget_list.inc │ │ │ ├── class_TemplateWidget_string.inc │ │ │ ├── class_TemplateWidget_textEditor.inc │ │ │ ├── class_TemplateWidget_textarea.inc │ │ │ ├── class_filterDeviceItems.inc │ │ │ ├── failed.tpl │ │ │ ├── main.inc │ │ │ └── puppet.tpl │ │ ├── applications │ │ │ ├── application-filter-release.xml │ │ │ ├── application-filter.xml │ │ │ ├── application-list-release.tpl │ │ │ ├── application-list-release.xml │ │ │ ├── application-list.tpl │ │ │ ├── application-list.xml │ │ │ ├── class_applicationGeneric.inc │ │ │ ├── class_applicationManagement.inc │ │ │ ├── class_applicationParameters.inc │ │ │ ├── class_filterAPPLICATIONS.inc │ │ │ ├── generic.tpl │ │ │ ├── main.inc │ │ │ ├── migration │ │ │ │ └── class_migrate_applicationRDN.inc │ │ │ ├── parameters.tpl │ │ │ └── tabs_application.inc │ │ ├── devices │ │ │ ├── class_deviceGeneric.inc │ │ │ ├── class_deviceManagement.inc │ │ │ ├── device-filter.xml │ │ │ ├── device-list.tpl │ │ │ ├── device-list.xml │ │ │ ├── deviceGeneric.tpl │ │ │ ├── filterDEVICES.php │ │ │ ├── main.inc │ │ │ ├── migration │ │ │ │ └── class_migrate_deviceRDN.inc │ │ │ ├── paste_deviceGeneric.tpl │ │ │ └── tabs_devices.inc │ │ ├── groups │ │ │ └── apps │ │ │ │ ├── app_list.tpl │ │ │ │ ├── class_groupApplication.inc │ │ │ │ └── edit_entry.tpl │ │ ├── mimetypes │ │ │ ├── class_filterMIMETYPES.inc │ │ │ ├── class_mimetypeGeneric.inc │ │ │ ├── class_mimetypeManagement.inc │ │ │ ├── generic.tpl │ │ │ ├── main.inc │ │ │ ├── migration │ │ │ │ └── class_migrate_mimetypeRDN.inc │ │ │ ├── mimetype-filter-release.xml │ │ │ ├── mimetype-filter.xml │ │ │ ├── mimetype-list-release.tpl │ │ │ ├── mimetype-list-release.xml │ │ │ ├── mimetype-list.tpl │ │ │ ├── mimetype-list.xml │ │ │ ├── paste_generic.tpl │ │ │ └── tabs_mimetypes.inc │ │ ├── ogroups │ │ │ └── goto │ │ │ │ ├── class_termgroup.inc │ │ │ │ └── termgroup.tpl │ │ └── systems │ │ │ ├── goto │ │ │ ├── ArpNewDevice.tpl │ │ │ ├── Device │ │ │ │ ├── Device.tpl │ │ │ │ ├── DeviceTab.inc │ │ │ │ ├── InstallRecipe.tpl │ │ │ │ ├── SetPassword.tpl │ │ │ │ ├── class_Device.inc │ │ │ │ └── class_InstallRecipe.inc │ │ │ ├── SelectDeviceType.tpl │ │ │ ├── class_ArpNewDevice.inc │ │ │ ├── class_SelectDeviceType.inc │ │ │ ├── class_gotoLpdEnabled.inc │ │ │ ├── class_printGeneric.inc │ │ │ ├── class_terminalGeneric.inc │ │ │ ├── class_terminalInfo.inc │ │ │ ├── class_terminalService.inc │ │ │ ├── class_terminalStartup.inc │ │ │ ├── class_workstationGeneric.inc │ │ │ ├── class_workstationService.inc │ │ │ ├── class_workstationStartup.inc │ │ │ ├── gencd.tpl │ │ │ ├── gencd_frame.tpl │ │ │ ├── gotoLpdEnable.tpl │ │ │ ├── info.tpl │ │ │ ├── migration │ │ │ │ ├── class_migrate_printerRDN.inc │ │ │ │ ├── class_migrate_systemIncomingRDN.inc │ │ │ │ ├── class_migrate_terminalRDN.inc │ │ │ │ └── class_migrate_workstationRDN.inc │ │ │ ├── printer.tpl │ │ │ ├── tabs_printers.inc │ │ │ ├── tabs_terminal.inc │ │ │ ├── tabs_workstation.inc │ │ │ ├── terminal.tpl │ │ │ ├── terminalService.tpl │ │ │ ├── terminalStartup.tpl │ │ │ ├── workstation.tpl │ │ │ ├── workstationService.tpl │ │ │ └── workstationStartup.tpl │ │ │ ├── ppd │ │ │ ├── class_ppdManager.inc │ │ │ ├── class_printerPPDDialog.inc │ │ │ ├── class_printerPPDSelectionDialog.inc │ │ │ ├── printerPPDDialog.tpl │ │ │ ├── printerPPDSelectionDialog.tpl │ │ │ └── remove_ppd.tpl │ │ │ └── services │ │ │ ├── cups │ │ │ ├── class_goCupsServer.inc │ │ │ └── goCupsServer.tpl │ │ │ ├── kiosk │ │ │ ├── class_goKioskService.inc │ │ │ └── goKioskService.tpl │ │ │ ├── ldap │ │ │ ├── class_goLdapServer.inc │ │ │ └── goLdapServer.tpl │ │ │ ├── ntp │ │ │ ├── class_goNtpServer.inc │ │ │ └── goNtpServer.tpl │ │ │ ├── shares │ │ │ ├── class_goShareServer.inc │ │ │ ├── class_servNfs.inc │ │ │ ├── goShareServer.tpl │ │ │ └── servnfs.tpl │ │ │ └── terminal │ │ │ ├── class_goTerminalServer.inc │ │ │ └── goTerminalServer.tpl │ ├── contrib │ │ └── resolutions │ ├── html │ │ └── images │ │ │ ├── application.png │ │ │ ├── branch.png │ │ │ ├── clock.png │ │ │ ├── default_icon.png │ │ │ ├── devices.png │ │ │ ├── display.png │ │ │ ├── edit_share.png │ │ │ ├── fai_settings.png │ │ │ ├── freeze.png │ │ │ ├── goto.png │ │ │ ├── hardware.png │ │ │ ├── hotplug.png │ │ │ ├── keyboard.png │ │ │ ├── kiosk.png │ │ │ ├── list_mime.png │ │ │ ├── list_reset_password.png │ │ │ ├── localboot.png │ │ │ ├── logon_script.png │ │ │ ├── memcheck.png │ │ │ ├── mime_embedding.png │ │ │ ├── mime_leftclick.png │ │ │ ├── mimetypes.png │ │ │ ├── mouse.png │ │ │ ├── notify.png │ │ │ ├── plugin.png │ │ │ ├── prio_decrease.png │ │ │ ├── prio_increase.png │ │ │ ├── reinstall.png │ │ │ ├── rescan.png │ │ │ ├── scanner.png │ │ │ ├── select_application.png │ │ │ ├── select_device.png │ │ │ ├── select_mimetype.png │ │ │ ├── sysinfo.png │ │ │ ├── update.png │ │ │ └── view_logs.png │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── personal │ │ └── environment │ │ │ ├── class_environment.inc │ │ │ ├── class_logoffManagementDialog.inc │ │ │ ├── class_logonManagementDialog.inc │ │ │ ├── environment.tpl │ │ │ ├── hotplugSelect │ │ │ ├── class_hotplugSelect.inc │ │ │ ├── selectHotplug-filter.xml │ │ │ ├── selectHotplug-list.tpl │ │ │ └── selectHotplug-list.xml │ │ │ ├── logoffManagement.tpl │ │ │ ├── logonManagement.tpl │ │ │ └── printerSelect │ │ │ ├── class_printerSelect.inc │ │ │ ├── selectPrinter-filter.xml │ │ │ ├── selectPrinter-list.tpl │ │ │ └── selectPrinter-list.xml │ └── plugin.dsc ├── groupware │ ├── admin │ │ ├── groups │ │ │ └── GroupwareSharedFolder │ │ │ │ ├── class_GroupwareSharedFolder.inc │ │ │ │ ├── generic.tpl │ │ │ │ └── initFailed.tpl │ │ └── ogroups │ │ │ └── GroupwareDistributionList │ │ │ ├── class_GroupwareDistributionList.inc │ │ │ ├── generic.tpl │ │ │ └── initFailed.tpl │ ├── html │ │ └── images │ │ │ └── plugin.png │ ├── personal │ │ └── groupware │ │ │ ├── FolderWidget │ │ │ ├── FolderEditDialog.tpl │ │ │ ├── FolderWidget-filter.xml │ │ │ ├── FolderWidget-list.tpl │ │ │ ├── FolderWidget-list.xml │ │ │ ├── class_FolderEditDialog.inc │ │ │ ├── class_FolderWidget.inc │ │ │ ├── class_FolderWidgetListing.inc │ │ │ └── class_filterFolderWidget.inc │ │ │ ├── class_FilterEditor.inc │ │ │ ├── class_FilterManager.inc │ │ │ ├── class_Groupware.inc │ │ │ ├── class_GroupwareDao.inc │ │ │ ├── class_GroupwareDefinitions.inc │ │ │ ├── filterEditor.tpl │ │ │ ├── filterManager.tpl │ │ │ └── generic.tpl │ └── plugin.dsc ├── heimdal │ ├── admin │ │ └── systems │ │ │ └── services │ │ │ └── kerberos │ │ │ ├── class_goKrbServer.inc │ │ │ ├── class_password-methods-heimdal.inc │ │ │ ├── goKrbServer.tpl │ │ │ └── pwd_heimdal.tpl │ ├── contrib │ │ ├── hdb.ldif │ │ └── hdb.schema │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ └── plugin.dsc ├── kolab │ ├── admin │ │ └── systems │ │ │ └── services │ │ │ └── kolab │ │ │ ├── class_servKolab.inc │ │ │ └── servkolab.tpl │ ├── contrib │ │ ├── kolab2.ldif │ │ ├── kolab2.schema │ │ ├── rfc2739.ldif │ │ └── rfc2739.schema │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── personal │ │ ├── connectivity │ │ │ └── kolab │ │ │ │ ├── class_kolabAccount.inc │ │ │ │ └── kolab.tpl │ │ └── mail │ │ │ └── kolab │ │ │ ├── class_mail-methods-kolab.inc │ │ │ └── class_mail-methods-kolab22.inc │ └── plugin.dsc ├── ldapmanager │ ├── addons │ │ └── ldapmanager │ │ │ ├── class_csvimport.inc │ │ │ ├── class_export.inc │ │ │ ├── class_exportxls.inc │ │ │ ├── class_import.inc │ │ │ ├── class_ldif.inc │ │ │ ├── contentcsv.tpl │ │ │ ├── contentexport.tpl │ │ │ ├── contentexportxls.tpl │ │ │ ├── contentimport.tpl │ │ │ ├── main.inc │ │ │ └── tabs_ldif.inc │ ├── html │ │ ├── getxls.php │ │ └── images │ │ │ └── ldif.png │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ └── plugin.dsc ├── log │ ├── admin │ │ └── systems │ │ │ └── services │ │ │ └── syslog │ │ │ ├── class_goLogDBServer.inc │ │ │ ├── class_goSyslogServer.inc │ │ │ ├── goLogDBServer.tpl │ │ │ └── goSyslogServer.tpl │ ├── contrib │ │ ├── README │ │ ├── goconfig.ldif │ │ ├── goconfig.schema │ │ ├── golog.sql │ │ └── logging.sql │ ├── html │ │ └── images │ │ │ ├── log_warning.png │ │ │ ├── plugin.png │ │ │ └── time.png │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ └── plugin.dsc ├── mail │ ├── addons │ │ └── mailqueue │ │ │ ├── class_mailqueue.inc │ │ │ ├── class_si_mailqueue.inc │ │ │ ├── contents.tpl │ │ │ ├── header.tpl │ │ │ └── main.inc │ ├── admin │ │ ├── groups │ │ │ └── mail │ │ │ │ ├── class_groupMail.inc │ │ │ │ ├── mail.tpl │ │ │ │ └── paste_mail.tpl │ │ ├── ogroups │ │ │ └── mail │ │ │ │ ├── class_mailogroup.inc │ │ │ │ ├── mail.tpl │ │ │ │ └── paste_mail.tpl │ │ └── systems │ │ │ └── services │ │ │ ├── imap │ │ │ ├── class_goImapServer.inc │ │ │ └── goImapServer.tpl │ │ │ ├── mail │ │ │ ├── class_goMailServer.inc │ │ │ └── goMailServer.tpl │ │ │ ├── spam │ │ │ ├── class_goSpamServer.inc │ │ │ ├── class_goSpamServerRule.inc │ │ │ ├── goSpamServer.tpl │ │ │ └── goSpamServerRule.tpl │ │ │ └── virus │ │ │ ├── class_goVirusServer.inc │ │ │ └── goVirusServer.tpl │ ├── contrib │ │ ├── goAgent.pl │ │ ├── sieve_vacation │ │ │ ├── IMAP │ │ │ │ └── Sieve.pm │ │ │ └── update-vacation.pl │ │ └── vacation_example.txt │ ├── etc │ │ ├── sieve-discard.txt │ │ ├── sieve-header.txt │ │ ├── sieve-mailsize.txt │ │ ├── sieve-spam.txt │ │ ├── sieve-vacation.txt │ │ └── vacation │ │ │ └── vacation_example.txt │ ├── html │ │ └── images │ │ │ ├── alternatemail.png │ │ │ ├── envelope.png │ │ │ ├── mailq_active.png │ │ │ ├── mailq_header.png │ │ │ ├── mailq_hold.png │ │ │ ├── mailq_unhold.png │ │ │ ├── mailqueue.png │ │ │ ├── plugin.png │ │ │ ├── shared_folder.png │ │ │ ├── sieve_add_test.png │ │ │ ├── sieve_del_object.png │ │ │ ├── sieve_move_object_down.png │ │ │ └── sieve_move_object_up.png │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── personal │ │ └── mail │ │ │ ├── class_mail-methods-cyrus.inc │ │ │ ├── class_mail-methods-sendmail-cyrus.inc │ │ │ ├── class_mail-methods.inc │ │ │ ├── class_mailAccount.inc │ │ │ ├── copypaste.tpl │ │ │ ├── generic.tpl │ │ │ ├── mailAddressSelect │ │ │ ├── class_mailAddressSelect.inc │ │ │ ├── selectMailAddress-filter.xml │ │ │ ├── selectMailAddress-list.tpl │ │ │ └── selectMailAddress-list.xml │ │ │ └── sieve │ │ │ ├── class_My_Parser.inc │ │ │ ├── class_My_Scanner.inc │ │ │ ├── class_My_Tree.inc │ │ │ ├── class_parser.inc │ │ │ ├── class_scanner.inc │ │ │ ├── class_semantics.inc │ │ │ ├── class_sieve.inc │ │ │ ├── class_sieveElement_Block_End.inc │ │ │ ├── class_sieveElement_Block_Start.inc │ │ │ ├── class_sieveElement_Comment.inc │ │ │ ├── class_sieveElement_Discard.inc │ │ │ ├── class_sieveElement_Else_Elsif.inc │ │ │ ├── class_sieveElement_Fileinto.inc │ │ │ ├── class_sieveElement_If.inc │ │ │ ├── class_sieveElement_Keep.inc │ │ │ ├── class_sieveElement_Redirect.inc │ │ │ ├── class_sieveElement_Reject.inc │ │ │ ├── class_sieveElement_Require.inc │ │ │ ├── class_sieveElement_Stop.inc │ │ │ ├── class_sieveElement_Vacation.inc │ │ │ ├── class_sieveManagement.inc │ │ │ ├── class_tree.inc │ │ │ ├── libsieve.inc │ │ │ └── templates │ │ │ ├── add_element.tpl │ │ │ ├── block_indent_start.tpl │ │ │ ├── block_indent_stop.tpl │ │ │ ├── create_script.tpl │ │ │ ├── edit_frame_base.tpl │ │ │ ├── element_address.tpl │ │ │ ├── element_allof.tpl │ │ │ ├── element_anyof.tpl │ │ │ ├── element_block_end.tpl │ │ │ ├── element_block_start.tpl │ │ │ ├── element_boolean.tpl │ │ │ ├── element_comment.tpl │ │ │ ├── element_discard.tpl │ │ │ ├── element_else.tpl │ │ │ ├── element_elsif.tpl │ │ │ ├── element_envelope.tpl │ │ │ ├── element_exists.tpl │ │ │ ├── element_fileinto.tpl │ │ │ ├── element_header.tpl │ │ │ ├── element_if.tpl │ │ │ ├── element_keep.tpl │ │ │ ├── element_redirect.tpl │ │ │ ├── element_reject.tpl │ │ │ ├── element_require.tpl │ │ │ ├── element_size.tpl │ │ │ ├── element_stop.tpl │ │ │ ├── element_vacation.tpl │ │ │ ├── import_script.tpl │ │ │ ├── management.tpl │ │ │ ├── object_container.tpl │ │ │ ├── object_container_clear.tpl │ │ │ ├── object_test_container.tpl │ │ │ ├── remove_script.tpl │ │ │ └── select_test_type.tpl │ └── plugin.dsc ├── mit-krb5 │ ├── admin │ │ └── systems │ │ │ └── services │ │ │ └── kerberos │ │ │ ├── class_goKrbServer.inc │ │ │ ├── class_krb5_policy.inc │ │ │ ├── class_krb_host_keys.inc │ │ │ ├── class_password-methods-MIT.inc │ │ │ ├── goKrbServer.tpl │ │ │ ├── krb5_policy.tpl │ │ │ ├── krb_host_keys.tpl │ │ │ └── pwd_kerberos_mit.tpl │ ├── contrib │ │ ├── hdb.ldif │ │ └── hdb.schema │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ └── plugin.dsc ├── nagios │ ├── README.nagios │ ├── contrib │ │ ├── goNagios.pl │ │ ├── gosa_bind.conf │ │ ├── nagios.ldif │ │ ├── nagios.schema │ │ └── nagios_ldap.conf │ ├── html │ │ └── images │ │ │ └── plugin.png │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── personal │ │ └── nagios │ │ │ ├── class_nagiosAccount.inc │ │ │ └── nagios.tpl │ └── plugin.dsc ├── netatalk │ ├── contrib │ │ └── apple.schema.README │ ├── html │ │ └── images │ │ │ ├── plugin.png │ │ │ └── select_netatalk.png │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── personal │ │ └── netatalk │ │ │ ├── class_netatalk.inc │ │ │ └── netatalk.tpl │ └── plugin.dsc ├── opengroupware │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── personal │ │ └── connectivity │ │ │ └── opengroupware │ │ │ ├── class_opengw.inc │ │ │ ├── class_opengwAccount.inc │ │ │ ├── class_pgsql_opengw.inc │ │ │ └── opengw.tpl │ └── plugin.dsc ├── openxchange │ ├── README.openxchange │ ├── contrib │ │ ├── openxchange.ldif │ │ └── openxchange.schema │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── personal │ │ └── connectivity │ │ │ └── openxchange │ │ │ ├── class_oxchangeAccount.inc │ │ │ └── oxchange.tpl │ └── plugin.dsc ├── opsi │ ├── admin │ │ ├── opsi │ │ │ ├── class_opsi.inc │ │ │ ├── class_opsiProperties.inc │ │ │ ├── class_opsigeneric.inc │ │ │ ├── class_opsiware.inc │ │ │ ├── generic.tpl │ │ │ ├── opsi_tabs.inc │ │ │ ├── opsiware.tpl │ │ │ ├── properties.tpl │ │ │ └── tabs_prodconfig.inc │ │ └── opsiLicenses │ │ │ ├── class_filterOpsiLicense.inc │ │ │ ├── class_licenseByProduct.inc │ │ │ ├── class_licenseGeneric.inc │ │ │ ├── class_licensePoolGeneric.inc │ │ │ ├── class_licenseUsage.inc │ │ │ ├── class_licenseUsageByHost.inc │ │ │ ├── class_opsiLicenseHandler.inc │ │ │ ├── class_opsiLicenses.inc │ │ │ ├── licenseByProduct.tpl │ │ │ ├── licenseGeneric.tpl │ │ │ ├── licensePoolGeneric.tpl │ │ │ ├── licenseUsage.tpl │ │ │ ├── licenseUsageByHost.tpl │ │ │ ├── main.inc │ │ │ ├── opsiLicense-filter.xml │ │ │ ├── opsiLicense-list.tpl │ │ │ ├── opsiLicense-list.xml │ │ │ └── tabs_licenses.inc │ ├── html │ │ └── images │ │ │ ├── client_generic.png │ │ │ ├── hardware_info.png │ │ │ ├── local_package.png │ │ │ ├── netboot_package.png │ │ │ ├── opsi.png │ │ │ ├── plugin.png │ │ │ ├── product.png │ │ │ ├── select_license.png │ │ │ └── software_info.png │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ └── pt_BR │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ └── plugin.dsc ├── phpgw │ ├── contrib │ │ ├── phpgwaccount.ldif │ │ └── phpgwaccount.schema │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── personal │ │ └── connectivity │ │ │ └── phpgw │ │ │ ├── class_phpgwAccount.inc │ │ │ └── phpgw.tpl │ └── plugin.dsc ├── phpscheduleit │ ├── README.phpscheduleit │ ├── contrib │ │ ├── phpscheduleit.ldif │ │ └── phpscheduleit.schema │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── personal │ │ └── connectivity │ │ │ └── phpscheduleit │ │ │ ├── class_phpscheduleitAccount.inc │ │ │ └── phpscheduleit.tpl │ └── plugin.dsc ├── pptp │ ├── contrib │ │ ├── README.pptp │ │ ├── pptp.ldif │ │ └── pptp.schema │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── personal │ │ └── connectivity │ │ │ └── pptp │ │ │ ├── class_pptpAccount.inc │ │ │ └── pptp.tpl │ └── plugin.dsc ├── pureftpd │ ├── contrib │ │ ├── pureftpd.ldif │ │ └── pureftpd.schema │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── personal │ │ └── connectivity │ │ │ └── pureftpd │ │ │ ├── class_pureftpdAccount.inc │ │ │ └── pureftpd.tpl │ └── plugin.dsc ├── rolemanagement │ ├── admin │ │ └── roleManagement │ │ │ ├── class_roleGeneric.inc │ │ │ ├── class_roleManagement.inc │ │ │ ├── main.inc │ │ │ ├── migration │ │ │ └── class_migrate_roleRDN.inc │ │ │ ├── paste_generic.tpl │ │ │ ├── role-filter.xml │ │ │ ├── role-list.tpl │ │ │ ├── role-list.xml │ │ │ ├── roleGeneric.tpl │ │ │ └── tabs_roles.inc │ ├── html │ │ └── images │ │ │ ├── plugin.png │ │ │ └── role.png │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── en │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ └── plugin.dsc ├── rsyslog │ ├── addons │ │ └── rsyslog │ │ │ ├── class_rsyslog.inc │ │ │ ├── main.inc │ │ │ ├── rSyslog.tpl │ │ │ └── rsyslogTabs.inc │ ├── admin │ │ └── systems │ │ │ └── services │ │ │ └── rsyslog │ │ │ ├── class_rSyslogServer.inc │ │ │ └── rSyslogServer.tpl │ ├── cron │ │ └── gosa-plugin-rsyslog │ ├── html │ │ └── images │ │ │ ├── clock.png │ │ │ ├── plugin.png │ │ │ ├── server.png │ │ │ └── workstation.png │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── fr │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ └── plugin.dsc ├── samba │ ├── admin │ │ └── systems │ │ │ └── samba │ │ │ ├── class_winGeneric.inc │ │ │ ├── migration │ │ │ └── class_migrate_sambaMachineAccountRDN.inc │ │ │ ├── tabs_winstation.inc │ │ │ └── wingeneric.tpl │ ├── contrib │ │ ├── fix_munged │ │ └── goSamba.pl │ ├── html │ │ └── images │ │ │ ├── plugin.png │ │ │ └── terminal_server.png │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── personal │ │ └── samba │ │ │ ├── class_sambaAccount.inc │ │ │ ├── class_sambaLogonHours.inc │ │ │ ├── class_sambaMungedDial.inc │ │ │ ├── samba3.tpl │ │ │ └── sambaLogonHours.tpl │ └── plugin.dsc ├── scalix │ ├── admin │ │ └── groups │ │ │ └── scalix │ │ │ └── class_scalixGroup.inc │ ├── html │ │ └── images │ │ │ ├── envelope.png │ │ │ └── plugin.png │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── personal │ │ └── scalix │ │ │ ├── class_scalixAccount.inc │ │ │ ├── generic.tpl │ │ │ └── paste_generic.tpl │ └── plugin.dsc ├── smarty │ └── plugins │ │ ├── block.render.php │ │ ├── function.factory.php │ │ ├── function.image.php │ │ └── function.msgPool.php ├── squid │ ├── README.squid │ ├── contrib │ │ ├── goAgent.pl │ │ ├── goQuota.pl │ │ ├── goQuotaView.pl │ │ ├── goSquid.pl │ │ └── mkHash.pl │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── personal │ │ └── connectivity │ │ │ └── squid │ │ │ ├── class_proxyAccount.inc │ │ │ └── proxy.tpl │ └── plugin.dsc ├── ssh │ ├── contrib │ │ └── openssh-lpk.schema │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ └── pt_BR │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── personal │ │ └── ssh │ │ │ ├── class_sshPublicKey.inc │ │ │ └── sshPublicKey.tpl │ └── plugin.dsc ├── sudo │ ├── admin │ │ └── sudo │ │ │ ├── class_sudoGeneric.inc │ │ │ ├── class_sudoManagement.inc │ │ │ ├── class_sudoOption.inc │ │ │ ├── generic.tpl │ │ │ ├── main.inc │ │ │ ├── migration │ │ │ └── class_migrate_sudoRDN.inc │ │ │ ├── options.tpl │ │ │ ├── paste_generic.tpl │ │ │ ├── sudo-filter.xml │ │ │ ├── sudo-list.tpl │ │ │ ├── sudo-list.xml │ │ │ └── tabs_sudo.inc │ ├── contrib │ │ ├── sudo.ldif │ │ └── sudo.schema │ ├── html │ │ └── images │ │ │ ├── negate.png │ │ │ ├── select_sudo.png │ │ │ ├── select_workstation.png │ │ │ └── sudo.png │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ └── plugin.dsc ├── systems │ ├── admin │ │ └── systems │ │ │ ├── ApplyObjectGroup.tpl │ │ │ ├── askObjectGroup.tpl │ │ │ ├── class_applyOgroup.inc │ │ │ ├── class_askOgroup.inc │ │ │ ├── class_componentGeneric.inc │ │ │ ├── class_filterINCOMING.inc │ │ │ ├── class_filterOPSIHOSTS.inc │ │ │ ├── class_filterSYSTEMS.inc │ │ │ ├── class_filterServerService.inc │ │ │ ├── class_servGeneric.inc │ │ │ ├── class_serverService.inc │ │ │ ├── class_systemManagement.inc │ │ │ ├── class_termDNS.inc │ │ │ ├── component.tpl │ │ │ ├── contents.tpl │ │ │ ├── devicetype_selection.tpl │ │ │ ├── main.inc │ │ │ ├── migration │ │ │ ├── class_migrate_componentRDN.inc │ │ │ ├── class_migrate_serverRDN.inc │ │ │ └── class_migrate_systemRDN.inc │ │ │ ├── network.tpl │ │ │ ├── ogroup_selection.tpl │ │ │ ├── password.tpl │ │ │ ├── paste_generic.tpl │ │ │ ├── server.tpl │ │ │ ├── serverService-filter.xml │ │ │ ├── serverService-list.tpl │ │ │ ├── serverService-list.xml │ │ │ ├── services │ │ │ └── class_goService.inc │ │ │ ├── system-filter.xml │ │ │ ├── system-list.tpl │ │ │ ├── system-list.xml │ │ │ ├── systemSelect │ │ │ ├── class_systemSelect.inc │ │ │ ├── selectSystem-filter.xml │ │ │ ├── selectSystem-list.tpl │ │ │ └── selectSystem-list.xml │ │ │ ├── tabs_arpnewdevice.inc │ │ │ ├── tabs_component.inc │ │ │ └── tabs_server.inc │ ├── html │ │ └── images │ │ │ ├── cdrom.png │ │ │ ├── clock.png │ │ │ ├── drives.png │ │ │ ├── network.png │ │ │ ├── plugin.png │ │ │ ├── select_component.png │ │ │ ├── select_default.png │ │ │ ├── select_phone.png │ │ │ ├── select_printer.png │ │ │ ├── select_server.png │ │ │ ├── select_terminal.png │ │ │ ├── select_winstation.png │ │ │ ├── select_workstation.png │ │ │ ├── server.png │ │ │ ├── server_busy.png │ │ │ ├── server_error.png │ │ │ ├── terminal_error.png │ │ │ ├── workstation_busy.png │ │ │ └── workstation_error.png │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ └── plugin.dsc ├── uw-imap │ ├── contrib │ │ ├── procmail-discard.txt │ │ ├── procmail-footer.txt │ │ ├── procmail-header.txt │ │ ├── procmail-spam.txt │ │ └── procmail-vacation.txt │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── en │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── messages.po │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── messages.po │ │ └── zh │ │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── personal │ │ └── mail │ │ │ └── uw-imap │ │ │ └── class_mail-methods-uwimap.inc │ └── plugin.dsc └── webdav │ ├── locale │ ├── de │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── es │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── fr │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── it │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── messages.po │ ├── nl │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── pl │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── pt_BR │ │ └── LC_MESSAGES │ │ │ └── messages.po │ ├── ru │ │ └── LC_MESSAGES │ │ │ └── messages.po │ └── zh │ │ └── LC_MESSAGES │ │ └── messages.po │ ├── personal │ └── connectivity │ │ └── webdav │ │ ├── class_webdavAccount.inc │ │ └── webdav.tpl │ └── plugin.dsc ├── gosa-quickstart ├── conf │ ├── gosa.conf │ ├── menus │ ├── resolutions │ └── server.conf ├── ldif │ ├── README_ALPHABETICAL_ORDER │ ├── database.ldif │ ├── department1.ldif │ ├── fai-jessie.ldif │ ├── fai-trusty.ldif │ ├── gosa-user.ldif │ ├── ntp.ldif │ ├── repository-debian.ldif │ └── repository-ubuntu.ldif └── src │ └── gosa-quickstart └── post-commit /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/.gitmodules -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/README.md -------------------------------------------------------------------------------- /debian/20-tcp-keepalive-for-gosa-si.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/20-tcp-keepalive-for-gosa-si.conf -------------------------------------------------------------------------------- /debian/NEWS.Debian: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/NEWS.Debian -------------------------------------------------------------------------------- /debian/README.Debian: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/README.Debian -------------------------------------------------------------------------------- /debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/changelog -------------------------------------------------------------------------------- /debian/compat: -------------------------------------------------------------------------------- 1 | 5 2 | -------------------------------------------------------------------------------- /debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/control -------------------------------------------------------------------------------- /debian/control.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/control.in -------------------------------------------------------------------------------- /debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/copyright -------------------------------------------------------------------------------- /debian/gosa-16.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-16.xpm -------------------------------------------------------------------------------- /debian/gosa-apache.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-apache.conf -------------------------------------------------------------------------------- /debian/gosa-debdb.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-debdb.install -------------------------------------------------------------------------------- /debian/gosa-desktop.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-desktop.config -------------------------------------------------------------------------------- /debian/gosa-desktop.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-desktop.desktop -------------------------------------------------------------------------------- /debian/gosa-desktop.dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-desktop.dirs -------------------------------------------------------------------------------- /debian/gosa-desktop.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-desktop.install -------------------------------------------------------------------------------- /debian/gosa-desktop.manpages: -------------------------------------------------------------------------------- 1 | gosa-core/contrib/gosa.1 2 | -------------------------------------------------------------------------------- /debian/gosa-desktop.menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-desktop.menu -------------------------------------------------------------------------------- /debian/gosa-desktop.postinst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-desktop.postinst -------------------------------------------------------------------------------- /debian/gosa-desktop.templates: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-desktop.templates -------------------------------------------------------------------------------- /debian/gosa-dev.dirs: -------------------------------------------------------------------------------- 1 | /usr/bin 2 | -------------------------------------------------------------------------------- /debian/gosa-dev.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-dev.install -------------------------------------------------------------------------------- /debian/gosa-dev.manpages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-dev.manpages -------------------------------------------------------------------------------- /debian/gosa-fai-helpers.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-fai-helpers.install -------------------------------------------------------------------------------- /debian/gosa-fai-helpers.links: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-fai-helpers.links -------------------------------------------------------------------------------- /debian/gosa-help-de.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa/doc/core/de 2 | -------------------------------------------------------------------------------- /debian/gosa-help-de.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-help-de.install -------------------------------------------------------------------------------- /debian/gosa-help-en.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa/doc/core/en 2 | -------------------------------------------------------------------------------- /debian/gosa-help-en.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-help-en.install -------------------------------------------------------------------------------- /debian/gosa-help-es.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa/doc/core/es 2 | -------------------------------------------------------------------------------- /debian/gosa-help-es.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-help-es.install -------------------------------------------------------------------------------- /debian/gosa-help-fr.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa/doc/core/fr 2 | -------------------------------------------------------------------------------- /debian/gosa-help-fr.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-help-fr.install -------------------------------------------------------------------------------- /debian/gosa-help-nl.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa/doc/core/nl 2 | -------------------------------------------------------------------------------- /debian/gosa-help-nl.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-help-nl.install -------------------------------------------------------------------------------- /debian/gosa-lighttpd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-lighttpd.conf -------------------------------------------------------------------------------- /debian/gosa-plugin-addressbook.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-addressbook.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-addressbook.install -------------------------------------------------------------------------------- /debian/gosa-plugin-connectivity.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-connectivity.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-connectivity.install -------------------------------------------------------------------------------- /debian/gosa-plugin-dhcp-schema.dirs: -------------------------------------------------------------------------------- 1 | etc/ldap/schema/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-dhcp-schema.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-dhcp-schema.install -------------------------------------------------------------------------------- /debian/gosa-plugin-dhcp.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-dhcp.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-dhcp.install -------------------------------------------------------------------------------- /debian/gosa-plugin-dns-schema.dirs: -------------------------------------------------------------------------------- 1 | etc/ldap/schema/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-dns-schema.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-dns-schema.install -------------------------------------------------------------------------------- /debian/gosa-plugin-dns.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-dns.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-dns.install -------------------------------------------------------------------------------- /debian/gosa-plugin-fai-schema.dirs: -------------------------------------------------------------------------------- 1 | etc/ldap/schema/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-fai-schema.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-fai-schema.install -------------------------------------------------------------------------------- /debian/gosa-plugin-fai.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-fai.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-fai.install -------------------------------------------------------------------------------- /debian/gosa-plugin-gofax.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-gofax.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-gofax.install -------------------------------------------------------------------------------- /debian/gosa-plugin-gofon.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-gofon.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-gofon.install -------------------------------------------------------------------------------- /debian/gosa-plugin-goto.dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-goto.dirs -------------------------------------------------------------------------------- /debian/gosa-plugin-goto.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-goto.install -------------------------------------------------------------------------------- /debian/gosa-plugin-kolab-schema.dirs: -------------------------------------------------------------------------------- 1 | etc/ldap/schema/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-kolab-schema.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-kolab-schema.install -------------------------------------------------------------------------------- /debian/gosa-plugin-kolab.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-kolab.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-kolab.install -------------------------------------------------------------------------------- /debian/gosa-plugin-ldapmanager.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-ldapmanager.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-ldapmanager.install -------------------------------------------------------------------------------- /debian/gosa-plugin-log-schema.dirs: -------------------------------------------------------------------------------- 1 | etc/ldap/schema/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-log-schema.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-log-schema.install -------------------------------------------------------------------------------- /debian/gosa-plugin-log.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-log.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-log.install -------------------------------------------------------------------------------- /debian/gosa-plugin-mail.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-mail.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-mail.install -------------------------------------------------------------------------------- /debian/gosa-plugin-mit-krb5-schema.dirs: -------------------------------------------------------------------------------- 1 | etc/ldap/schema/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-mit-krb5-schema.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-mit-krb5-schema.install -------------------------------------------------------------------------------- /debian/gosa-plugin-mit-krb5.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-mit-krb5.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-mit-krb5.install -------------------------------------------------------------------------------- /debian/gosa-plugin-nagios-schema.dirs: -------------------------------------------------------------------------------- 1 | etc/ldap/schema/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-nagios-schema.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-nagios-schema.install -------------------------------------------------------------------------------- /debian/gosa-plugin-nagios.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-nagios.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-nagios.install -------------------------------------------------------------------------------- /debian/gosa-plugin-netatalk.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-netatalk.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-netatalk.install -------------------------------------------------------------------------------- /debian/gosa-plugin-opengroupware.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-opengroupware.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-opengroupware.install -------------------------------------------------------------------------------- /debian/gosa-plugin-openxchange-schema.dirs: -------------------------------------------------------------------------------- 1 | etc/ldap/schema/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-openxchange.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-openxchange.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-openxchange.install -------------------------------------------------------------------------------- /debian/gosa-plugin-opsi.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-opsi.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-opsi.install -------------------------------------------------------------------------------- /debian/gosa-plugin-opsi.lintian-overrides: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-opsi.lintian-overrides -------------------------------------------------------------------------------- /debian/gosa-plugin-phpgw-schema.dirs: -------------------------------------------------------------------------------- 1 | etc/ldap/schema/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-phpgw-schema.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-phpgw-schema.install -------------------------------------------------------------------------------- /debian/gosa-plugin-phpgw.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-phpgw.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-phpgw.install -------------------------------------------------------------------------------- /debian/gosa-plugin-phpscheduleit-schema.dirs: -------------------------------------------------------------------------------- 1 | etc/ldap/schema/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-phpscheduleit.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-phpscheduleit.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-phpscheduleit.install -------------------------------------------------------------------------------- /debian/gosa-plugin-pptp-schema.dirs: -------------------------------------------------------------------------------- 1 | etc/ldap/schema/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-pptp-schema.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-pptp-schema.install -------------------------------------------------------------------------------- /debian/gosa-plugin-pptp.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-pptp.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-pptp.install -------------------------------------------------------------------------------- /debian/gosa-plugin-pureftpd-schema.dirs: -------------------------------------------------------------------------------- 1 | etc/ldap/schema/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-pureftpd-schema.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-pureftpd-schema.install -------------------------------------------------------------------------------- /debian/gosa-plugin-pureftpd.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-pureftpd.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-pureftpd.install -------------------------------------------------------------------------------- /debian/gosa-plugin-rolemanagement.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-rolemanagement.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-rolemanagement.install -------------------------------------------------------------------------------- /debian/gosa-plugin-rsyslog.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-rsyslog.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-rsyslog.install -------------------------------------------------------------------------------- /debian/gosa-plugin-samba.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-samba.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-samba.install -------------------------------------------------------------------------------- /debian/gosa-plugin-scalix.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-scalix.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-scalix.install -------------------------------------------------------------------------------- /debian/gosa-plugin-squid.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-squid.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-squid.install -------------------------------------------------------------------------------- /debian/gosa-plugin-ssh-schema.dirs: -------------------------------------------------------------------------------- 1 | etc/ldap/schema/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-ssh-schema.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-ssh-schema.install -------------------------------------------------------------------------------- /debian/gosa-plugin-ssh.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-ssh.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-ssh.install -------------------------------------------------------------------------------- /debian/gosa-plugin-sudo-schema.dirs: -------------------------------------------------------------------------------- 1 | etc/ldap/schema/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-sudo-schema.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-sudo-schema.install -------------------------------------------------------------------------------- /debian/gosa-plugin-sudo.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-sudo.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-sudo.install -------------------------------------------------------------------------------- /debian/gosa-plugin-systems.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-systems.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-systems.install -------------------------------------------------------------------------------- /debian/gosa-plugin-uw-imap.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-uw-imap.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-uw-imap.install -------------------------------------------------------------------------------- /debian/gosa-plugin-webdav.dirs: -------------------------------------------------------------------------------- 1 | usr/share/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-plugin-webdav.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-plugin-webdav.install -------------------------------------------------------------------------------- /debian/gosa-quickstart.dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-quickstart.dirs -------------------------------------------------------------------------------- /debian/gosa-quickstart.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-quickstart.install -------------------------------------------------------------------------------- /debian/gosa-schema.dirs: -------------------------------------------------------------------------------- 1 | etc/ldap/schema/gosa 2 | -------------------------------------------------------------------------------- /debian/gosa-schema.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-schema.install -------------------------------------------------------------------------------- /debian/gosa-si.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-si.install -------------------------------------------------------------------------------- /debian/gosa-si.links: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-si.links -------------------------------------------------------------------------------- /debian/gosa-si.upstart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-si.upstart -------------------------------------------------------------------------------- /debian/gosa-smarty-plugins.dirs: -------------------------------------------------------------------------------- 1 | usr/share/php/smarty3/plugins 2 | -------------------------------------------------------------------------------- /debian/gosa-smarty-plugins.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa-smarty-plugins.install -------------------------------------------------------------------------------- /debian/gosa.dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa.dirs -------------------------------------------------------------------------------- /debian/gosa.docs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa.docs -------------------------------------------------------------------------------- /debian/gosa.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa.install -------------------------------------------------------------------------------- /debian/gosa.lintian-overrides: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa.lintian-overrides -------------------------------------------------------------------------------- /debian/gosa.manpages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa.manpages -------------------------------------------------------------------------------- /debian/gosa.postinst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa.postinst -------------------------------------------------------------------------------- /debian/gosa.postrm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa.postrm -------------------------------------------------------------------------------- /debian/gosa.triggers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa.triggers -------------------------------------------------------------------------------- /debian/gosa.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/gosa.xpm -------------------------------------------------------------------------------- /debian/po/POTFILES.in: -------------------------------------------------------------------------------- 1 | [type: gettext/rfc822deb] gosa-desktop.templates 2 | -------------------------------------------------------------------------------- /debian/po/cs.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/po/cs.po -------------------------------------------------------------------------------- /debian/po/cz.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/po/cz.po -------------------------------------------------------------------------------- /debian/po/de.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/po/de.po -------------------------------------------------------------------------------- /debian/po/es.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/po/es.po -------------------------------------------------------------------------------- /debian/po/eu.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/po/eu.po -------------------------------------------------------------------------------- /debian/po/fi.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/po/fi.po -------------------------------------------------------------------------------- /debian/po/fr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/po/fr.po -------------------------------------------------------------------------------- /debian/po/it.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/po/it.po -------------------------------------------------------------------------------- /debian/po/ja.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/po/ja.po -------------------------------------------------------------------------------- /debian/po/nl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/po/nl.po -------------------------------------------------------------------------------- /debian/po/pl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/po/pl.po -------------------------------------------------------------------------------- /debian/po/pt.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/po/pt.po -------------------------------------------------------------------------------- /debian/po/ru.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/po/ru.po -------------------------------------------------------------------------------- /debian/po/sv.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/po/sv.po -------------------------------------------------------------------------------- /debian/po/templates.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/po/templates.pot -------------------------------------------------------------------------------- /debian/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/rules -------------------------------------------------------------------------------- /debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /debian/watch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/debian/watch -------------------------------------------------------------------------------- /go-susi/.hgignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/.hgignore -------------------------------------------------------------------------------- /go-susi/COPYRIGHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/COPYRIGHT -------------------------------------------------------------------------------- /go-susi/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/LICENSE -------------------------------------------------------------------------------- /go-susi/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/Makefile -------------------------------------------------------------------------------- /go-susi/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/README -------------------------------------------------------------------------------- /go-susi/action/activate.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/action/activate.go -------------------------------------------------------------------------------- /go-susi/action/faireboot.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/action/faireboot.go -------------------------------------------------------------------------------- /go-susi/action/halt.go: -------------------------------------------------------------------------------- 1 | package action 2 | 3 | import "../xml" 4 | 5 | func Halt(job *xml.Hash) { 6 | return 7 | } 8 | -------------------------------------------------------------------------------- /go-susi/action/localboot.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/action/localboot.go -------------------------------------------------------------------------------- /go-susi/action/lock.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/action/lock.go -------------------------------------------------------------------------------- /go-susi/action/process_act.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/action/process_act.go -------------------------------------------------------------------------------- /go-susi/action/reboot.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/action/reboot.go -------------------------------------------------------------------------------- /go-susi/action/reinstall.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/action/reinstall.go -------------------------------------------------------------------------------- /go-susi/action/send_user_msg.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/action/send_user_msg.go -------------------------------------------------------------------------------- /go-susi/action/update.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/action/update.go -------------------------------------------------------------------------------- /go-susi/action/wake.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/action/wake.go -------------------------------------------------------------------------------- /go-susi/attic/cicron: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/attic/cicron -------------------------------------------------------------------------------- /go-susi/attic/decrypt.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/attic/decrypt.go -------------------------------------------------------------------------------- /go-susi/attic/demons.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/attic/demons.go -------------------------------------------------------------------------------- /go-susi/attic/encrypt.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/attic/encrypt.go -------------------------------------------------------------------------------- /go-susi/attic/generate_pxelinux_cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/attic/generate_pxelinux_cfg -------------------------------------------------------------------------------- /go-susi/attic/gosa-si-server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/attic/gosa-si-server -------------------------------------------------------------------------------- /go-susi/attic/legion.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/attic/legion.go -------------------------------------------------------------------------------- /go-susi/attic/makeversion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/attic/makeversion -------------------------------------------------------------------------------- /go-susi/attic/send_user_msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/attic/send_user_msg -------------------------------------------------------------------------------- /go-susi/attic/send_user_msg2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/attic/send_user_msg2 -------------------------------------------------------------------------------- /go-susi/attic/sicmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/attic/sicmd -------------------------------------------------------------------------------- /go-susi/attic/susikiller: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/attic/susikiller -------------------------------------------------------------------------------- /go-susi/attic/susikiller2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/attic/susikiller2 -------------------------------------------------------------------------------- /go-susi/attic/susikiller3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/attic/susikiller3 -------------------------------------------------------------------------------- /go-susi/attic/tftp-susi.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/attic/tftp-susi.go -------------------------------------------------------------------------------- /go-susi/attic/trickler.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/attic/trickler.go -------------------------------------------------------------------------------- /go-susi/attic/trigger_action: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/attic/trigger_action -------------------------------------------------------------------------------- /go-susi/attic/update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/attic/update -------------------------------------------------------------------------------- /go-susi/attic/update_config_files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/attic/update_config_files -------------------------------------------------------------------------------- /go-susi/attic/wake.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/attic/wake.go -------------------------------------------------------------------------------- /go-susi/attic/wollist.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/attic/wollist.go -------------------------------------------------------------------------------- /go-susi/config/config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/config/config.go -------------------------------------------------------------------------------- /go-susi/config/version.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/config/version.go -------------------------------------------------------------------------------- /go-susi/db/audit.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/db/audit.go -------------------------------------------------------------------------------- /go-susi/db/clientdb.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/db/clientdb.go -------------------------------------------------------------------------------- /go-susi/db/faidb.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/db/faidb.go -------------------------------------------------------------------------------- /go-susi/db/hooks.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/db/hooks.go -------------------------------------------------------------------------------- /go-susi/db/jobdb.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/db/jobdb.go -------------------------------------------------------------------------------- /go-susi/db/ldap.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/db/ldap.go -------------------------------------------------------------------------------- /go-susi/db/loggingfilestorer.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/db/loggingfilestorer.go -------------------------------------------------------------------------------- /go-susi/db/serverdb.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/db/serverdb.go -------------------------------------------------------------------------------- /go-susi/db/systemdb.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/db/systemdb.go -------------------------------------------------------------------------------- /go-susi/doc/dataflow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/doc/dataflow.svg -------------------------------------------------------------------------------- /go-susi/doc/go-susi-manual.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/doc/go-susi-manual.odt -------------------------------------------------------------------------------- /go-susi/doc/go-susi-manual.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/doc/go-susi-manual.pdf -------------------------------------------------------------------------------- /go-susi/doc/go-susi-manual.xhtml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/doc/go-susi-manual.xhtml -------------------------------------------------------------------------------- /go-susi/doc/manpage.pxsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/doc/manpage.pxsl -------------------------------------------------------------------------------- /go-susi/doc/manpage.xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/doc/manpage.xsl -------------------------------------------------------------------------------- /go-susi/fai-helpers/activated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/fai-helpers/activated -------------------------------------------------------------------------------- /go-susi/fai-helpers/audit_hw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/fai-helpers/audit_hw -------------------------------------------------------------------------------- /go-susi/fai-helpers/audit_packages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/fai-helpers/audit_packages -------------------------------------------------------------------------------- /go-susi/fai-helpers/audit_sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/fai-helpers/audit_sources -------------------------------------------------------------------------------- /go-susi/fai-helpers/debdb.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/fai-helpers/debdb.go -------------------------------------------------------------------------------- /go-susi/fai-helpers/detect_hardware: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/fai-helpers/detect_hardware -------------------------------------------------------------------------------- /go-susi/fai-helpers/fai-helpers-apache.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/fai-helpers/fai-helpers-apache.conf -------------------------------------------------------------------------------- /go-susi/fai-helpers/fai_audit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/fai-helpers/fai_audit -------------------------------------------------------------------------------- /go-susi/fai-helpers/fai_progress: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/fai-helpers/fai_progress -------------------------------------------------------------------------------- /go-susi/fai-helpers/fai_savelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/fai-helpers/fai_savelog -------------------------------------------------------------------------------- /go-susi/fai-helpers/generate_package_list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/fai-helpers/generate_package_list -------------------------------------------------------------------------------- /go-susi/fai-helpers/generate_pxelinux_cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/fai-helpers/generate_pxelinux_cfg -------------------------------------------------------------------------------- /go-susi/fai-helpers/initrd_autopack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/fai-helpers/initrd_autopack -------------------------------------------------------------------------------- /go-susi/fai-helpers/ldap2fai.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/fai-helpers/ldap2fai.php -------------------------------------------------------------------------------- /go-susi/fai-helpers/make-fai-initrd-root: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/fai-helpers/make-fai-initrd-root -------------------------------------------------------------------------------- /go-susi/fai-helpers/pxelinux.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/fai-helpers/pxelinux.php -------------------------------------------------------------------------------- /go-susi/fai-helpers/update_fai_roots: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/fai-helpers/update_fai_roots -------------------------------------------------------------------------------- /go-susi/main/go-susi.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/main/go-susi.go -------------------------------------------------------------------------------- /go-susi/main/run-tests.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/main/run-tests.go -------------------------------------------------------------------------------- /go-susi/main/sibridge.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/main/sibridge.go -------------------------------------------------------------------------------- /go-susi/message/DATABASES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/DATABASES -------------------------------------------------------------------------------- /go-susi/message/client_connection.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/client_connection.go -------------------------------------------------------------------------------- /go-susi/message/clmsg_gotoactivation.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/clmsg_gotoactivation.go -------------------------------------------------------------------------------- /go-susi/message/clmsg_login_logout.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/clmsg_login_logout.go -------------------------------------------------------------------------------- /go-susi/message/clmsg_progress.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/clmsg_progress.go -------------------------------------------------------------------------------- /go-susi/message/clmsg_save_fai_log.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/clmsg_save_fai_log.go -------------------------------------------------------------------------------- /go-susi/message/clmsg_taskdie.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/clmsg_taskdie.go -------------------------------------------------------------------------------- /go-susi/message/detect_hardware.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/detect_hardware.go -------------------------------------------------------------------------------- /go-susi/message/detected_hardware.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/detected_hardware.go -------------------------------------------------------------------------------- /go-susi/message/foreign_job_updates.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/foreign_job_updates.go -------------------------------------------------------------------------------- /go-susi/message/gosa_delete_jobdb_entry.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/gosa_delete_jobdb_entry.go -------------------------------------------------------------------------------- /go-susi/message/gosa_ping.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/gosa_ping.go -------------------------------------------------------------------------------- /go-susi/message/gosa_query_audit.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/gosa_query_audit.go -------------------------------------------------------------------------------- /go-susi/message/gosa_query_fai_release.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/gosa_query_fai_release.go -------------------------------------------------------------------------------- /go-susi/message/gosa_query_fai_server.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/gosa_query_fai_server.go -------------------------------------------------------------------------------- /go-susi/message/gosa_query_jobdb.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/gosa_query_jobdb.go -------------------------------------------------------------------------------- /go-susi/message/gosa_query_packages_list.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/gosa_query_packages_list.go -------------------------------------------------------------------------------- /go-susi/message/gosa_show_log_by_mac.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/gosa_show_log_by_mac.go -------------------------------------------------------------------------------- /go-susi/message/gosa_trigger_action.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/gosa_trigger_action.go -------------------------------------------------------------------------------- /go-susi/message/here_i_am.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/here_i_am.go -------------------------------------------------------------------------------- /go-susi/message/information_sharing.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/information_sharing.go -------------------------------------------------------------------------------- /go-susi/message/job_send_user_msg.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/job_send_user_msg.go -------------------------------------------------------------------------------- /go-susi/message/job_trigger_action.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/job_trigger_action.go -------------------------------------------------------------------------------- /go-susi/message/job_trigger_activate_new.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/job_trigger_activate_new.go -------------------------------------------------------------------------------- /go-susi/message/new_foo_config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/new_foo_config.go -------------------------------------------------------------------------------- /go-susi/message/new_foreign_client.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/new_foreign_client.go -------------------------------------------------------------------------------- /go-susi/message/new_key.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/new_key.go -------------------------------------------------------------------------------- /go-susi/message/new_ldap_config.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/new_ldap_config.go -------------------------------------------------------------------------------- /go-susi/message/new_server.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/new_server.go -------------------------------------------------------------------------------- /go-susi/message/peer_connection.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/peer_connection.go -------------------------------------------------------------------------------- /go-susi/message/process_msg.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/process_msg.go -------------------------------------------------------------------------------- /go-susi/message/registered.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/registered.go -------------------------------------------------------------------------------- /go-susi/message/sistats.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/sistats.go -------------------------------------------------------------------------------- /go-susi/message/trigger_action_foo.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/trigger_action_foo.go -------------------------------------------------------------------------------- /go-susi/message/trigger_wake.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/trigger_wake.go -------------------------------------------------------------------------------- /go-susi/message/usr_msg.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/message/usr_msg.go -------------------------------------------------------------------------------- /go-susi/pretty-xml/brace2xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/pretty-xml/brace2xml -------------------------------------------------------------------------------- /go-susi/pretty-xml/focss2xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/pretty-xml/focss2xsl -------------------------------------------------------------------------------- /go-susi/pretty-xml/pretty-xsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/pretty-xml/pretty-xsl -------------------------------------------------------------------------------- /go-susi/security/connectionlimits.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/security/connectionlimits.go -------------------------------------------------------------------------------- /go-susi/security/context.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/security/context.go -------------------------------------------------------------------------------- /go-susi/security/gosacrypt.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/security/gosacrypt.go -------------------------------------------------------------------------------- /go-susi/security/util.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/security/util.go -------------------------------------------------------------------------------- /go-susi/testdata/audit/demons.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/audit/demons.list -------------------------------------------------------------------------------- /go-susi/testdata/audit/genaudit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/audit/genaudit -------------------------------------------------------------------------------- /go-susi/testdata/certs/1.cert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/1.cert -------------------------------------------------------------------------------- /go-susi/testdata/certs/1.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/1.key -------------------------------------------------------------------------------- /go-susi/testdata/certs/2.cert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/2.cert -------------------------------------------------------------------------------- /go-susi/testdata/certs/2.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/2.key -------------------------------------------------------------------------------- /go-susi/testdata/certs/badip.cert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/badip.cert -------------------------------------------------------------------------------- /go-susi/testdata/certs/badip.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/badip.key -------------------------------------------------------------------------------- /go-susi/testdata/certs/badname.cert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/badname.cert -------------------------------------------------------------------------------- /go-susi/testdata/certs/badname.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/badname.key -------------------------------------------------------------------------------- /go-susi/testdata/certs/ca.cert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/ca.cert -------------------------------------------------------------------------------- /go-susi/testdata/certs/ca.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/ca.key -------------------------------------------------------------------------------- /go-susi/testdata/certs/limits.cert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/limits.cert -------------------------------------------------------------------------------- /go-susi/testdata/certs/limits.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/limits.key -------------------------------------------------------------------------------- /go-susi/testdata/certs/limits2.cert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/limits2.cert -------------------------------------------------------------------------------- /go-susi/testdata/certs/limits2.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/limits2.key -------------------------------------------------------------------------------- /go-susi/testdata/certs/limitsmanual.cert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/limitsmanual.cert -------------------------------------------------------------------------------- /go-susi/testdata/certs/limitsmanual.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/limitsmanual.key -------------------------------------------------------------------------------- /go-susi/testdata/certs/local.cert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/local.cert -------------------------------------------------------------------------------- /go-susi/testdata/certs/local.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/local.key -------------------------------------------------------------------------------- /go-susi/testdata/certs/localname.cert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/localname.cert -------------------------------------------------------------------------------- /go-susi/testdata/certs/localname.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/localname.key -------------------------------------------------------------------------------- /go-susi/testdata/certs/myserver.cert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/myserver.cert -------------------------------------------------------------------------------- /go-susi/testdata/certs/myserver.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/myserver.key -------------------------------------------------------------------------------- /go-susi/testdata/certs/pki.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/pki.json -------------------------------------------------------------------------------- /go-susi/testdata/certs/signedbywrongca.cert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/signedbywrongca.cert -------------------------------------------------------------------------------- /go-susi/testdata/certs/signedbywrongca.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/certs/signedbywrongca.key -------------------------------------------------------------------------------- /go-susi/testdata/dev.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/dev.ldif -------------------------------------------------------------------------------- /go-susi/testdata/eleminfo.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/eleminfo.ldif -------------------------------------------------------------------------------- /go-susi/testdata/faiclasses.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/faiclasses.ldif -------------------------------------------------------------------------------- /go-susi/testdata/jobdb-test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/jobdb-test.xml -------------------------------------------------------------------------------- /go-susi/testdata/ldap.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/ldap.ldif -------------------------------------------------------------------------------- /go-susi/testdata/ldap.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/ldap.schema -------------------------------------------------------------------------------- /go-susi/testdata/ldif/c=de.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/ldif/c=de.ldif -------------------------------------------------------------------------------- /go-susi/testdata/ldif/c=de/o=go-susi.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/ldif/c=de/o=go-susi.ldif -------------------------------------------------------------------------------- /go-susi/testdata/nothing.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/nothing.ldif -------------------------------------------------------------------------------- /go-susi/testdata/nova.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/nova.ldif -------------------------------------------------------------------------------- /go-susi/testdata/query_fai_release.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/query_fai_release.log -------------------------------------------------------------------------------- /go-susi/testdata/reinstall.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/reinstall.test -------------------------------------------------------------------------------- /go-susi/testdata/slapd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/slapd.conf -------------------------------------------------------------------------------- /go-susi/testdata/slapd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/slapd.txt -------------------------------------------------------------------------------- /go-susi/testdata/strolch.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/strolch.ldif -------------------------------------------------------------------------------- /go-susi/testdata/tftp.test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/tftp.test -------------------------------------------------------------------------------- /go-susi/testdata/wakeup.expect: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/testdata/wakeup.expect -------------------------------------------------------------------------------- /go-susi/tests/WARNING-FILENAMES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/tests/WARNING-FILENAMES -------------------------------------------------------------------------------- /go-susi/tests/bytes-test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/tests/bytes-test.go -------------------------------------------------------------------------------- /go-susi/tests/db-test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/tests/db-test.go -------------------------------------------------------------------------------- /go-susi/tests/deque-test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/tests/deque-test.go -------------------------------------------------------------------------------- /go-susi/tests/harness.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/tests/harness.go -------------------------------------------------------------------------------- /go-susi/tests/message-test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/tests/message-test.go -------------------------------------------------------------------------------- /go-susi/tests/security-test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/tests/security-test.go -------------------------------------------------------------------------------- /go-susi/tests/system-test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/tests/system-test.go -------------------------------------------------------------------------------- /go-susi/tests/test-helpers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/tests/test-helpers.go -------------------------------------------------------------------------------- /go-susi/tests/unit-tests.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/tests/unit-tests.go -------------------------------------------------------------------------------- /go-susi/tests/util-test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/tests/util-test.go -------------------------------------------------------------------------------- /go-susi/tests/xml-test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/tests/xml-test.go -------------------------------------------------------------------------------- /go-susi/tftp/get.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/tftp/get.go -------------------------------------------------------------------------------- /go-susi/tftp/server.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/tftp/server.go -------------------------------------------------------------------------------- /go-susi/xml/xml_db.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/xml/xml_db.go -------------------------------------------------------------------------------- /go-susi/xml/xml_filter.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/xml/xml_filter.go -------------------------------------------------------------------------------- /go-susi/xml/xml_hash.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/go-susi/xml/xml_hash.go -------------------------------------------------------------------------------- /gosa-core/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/AUTHORS -------------------------------------------------------------------------------- /gosa-core/CODING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/CODING -------------------------------------------------------------------------------- /gosa-core/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/COPYING -------------------------------------------------------------------------------- /gosa-core/Changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/Changelog -------------------------------------------------------------------------------- /gosa-core/FAQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/FAQ -------------------------------------------------------------------------------- /gosa-core/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/INSTALL -------------------------------------------------------------------------------- /gosa-core/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/README -------------------------------------------------------------------------------- /gosa-core/README.safemode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/README.safemode -------------------------------------------------------------------------------- /gosa-core/bin/gosa-encrypt-passwords: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/bin/gosa-encrypt-passwords -------------------------------------------------------------------------------- /gosa-core/bin/mkntpasswd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/bin/mkntpasswd -------------------------------------------------------------------------------- /gosa-core/contrib/artwork/GOsa-logo.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/contrib/artwork/GOsa-logo.eps -------------------------------------------------------------------------------- /gosa-core/contrib/build-gosa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/contrib/build-gosa -------------------------------------------------------------------------------- /gosa-core/contrib/desktoprc: -------------------------------------------------------------------------------- 1 | URL="https://www.gosa-project.org/demo/2.6/" 2 | -------------------------------------------------------------------------------- /gosa-core/contrib/encodings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/contrib/encodings -------------------------------------------------------------------------------- /gosa-core/contrib/extract-locale: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/contrib/extract-locale -------------------------------------------------------------------------------- /gosa-core/contrib/gosa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/contrib/gosa -------------------------------------------------------------------------------- /gosa-core/contrib/gosa.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/contrib/gosa.1 -------------------------------------------------------------------------------- /gosa-core/contrib/gosa.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/contrib/gosa.conf -------------------------------------------------------------------------------- /gosa-core/contrib/gosa.conf.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/contrib/gosa.conf.5 -------------------------------------------------------------------------------- /gosa-core/contrib/latex2html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/contrib/latex2html -------------------------------------------------------------------------------- /gosa-core/contrib/openldap/gofax.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/contrib/openldap/gofax.schema -------------------------------------------------------------------------------- /gosa-core/contrib/openldap/gofon.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/contrib/openldap/gofon.schema -------------------------------------------------------------------------------- /gosa-core/contrib/openldap/goserver.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/contrib/openldap/goserver.schema -------------------------------------------------------------------------------- /gosa-core/contrib/openldap/gosystem.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/contrib/openldap/gosystem.schema -------------------------------------------------------------------------------- /gosa-core/contrib/openldap/goto-mime.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/contrib/openldap/goto-mime.schema -------------------------------------------------------------------------------- /gosa-core/contrib/openldap/goto.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/contrib/openldap/goto.schema -------------------------------------------------------------------------------- /gosa-core/contrib/openldap/samba3.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/contrib/openldap/samba3.schema -------------------------------------------------------------------------------- /gosa-core/contrib/openldap/slapd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/contrib/openldap/slapd.conf -------------------------------------------------------------------------------- /gosa-core/contrib/openldap/trust.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/contrib/openldap/trust.schema -------------------------------------------------------------------------------- /gosa-core/contrib/plugins/dyngroup/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/contrib/plugins/dyngroup/README -------------------------------------------------------------------------------- /gosa-core/contrib/shells: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/contrib/shells -------------------------------------------------------------------------------- /gosa-core/dh-make-gosa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/dh-make-gosa -------------------------------------------------------------------------------- /gosa-core/dh-make-gosa.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/dh-make-gosa.1 -------------------------------------------------------------------------------- /gosa-core/doc/admin/en/manual_gosa_en.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/admin/en/manual_gosa_en.tex -------------------------------------------------------------------------------- /gosa-core/doc/admin/en/referencias_gosa.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/admin/en/referencias_gosa.bib -------------------------------------------------------------------------------- /gosa-core/doc/admin/es/manual_gosa_es.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/admin/es/manual_gosa_es.tex -------------------------------------------------------------------------------- /gosa-core/doc/admin/es/manual_gosa_es_ftp.tex: -------------------------------------------------------------------------------- 1 | \chapter{Servidores de FTP - PureFtpd} -------------------------------------------------------------------------------- /gosa-core/doc/admin/es/manual_gosa_es_gw.tex: -------------------------------------------------------------------------------- 1 | \chapter{Servicios de trabajo en grupo} -------------------------------------------------------------------------------- /gosa-core/doc/admin/es/manual_gosa_es_im.tex: -------------------------------------------------------------------------------- 1 | \chapter{Servidores de mensajeria instantanea - Jabber} -------------------------------------------------------------------------------- /gosa-core/doc/admin/es/referencias_gosa.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/admin/es/referencias_gosa.bib -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/groups/WARNINGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/groups/WARNINGS -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/groups/labels.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/groups/labels.pl -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/logview/WARNINGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/logview/WARNINGS -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/macro/WARNINGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/macro/WARNINGS -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/macro/false.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/macro/false.png -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/macro/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/macro/index.html -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/macro/labels.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/macro/labels.pl -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/macro/macro.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/macro/macro.css -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/macro/macro.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/macro/macro.html -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/macro/node1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/macro/node1.html -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/macro/node2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/macro/node2.html -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/macro/node3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/macro/node3.html -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/macro/node4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/macro/node4.html -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/macro/node5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/macro/node5.html -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/macro/node6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/macro/node6.html -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/macro/rocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/macro/rocket.png -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/macro/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/macro/search.png -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/macro/true.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/macro/true.png -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/ogroups/WARNINGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/ogroups/WARNINGS -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/users/WARNINGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/users/WARNINGS -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/users/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/users/index.html -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/users/labels.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/users/labels.pl -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/users/mailto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/users/mailto.png -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/users/node1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/users/node1.html -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/users/node2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/users/node2.html -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/users/node3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/users/node3.html -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/users/node4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/users/node4.html -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/users/node5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/users/node5.html -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/users/node6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/users/node6.html -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/users/node7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/users/node7.html -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/users/node8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/users/node8.html -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/users/node9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/users/node9.html -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/users/rocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/users/rocket.png -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/users/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/users/search.png -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/users/users.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/users/users.css -------------------------------------------------------------------------------- /gosa-core/doc/core/de/html/users/users.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/de/html/users/users.html -------------------------------------------------------------------------------- /gosa-core/doc/core/en/html/macro/WARNINGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/en/html/macro/WARNINGS -------------------------------------------------------------------------------- /gosa-core/doc/core/en/html/users/WARNINGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/en/html/users/WARNINGS -------------------------------------------------------------------------------- /gosa-core/doc/core/fr/html/macro/WARNINGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/fr/html/macro/WARNINGS -------------------------------------------------------------------------------- /gosa-core/doc/core/fr/html/users/WARNINGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/fr/html/users/WARNINGS -------------------------------------------------------------------------------- /gosa-core/doc/core/guide.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/guide.xml -------------------------------------------------------------------------------- /gosa-core/doc/core/nl/html/users/WARNINGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/doc/core/nl/html/users/WARNINGS -------------------------------------------------------------------------------- /gosa-core/gosa-encrypt-passwords.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/gosa-encrypt-passwords.1 -------------------------------------------------------------------------------- /gosa-core/gosa-encrypt-passwords.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/gosa-encrypt-passwords.pod -------------------------------------------------------------------------------- /gosa-core/html/autocomplete.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/autocomplete.php -------------------------------------------------------------------------------- /gosa-core/html/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/favicon.ico -------------------------------------------------------------------------------- /gosa-core/html/getFAIstatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/getFAIstatus.php -------------------------------------------------------------------------------- /gosa-core/html/getbin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/getbin.php -------------------------------------------------------------------------------- /gosa-core/html/helpviewer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/helpviewer.php -------------------------------------------------------------------------------- /gosa-core/html/images/action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/action.png -------------------------------------------------------------------------------- /gosa-core/html/images/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/back.png -------------------------------------------------------------------------------- /gosa-core/html/images/caps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/caps.png -------------------------------------------------------------------------------- /gosa-core/html/images/checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/checked.png -------------------------------------------------------------------------------- /gosa-core/html/images/configure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/configure.png -------------------------------------------------------------------------------- /gosa-core/html/images/date_active.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/date_active.gif -------------------------------------------------------------------------------- /gosa-core/html/images/datepicker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/datepicker.gif -------------------------------------------------------------------------------- /gosa-core/html/images/datepicker_ro.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/datepicker_ro.gif -------------------------------------------------------------------------------- /gosa-core/html/images/dtree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/dtree.png -------------------------------------------------------------------------------- /gosa-core/html/images/empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/empty.png -------------------------------------------------------------------------------- /gosa-core/html/images/encrypted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/encrypted.png -------------------------------------------------------------------------------- /gosa-core/html/images/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/error.png -------------------------------------------------------------------------------- /gosa-core/html/images/false.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/false.png -------------------------------------------------------------------------------- /gosa-core/html/images/filesaveas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/filesaveas.png -------------------------------------------------------------------------------- /gosa-core/html/images/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/filter.png -------------------------------------------------------------------------------- /gosa-core/html/images/find.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/find.png -------------------------------------------------------------------------------- /gosa-core/html/images/forward-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/forward-arrow.png -------------------------------------------------------------------------------- /gosa-core/html/images/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/forward.png -------------------------------------------------------------------------------- /gosa-core/html/images/head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/head.png -------------------------------------------------------------------------------- /gosa-core/html/images/info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/info.png -------------------------------------------------------------------------------- /gosa-core/html/images/info_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/info_small.png -------------------------------------------------------------------------------- /gosa-core/html/images/label-busy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/label-busy.png -------------------------------------------------------------------------------- /gosa-core/html/images/label-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/label-error.png -------------------------------------------------------------------------------- /gosa-core/html/images/label-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/label-info.png -------------------------------------------------------------------------------- /gosa-core/html/images/label-locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/label-locked.png -------------------------------------------------------------------------------- /gosa-core/html/images/label-new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/label-new.png -------------------------------------------------------------------------------- /gosa-core/html/images/label-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/label-warning.png -------------------------------------------------------------------------------- /gosa-core/html/images/launch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/launch.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/action.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/back.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/copy.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/csv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/csv.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/cut.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/delete.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/edit.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/element.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/element.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/expand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/expand.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/export.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/folder.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/home.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/import.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/invalid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/invalid.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/key.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/lastnode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/lastnode.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/locked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/locked.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/node.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/node.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/off.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/on.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/paste.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/pdf.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/reload.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/restore.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/root.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/root.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/search.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/seperator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/seperator.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/sort-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/sort-down.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/sort-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/sort-up.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/submit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/submit.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/trash.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/unlocked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/unlocked.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/up.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/upload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/upload.png -------------------------------------------------------------------------------- /gosa-core/html/images/lists/vline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/lists/vline.png -------------------------------------------------------------------------------- /gosa-core/html/images/logout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/logout.png -------------------------------------------------------------------------------- /gosa-core/html/images/mailto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/mailto.png -------------------------------------------------------------------------------- /gosa-core/html/images/move_object_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/move_object_up.png -------------------------------------------------------------------------------- /gosa-core/html/images/opacity_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/opacity_black.png -------------------------------------------------------------------------------- /gosa-core/html/images/penguin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/penguin.png -------------------------------------------------------------------------------- /gosa-core/html/images/rightarrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/rightarrow.png -------------------------------------------------------------------------------- /gosa-core/html/images/rocket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/rocket.png -------------------------------------------------------------------------------- /gosa-core/html/images/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/save.png -------------------------------------------------------------------------------- /gosa-core/html/images/select_proxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/select_proxy.png -------------------------------------------------------------------------------- /gosa-core/html/images/setup/fai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/setup/fai.png -------------------------------------------------------------------------------- /gosa-core/html/images/setup/ldap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/setup/ldap.png -------------------------------------------------------------------------------- /gosa-core/html/images/setup/license.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/setup/license.png -------------------------------------------------------------------------------- /gosa-core/html/images/setup/locale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/setup/locale.png -------------------------------------------------------------------------------- /gosa-core/html/images/setup/migrate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/setup/migrate.png -------------------------------------------------------------------------------- /gosa-core/html/images/setup/server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/setup/server.png -------------------------------------------------------------------------------- /gosa-core/html/images/setup/system.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/setup/system.png -------------------------------------------------------------------------------- /gosa-core/html/images/setup/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/setup/user.png -------------------------------------------------------------------------------- /gosa-core/html/images/setup/welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/setup/welcome.png -------------------------------------------------------------------------------- /gosa-core/html/images/small-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/small-error.png -------------------------------------------------------------------------------- /gosa-core/html/images/small_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/small_error.png -------------------------------------------------------------------------------- /gosa-core/html/images/small_warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/small_warning.png -------------------------------------------------------------------------------- /gosa-core/html/images/snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/snapshot.png -------------------------------------------------------------------------------- /gosa-core/html/images/status_pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/status_pause.png -------------------------------------------------------------------------------- /gosa-core/html/images/status_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/status_start.png -------------------------------------------------------------------------------- /gosa-core/html/images/status_stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/status_stop.png -------------------------------------------------------------------------------- /gosa-core/html/images/status_stop_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/status_stop_all.png -------------------------------------------------------------------------------- /gosa-core/html/images/toolbar-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/toolbar-warning.png -------------------------------------------------------------------------------- /gosa-core/html/images/true.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/true.png -------------------------------------------------------------------------------- /gosa-core/html/images/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/warning.png -------------------------------------------------------------------------------- /gosa-core/html/images/wizard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/images/wizard.png -------------------------------------------------------------------------------- /gosa-core/html/include/builder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/include/builder.js -------------------------------------------------------------------------------- /gosa-core/html/include/controls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/include/controls.js -------------------------------------------------------------------------------- /gosa-core/html/include/datepicker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/include/datepicker.js -------------------------------------------------------------------------------- /gosa-core/html/include/dragdrop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/include/dragdrop.js -------------------------------------------------------------------------------- /gosa-core/html/include/effects.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/include/effects.js -------------------------------------------------------------------------------- /gosa-core/html/include/gosa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/include/gosa.js -------------------------------------------------------------------------------- /gosa-core/html/include/prototype.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/include/prototype.js -------------------------------------------------------------------------------- /gosa-core/html/include/pulldown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/include/pulldown.js -------------------------------------------------------------------------------- /gosa-core/html/include/pwdStrength.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/include/pwdStrength.js -------------------------------------------------------------------------------- /gosa-core/html/include/scriptaculous.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/include/scriptaculous.js -------------------------------------------------------------------------------- /gosa-core/html/include/slider.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/include/slider.js -------------------------------------------------------------------------------- /gosa-core/html/include/sound.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/include/sound.js -------------------------------------------------------------------------------- /gosa-core/html/include/tooltip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/include/tooltip.js -------------------------------------------------------------------------------- /gosa-core/html/include/unittest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/include/unittest.js -------------------------------------------------------------------------------- /gosa-core/html/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/index.php -------------------------------------------------------------------------------- /gosa-core/html/logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/logout.php -------------------------------------------------------------------------------- /gosa-core/html/main.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/main.php -------------------------------------------------------------------------------- /gosa-core/html/password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/password.php -------------------------------------------------------------------------------- /gosa-core/html/plugins/acl/images/acl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/plugins/acl/images/acl.png -------------------------------------------------------------------------------- /gosa-core/html/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: / 3 | -------------------------------------------------------------------------------- /gosa-core/html/setup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/setup.php -------------------------------------------------------------------------------- /gosa-core/html/themes/default/printer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/themes/default/printer.css -------------------------------------------------------------------------------- /gosa-core/html/themes/default/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/html/themes/default/style.css -------------------------------------------------------------------------------- /gosa-core/ihtml/themes/default/acl.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/ihtml/themes/default/acl.tpl -------------------------------------------------------------------------------- /gosa-core/ihtml/themes/default/blacklist: -------------------------------------------------------------------------------- 1 | MSIE 2 | -------------------------------------------------------------------------------- /gosa-core/ihtml/themes/default/help.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/ihtml/themes/default/help.tpl -------------------------------------------------------------------------------- /gosa-core/ihtml/themes/default/login.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/ihtml/themes/default/login.tpl -------------------------------------------------------------------------------- /gosa-core/ihtml/themes/default/logout.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/ihtml/themes/default/logout.tpl -------------------------------------------------------------------------------- /gosa-core/include/accept-to-gettext.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/accept-to-gettext.inc -------------------------------------------------------------------------------- /gosa-core/include/class_ItemSelector.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_ItemSelector.inc -------------------------------------------------------------------------------- /gosa-core/include/class_acl.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_acl.inc -------------------------------------------------------------------------------- /gosa-core/include/class_baseSelector.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_baseSelector.inc -------------------------------------------------------------------------------- /gosa-core/include/class_certificate.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_certificate.inc -------------------------------------------------------------------------------- /gosa-core/include/class_config.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_config.inc -------------------------------------------------------------------------------- /gosa-core/include/class_core.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_core.inc -------------------------------------------------------------------------------- /gosa-core/include/class_filter.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_filter.inc -------------------------------------------------------------------------------- /gosa-core/include/class_filterLDAP.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_filterLDAP.inc -------------------------------------------------------------------------------- /gosa-core/include/class_jsonRPC.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_jsonRPC.inc -------------------------------------------------------------------------------- /gosa-core/include/class_ldap.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_ldap.inc -------------------------------------------------------------------------------- /gosa-core/include/class_listing.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_listing.inc -------------------------------------------------------------------------------- /gosa-core/include/class_log.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_log.inc -------------------------------------------------------------------------------- /gosa-core/include/class_management.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_management.inc -------------------------------------------------------------------------------- /gosa-core/include/class_msg_dialog.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_msg_dialog.inc -------------------------------------------------------------------------------- /gosa-core/include/class_multi_plug.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_multi_plug.inc -------------------------------------------------------------------------------- /gosa-core/include/class_pChartInclude.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_pChartInclude.inc -------------------------------------------------------------------------------- /gosa-core/include/class_pathNavigator.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_pathNavigator.inc -------------------------------------------------------------------------------- /gosa-core/include/class_plugin.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_plugin.inc -------------------------------------------------------------------------------- /gosa-core/include/class_pluglist.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_pluglist.inc -------------------------------------------------------------------------------- /gosa-core/include/class_remoteObject.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_remoteObject.inc -------------------------------------------------------------------------------- /gosa-core/include/class_session.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_session.inc -------------------------------------------------------------------------------- /gosa-core/include/class_socketClient.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_socketClient.inc -------------------------------------------------------------------------------- /gosa-core/include/class_stats.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_stats.inc -------------------------------------------------------------------------------- /gosa-core/include/class_tabs.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_tabs.inc -------------------------------------------------------------------------------- /gosa-core/include/class_userFilter.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_userFilter.inc -------------------------------------------------------------------------------- /gosa-core/include/class_userinfo.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/class_userinfo.inc -------------------------------------------------------------------------------- /gosa-core/include/exporter/class_PDF.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/exporter/class_PDF.inc -------------------------------------------------------------------------------- /gosa-core/include/functions.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/functions.inc -------------------------------------------------------------------------------- /gosa-core/include/functions_debug.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/functions_debug.inc -------------------------------------------------------------------------------- /gosa-core/include/pChart/CO2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/CO2.csv -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example1.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example10.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example10.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example11.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example11.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example12.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example12.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example13.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example13.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example14.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example14.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example15.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example15.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example16.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example16.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example17.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example17.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example18.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example18.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example19.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example19.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example2.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example20.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example20.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example21.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example21.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example22.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example22.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example23.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example23.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example24.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example24.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example25.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example25.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example26.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example26.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example3.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example4.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example5.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example6.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example7.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example7.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example8.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example8.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Example9.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Example9.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/GeosansLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/GeosansLight.ttf -------------------------------------------------------------------------------- /gosa-core/include/pChart/HomePage3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/HomePage3.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/MankSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/MankSans.ttf -------------------------------------------------------------------------------- /gosa-core/include/pChart/Naked.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Naked.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/Point_Cd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Point_Cd.gif -------------------------------------------------------------------------------- /gosa-core/include/pChart/Sav143.tmp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gosa-core/include/pChart/Silkscreen.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/Silkscreen.ttf -------------------------------------------------------------------------------- /gosa-core/include/pChart/SmallGraph.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/SmallGraph.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/SmallStacked.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/SmallStacked.php -------------------------------------------------------------------------------- /gosa-core/include/pChart/buildAll.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/buildAll.cmd -------------------------------------------------------------------------------- /gosa-core/include/pChart/bulkdata.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/bulkdata.csv -------------------------------------------------------------------------------- /gosa-core/include/pChart/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/logo.png -------------------------------------------------------------------------------- /gosa-core/include/pChart/pCache.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/pCache.class -------------------------------------------------------------------------------- /gosa-core/include/pChart/pChart.1.27d.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/pChart.1.27d.rar -------------------------------------------------------------------------------- /gosa-core/include/pChart/pChart.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/pChart.class -------------------------------------------------------------------------------- /gosa-core/include/pChart/pData.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/pData.class -------------------------------------------------------------------------------- /gosa-core/include/pChart/pf_arma_five.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/pf_arma_five.ttf -------------------------------------------------------------------------------- /gosa-core/include/pChart/softtones.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/softtones.txt -------------------------------------------------------------------------------- /gosa-core/include/pChart/tahoma.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/tahoma.ttf -------------------------------------------------------------------------------- /gosa-core/include/pChart/tones.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/pChart/tones.txt -------------------------------------------------------------------------------- /gosa-core/include/php_setup.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/php_setup.inc -------------------------------------------------------------------------------- /gosa-core/include/utils/class_msgPool.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/utils/class_msgPool.inc -------------------------------------------------------------------------------- /gosa-core/include/utils/class_tests.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/utils/class_tests.inc -------------------------------------------------------------------------------- /gosa-core/include/utils/class_xml.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/include/utils/class_xml.inc -------------------------------------------------------------------------------- /gosa-core/locale/core/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/locale/core/messages.po -------------------------------------------------------------------------------- /gosa-core/plugins/admin/acl/acl-list.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/plugins/admin/acl/acl-list.tpl -------------------------------------------------------------------------------- /gosa-core/plugins/admin/acl/acl-list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/plugins/admin/acl/acl-list.xml -------------------------------------------------------------------------------- /gosa-core/plugins/admin/acl/acl_role.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/plugins/admin/acl/acl_role.tpl -------------------------------------------------------------------------------- /gosa-core/plugins/admin/acl/main.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/plugins/admin/acl/main.inc -------------------------------------------------------------------------------- /gosa-core/plugins/admin/acl/tabs_acl.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/plugins/admin/acl/tabs_acl.inc -------------------------------------------------------------------------------- /gosa-core/plugins/admin/groups/main.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/plugins/admin/groups/main.inc -------------------------------------------------------------------------------- /gosa-core/plugins/admin/ogroups/main.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/plugins/admin/ogroups/main.inc -------------------------------------------------------------------------------- /gosa-core/plugins/admin/users/main.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/plugins/admin/users/main.inc -------------------------------------------------------------------------------- /gosa-core/plugins/generic/dashBoard/dbInformation/contents.tpl: -------------------------------------------------------------------------------- 1 |

{t}Information{/t}

2 | 3 | {$feedList} 4 | -------------------------------------------------------------------------------- /gosa-core/plugins/generic/dashBoard/dbNotifications/contents.tpl: -------------------------------------------------------------------------------- 1 |

{t}Notifications{/t}

2 | 3 | {$adviceList} 4 | -------------------------------------------------------------------------------- /gosa-core/redhat/README.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/redhat/README.php -------------------------------------------------------------------------------- /gosa-core/redhat/README.selinux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/redhat/README.selinux -------------------------------------------------------------------------------- /gosa-core/redhat/gosa.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/redhat/gosa.spec -------------------------------------------------------------------------------- /gosa-core/redhat/make-gosa-package: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/redhat/make-gosa-package -------------------------------------------------------------------------------- /gosa-core/redhat/rpm-make-gosa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/redhat/rpm-make-gosa -------------------------------------------------------------------------------- /gosa-core/setup/class_setup.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/setup/class_setup.inc -------------------------------------------------------------------------------- /gosa-core/setup/class_setupStep.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/setup/class_setupStep.inc -------------------------------------------------------------------------------- /gosa-core/setup/class_setupStep_Ldap.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/setup/class_setupStep_Ldap.inc -------------------------------------------------------------------------------- /gosa-core/setup/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/setup/license.txt -------------------------------------------------------------------------------- /gosa-core/setup/main.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/setup/main.inc -------------------------------------------------------------------------------- /gosa-core/setup/setup_checks.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/setup/setup_checks.tpl -------------------------------------------------------------------------------- /gosa-core/setup/setup_feedback.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/setup/setup_feedback.tpl -------------------------------------------------------------------------------- /gosa-core/setup/setup_finish.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/setup/setup_finish.tpl -------------------------------------------------------------------------------- /gosa-core/setup/setup_frame.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/setup/setup_frame.tpl -------------------------------------------------------------------------------- /gosa-core/setup/setup_language.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/setup/setup_language.tpl -------------------------------------------------------------------------------- /gosa-core/setup/setup_ldap.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/setup/setup_ldap.tpl -------------------------------------------------------------------------------- /gosa-core/setup/setup_license.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/setup/setup_license.tpl -------------------------------------------------------------------------------- /gosa-core/setup/setup_migrate.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/setup/setup_migrate.tpl -------------------------------------------------------------------------------- /gosa-core/setup/setup_schema.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/setup/setup_schema.tpl -------------------------------------------------------------------------------- /gosa-core/setup/setup_welcome.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/setup/setup_welcome.tpl -------------------------------------------------------------------------------- /gosa-core/update-gosa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/update-gosa -------------------------------------------------------------------------------- /gosa-core/update-gosa.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/update-gosa.1 -------------------------------------------------------------------------------- /gosa-core/update-gosa.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/update-gosa.pod -------------------------------------------------------------------------------- /gosa-core/update-locale: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/update-locale -------------------------------------------------------------------------------- /gosa-core/update-locale.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/update-locale.1 -------------------------------------------------------------------------------- /gosa-core/update-locale.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/update-locale.pod -------------------------------------------------------------------------------- /gosa-core/update-online-help.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/update-online-help.1 -------------------------------------------------------------------------------- /gosa-core/update-online-help.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/update-online-help.pod -------------------------------------------------------------------------------- /gosa-core/update-pdf-help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/update-pdf-help -------------------------------------------------------------------------------- /gosa-core/update-pdf-help.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/update-pdf-help.1 -------------------------------------------------------------------------------- /gosa-core/update-pdf-help.pod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-core/update-pdf-help.pod -------------------------------------------------------------------------------- /gosa-plugins/apache2/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/apache2/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/apache2/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/apache2/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/connectivity/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/connectivity/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/dhcp/contrib/dhcp.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/dhcp/contrib/dhcp.ldif -------------------------------------------------------------------------------- /gosa-plugins/dhcp/contrib/dhcp.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/dhcp/contrib/dhcp.schema -------------------------------------------------------------------------------- /gosa-plugins/dhcp/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/dhcp/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/dhcp/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/dhcp/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/dns/contrib/dnszone.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/dns/contrib/dnszone.ldif -------------------------------------------------------------------------------- /gosa-plugins/dns/contrib/dnszone.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/dns/contrib/dnszone.schema -------------------------------------------------------------------------------- /gosa-plugins/dns/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/dns/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/dns/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/dns/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/fai/admin/fai/class_FAI.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/fai/admin/fai/class_FAI.inc -------------------------------------------------------------------------------- /gosa-plugins/fai/admin/fai/fai-filter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/fai/admin/fai/fai-filter.xml -------------------------------------------------------------------------------- /gosa-plugins/fai/admin/fai/fai-list.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/fai/admin/fai/fai-list.tpl -------------------------------------------------------------------------------- /gosa-plugins/fai/admin/fai/fai-list.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/fai/admin/fai/fai-list.xml -------------------------------------------------------------------------------- /gosa-plugins/fai/admin/fai/faiHook.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/fai/admin/fai/faiHook.tpl -------------------------------------------------------------------------------- /gosa-plugins/fai/admin/fai/faiPackage.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/fai/admin/fai/faiPackage.tpl -------------------------------------------------------------------------------- /gosa-plugins/fai/admin/fai/faiProfile.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/fai/admin/fai/faiProfile.tpl -------------------------------------------------------------------------------- /gosa-plugins/fai/admin/fai/faiScript.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/fai/admin/fai/faiScript.tpl -------------------------------------------------------------------------------- /gosa-plugins/fai/admin/fai/faiSummary.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/fai/admin/fai/faiSummary.tpl -------------------------------------------------------------------------------- /gosa-plugins/fai/admin/fai/main.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/fai/admin/fai/main.inc -------------------------------------------------------------------------------- /gosa-plugins/fai/admin/fai/tabsHook.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/fai/admin/fai/tabsHook.inc -------------------------------------------------------------------------------- /gosa-plugins/fai/admin/fai/tabsScript.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/fai/admin/fai/tabsScript.inc -------------------------------------------------------------------------------- /gosa-plugins/fai/contrib/fai.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/fai/contrib/fai.ldif -------------------------------------------------------------------------------- /gosa-plugins/fai/contrib/fai.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/fai/contrib/fai.schema -------------------------------------------------------------------------------- /gosa-plugins/fai/html/images/branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/fai/html/images/branch.png -------------------------------------------------------------------------------- /gosa-plugins/fai/html/images/fai_hook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/fai/html/images/fai_hook.png -------------------------------------------------------------------------------- /gosa-plugins/fai/html/images/freeze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/fai/html/images/freeze.png -------------------------------------------------------------------------------- /gosa-plugins/fai/html/images/plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/fai/html/images/plugin.png -------------------------------------------------------------------------------- /gosa-plugins/fai/html/images/raid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/fai/html/images/raid.png -------------------------------------------------------------------------------- /gosa-plugins/fai/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/fai/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/fai/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/fai/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/gofax/contrib/gofax.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/gofax/contrib/gofax.sql -------------------------------------------------------------------------------- /gosa-plugins/gofax/html/getfax.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/gofax/html/getfax.php -------------------------------------------------------------------------------- /gosa-plugins/gofax/html/images/plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/gofax/html/images/plugin.png -------------------------------------------------------------------------------- /gosa-plugins/gofax/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/gofax/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/gofax/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/gofax/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/gofon/contrib/gophone.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/gofon/contrib/gophone.sql -------------------------------------------------------------------------------- /gosa-plugins/gofon/etc/asterisk/voicemail_context.conf: -------------------------------------------------------------------------------- 1 | voicemail 2 | -------------------------------------------------------------------------------- /gosa-plugins/gofon/gofon/macro/main.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/gofon/gofon/macro/main.inc -------------------------------------------------------------------------------- /gosa-plugins/gofon/gofon/macro/remove.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/gofon/gofon/macro/remove.tpl -------------------------------------------------------------------------------- /gosa-plugins/gofon/html/images/banana.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/gofon/html/images/banana.png -------------------------------------------------------------------------------- /gosa-plugins/gofon/html/images/macros.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/gofon/html/images/macros.png -------------------------------------------------------------------------------- /gosa-plugins/gofon/html/images/pin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/gofon/html/images/pin.png -------------------------------------------------------------------------------- /gosa-plugins/gofon/html/images/sound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/gofon/html/images/sound.png -------------------------------------------------------------------------------- /gosa-plugins/gofon/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/gofon/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/gofon/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/gofon/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/goto-ng/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto-ng/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/goto-ng/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto-ng/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/goto/addons/goto/main.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto/addons/goto/main.inc -------------------------------------------------------------------------------- /gosa-plugins/goto/addons/goto/remove.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto/addons/goto/remove.tpl -------------------------------------------------------------------------------- /gosa-plugins/goto/admin/applications/parameters.tpl: -------------------------------------------------------------------------------- 1 | {$table} 2 |
3 | -------------------------------------------------------------------------------- /gosa-plugins/goto/admin/devices/main.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto/admin/devices/main.inc -------------------------------------------------------------------------------- /gosa-plugins/goto/contrib/resolutions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto/contrib/resolutions -------------------------------------------------------------------------------- /gosa-plugins/goto/html/images/branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto/html/images/branch.png -------------------------------------------------------------------------------- /gosa-plugins/goto/html/images/clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto/html/images/clock.png -------------------------------------------------------------------------------- /gosa-plugins/goto/html/images/devices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto/html/images/devices.png -------------------------------------------------------------------------------- /gosa-plugins/goto/html/images/display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto/html/images/display.png -------------------------------------------------------------------------------- /gosa-plugins/goto/html/images/freeze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto/html/images/freeze.png -------------------------------------------------------------------------------- /gosa-plugins/goto/html/images/goto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto/html/images/goto.png -------------------------------------------------------------------------------- /gosa-plugins/goto/html/images/hotplug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto/html/images/hotplug.png -------------------------------------------------------------------------------- /gosa-plugins/goto/html/images/kiosk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto/html/images/kiosk.png -------------------------------------------------------------------------------- /gosa-plugins/goto/html/images/mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto/html/images/mouse.png -------------------------------------------------------------------------------- /gosa-plugins/goto/html/images/notify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto/html/images/notify.png -------------------------------------------------------------------------------- /gosa-plugins/goto/html/images/plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto/html/images/plugin.png -------------------------------------------------------------------------------- /gosa-plugins/goto/html/images/rescan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto/html/images/rescan.png -------------------------------------------------------------------------------- /gosa-plugins/goto/html/images/scanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto/html/images/scanner.png -------------------------------------------------------------------------------- /gosa-plugins/goto/html/images/sysinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto/html/images/sysinfo.png -------------------------------------------------------------------------------- /gosa-plugins/goto/html/images/update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto/html/images/update.png -------------------------------------------------------------------------------- /gosa-plugins/goto/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/goto/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/goto/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/groupware/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/groupware/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/heimdal/contrib/hdb.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/heimdal/contrib/hdb.ldif -------------------------------------------------------------------------------- /gosa-plugins/heimdal/contrib/hdb.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/heimdal/contrib/hdb.schema -------------------------------------------------------------------------------- /gosa-plugins/heimdal/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/heimdal/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/heimdal/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/heimdal/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/kolab/contrib/kolab2.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/kolab/contrib/kolab2.ldif -------------------------------------------------------------------------------- /gosa-plugins/kolab/contrib/kolab2.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/kolab/contrib/kolab2.schema -------------------------------------------------------------------------------- /gosa-plugins/kolab/contrib/rfc2739.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/kolab/contrib/rfc2739.ldif -------------------------------------------------------------------------------- /gosa-plugins/kolab/contrib/rfc2739.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/kolab/contrib/rfc2739.schema -------------------------------------------------------------------------------- /gosa-plugins/kolab/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/kolab/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/kolab/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/kolab/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/ldapmanager/html/getxls.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/ldapmanager/html/getxls.php -------------------------------------------------------------------------------- /gosa-plugins/ldapmanager/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/ldapmanager/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/log/contrib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/log/contrib/README -------------------------------------------------------------------------------- /gosa-plugins/log/contrib/goconfig.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/log/contrib/goconfig.ldif -------------------------------------------------------------------------------- /gosa-plugins/log/contrib/goconfig.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/log/contrib/goconfig.schema -------------------------------------------------------------------------------- /gosa-plugins/log/contrib/golog.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/log/contrib/golog.sql -------------------------------------------------------------------------------- /gosa-plugins/log/contrib/logging.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/log/contrib/logging.sql -------------------------------------------------------------------------------- /gosa-plugins/log/html/images/plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/log/html/images/plugin.png -------------------------------------------------------------------------------- /gosa-plugins/log/html/images/time.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/log/html/images/time.png -------------------------------------------------------------------------------- /gosa-plugins/log/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/log/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/log/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/log/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/mail/contrib/goAgent.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/mail/contrib/goAgent.pl -------------------------------------------------------------------------------- /gosa-plugins/mail/etc/sieve-discard.txt: -------------------------------------------------------------------------------- 1 | # Do not deliver to own mailbox 2 | discard; 3 | 4 | -------------------------------------------------------------------------------- /gosa-plugins/mail/etc/sieve-header.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/mail/etc/sieve-header.txt -------------------------------------------------------------------------------- /gosa-plugins/mail/etc/sieve-mailsize.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/mail/etc/sieve-mailsize.txt -------------------------------------------------------------------------------- /gosa-plugins/mail/etc/sieve-spam.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/mail/etc/sieve-spam.txt -------------------------------------------------------------------------------- /gosa-plugins/mail/etc/sieve-vacation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/mail/etc/sieve-vacation.txt -------------------------------------------------------------------------------- /gosa-plugins/mail/html/images/plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/mail/html/images/plugin.png -------------------------------------------------------------------------------- /gosa-plugins/mail/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/mail/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/mail/personal/mail/sieve/templates/element_block_start.tpl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /gosa-plugins/mail/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/mail/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/mit-krb5/contrib/hdb.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/mit-krb5/contrib/hdb.ldif -------------------------------------------------------------------------------- /gosa-plugins/mit-krb5/contrib/hdb.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/mit-krb5/contrib/hdb.schema -------------------------------------------------------------------------------- /gosa-plugins/mit-krb5/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/mit-krb5/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/mit-krb5/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/mit-krb5/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/nagios/README.nagios: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/nagios/README.nagios -------------------------------------------------------------------------------- /gosa-plugins/nagios/contrib/goNagios.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/nagios/contrib/goNagios.pl -------------------------------------------------------------------------------- /gosa-plugins/nagios/contrib/nagios.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/nagios/contrib/nagios.ldif -------------------------------------------------------------------------------- /gosa-plugins/nagios/contrib/nagios.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/nagios/contrib/nagios.schema -------------------------------------------------------------------------------- /gosa-plugins/nagios/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/nagios/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/nagios/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/nagios/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/netatalk/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/netatalk/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/netatalk/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/netatalk/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/opengroupware/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/opengroupware/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/openxchange/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/openxchange/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/opsi/admin/opsi/generic.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/opsi/admin/opsi/generic.tpl -------------------------------------------------------------------------------- /gosa-plugins/opsi/admin/opsi/opsiware.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/opsi/admin/opsi/opsiware.tpl -------------------------------------------------------------------------------- /gosa-plugins/opsi/html/images/opsi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/opsi/html/images/opsi.png -------------------------------------------------------------------------------- /gosa-plugins/opsi/html/images/plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/opsi/html/images/plugin.png -------------------------------------------------------------------------------- /gosa-plugins/opsi/html/images/product.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/opsi/html/images/product.png -------------------------------------------------------------------------------- /gosa-plugins/opsi/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/opsi/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/opsi/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/opsi/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/phpgw/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/phpgw/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/phpgw/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/phpgw/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/phpscheduleit/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/phpscheduleit/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/pptp/contrib/README.pptp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/pptp/contrib/README.pptp -------------------------------------------------------------------------------- /gosa-plugins/pptp/contrib/pptp.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/pptp/contrib/pptp.ldif -------------------------------------------------------------------------------- /gosa-plugins/pptp/contrib/pptp.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/pptp/contrib/pptp.schema -------------------------------------------------------------------------------- /gosa-plugins/pptp/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/pptp/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/pptp/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/pptp/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/pureftpd/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/pureftpd/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/pureftpd/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/pureftpd/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/rolemanagement/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/rolemanagement/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/rsyslog/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/rsyslog/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/samba/contrib/fix_munged: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/samba/contrib/fix_munged -------------------------------------------------------------------------------- /gosa-plugins/samba/contrib/goSamba.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/samba/contrib/goSamba.pl -------------------------------------------------------------------------------- /gosa-plugins/samba/html/images/plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/samba/html/images/plugin.png -------------------------------------------------------------------------------- /gosa-plugins/samba/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/samba/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/samba/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/samba/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/scalix/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/scalix/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/scalix/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/scalix/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/squid/README.squid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/squid/README.squid -------------------------------------------------------------------------------- /gosa-plugins/squid/contrib/goAgent.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/squid/contrib/goAgent.pl -------------------------------------------------------------------------------- /gosa-plugins/squid/contrib/goQuota.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/squid/contrib/goQuota.pl -------------------------------------------------------------------------------- /gosa-plugins/squid/contrib/goQuotaView.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/squid/contrib/goQuotaView.pl -------------------------------------------------------------------------------- /gosa-plugins/squid/contrib/goSquid.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/squid/contrib/goSquid.pl -------------------------------------------------------------------------------- /gosa-plugins/squid/contrib/mkHash.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/squid/contrib/mkHash.pl -------------------------------------------------------------------------------- /gosa-plugins/squid/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/squid/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/squid/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/squid/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/ssh/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/ssh/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/ssh/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/ssh/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/sudo/admin/sudo/generic.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/sudo/admin/sudo/generic.tpl -------------------------------------------------------------------------------- /gosa-plugins/sudo/admin/sudo/main.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/sudo/admin/sudo/main.inc -------------------------------------------------------------------------------- /gosa-plugins/sudo/admin/sudo/options.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/sudo/admin/sudo/options.tpl -------------------------------------------------------------------------------- /gosa-plugins/sudo/contrib/sudo.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/sudo/contrib/sudo.ldif -------------------------------------------------------------------------------- /gosa-plugins/sudo/contrib/sudo.schema: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/sudo/contrib/sudo.schema -------------------------------------------------------------------------------- /gosa-plugins/sudo/html/images/negate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/sudo/html/images/negate.png -------------------------------------------------------------------------------- /gosa-plugins/sudo/html/images/sudo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/sudo/html/images/sudo.png -------------------------------------------------------------------------------- /gosa-plugins/sudo/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/sudo/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/sudo/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/sudo/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/systems/admin/systems/contents.tpl: -------------------------------------------------------------------------------- 1 | {$Kekse} sind gesund 2 | -------------------------------------------------------------------------------- /gosa-plugins/systems/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/systems/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/systems/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/systems/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/uw-imap/contrib/procmail-discard.txt: -------------------------------------------------------------------------------- 1 | # Discard any local messages 2 | :0 : 3 | /dev/null 4 | 5 | -------------------------------------------------------------------------------- /gosa-plugins/uw-imap/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/uw-imap/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/uw-imap/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/uw-imap/plugin.dsc -------------------------------------------------------------------------------- /gosa-plugins/webdav/locale/messages.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/webdav/locale/messages.po -------------------------------------------------------------------------------- /gosa-plugins/webdav/plugin.dsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-plugins/webdav/plugin.dsc -------------------------------------------------------------------------------- /gosa-quickstart/conf/gosa.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-quickstart/conf/gosa.conf -------------------------------------------------------------------------------- /gosa-quickstart/conf/menus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-quickstart/conf/menus -------------------------------------------------------------------------------- /gosa-quickstart/conf/resolutions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-quickstart/conf/resolutions -------------------------------------------------------------------------------- /gosa-quickstart/conf/server.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-quickstart/conf/server.conf -------------------------------------------------------------------------------- /gosa-quickstart/ldif/database.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-quickstart/ldif/database.ldif -------------------------------------------------------------------------------- /gosa-quickstart/ldif/department1.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-quickstart/ldif/department1.ldif -------------------------------------------------------------------------------- /gosa-quickstart/ldif/fai-jessie.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-quickstart/ldif/fai-jessie.ldif -------------------------------------------------------------------------------- /gosa-quickstart/ldif/fai-trusty.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-quickstart/ldif/fai-trusty.ldif -------------------------------------------------------------------------------- /gosa-quickstart/ldif/gosa-user.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-quickstart/ldif/gosa-user.ldif -------------------------------------------------------------------------------- /gosa-quickstart/ldif/ntp.ldif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-quickstart/ldif/ntp.ldif -------------------------------------------------------------------------------- /gosa-quickstart/src/gosa-quickstart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/gosa-quickstart/src/gosa-quickstart -------------------------------------------------------------------------------- /post-commit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mbenkmann/limux-gosa/HEAD/post-commit --------------------------------------------------------------------------------