From c9a6383dda62499872455cbeef3020a1c2b769c3 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sat, 2 Jun 2007 12:19:07 +0000 Subject: * fixed wrong default value for attribute 'start_xdmcp', should be 'kdm' instead of 'kde' (reported by Dirk and Felix) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1139 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/OpenSLX/DBSchema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-db') diff --git a/config-db/OpenSLX/DBSchema.pm b/config-db/OpenSLX/DBSchema.pm index 8a667945..0fbce67a 100644 --- a/config-db/OpenSLX/DBSchema.pm +++ b/config-db/OpenSLX/DBSchema.pm @@ -289,7 +289,7 @@ if ($lang =~ m[^\w\w_(\w\w)]) { 'attr_start_sshd' => 'yes', 'attr_start_syslog' => 'yes', 'attr_start_x' => 'yes', - 'attr_start_xdmcp' => 'kde', + 'attr_start_xdmcp' => 'kdm', 'attr_tex_enable' => 'no', 'attr_timezone' => 'Europe/Berlin', 'attr_tvout' => 'no', -- cgit v1.2.3-55-g7522