--- e-smith-base+ldap-5.0.0/root/etc/e-smith/templates/home/e-smith/db/ldap/ldif/template-begin.sys_accounts 2008-10-07 19:34:38.000000000 +0200 +++ e-smith-base+ldap-5.0.0/root/etc/e-smith/templates/home/e-smith/db/ldap/ldif/template-begin 2008-10-08 18:00:14.000000000 +0200 @@ -25,9 +25,9 @@ return $t; } # Basic entries to init. - @ous = ("Groups", "Users", "Computers"); # ous for Organizational Units. - @users = ("root", "ntp", "www", "admin", "public"); - @groups = ("shared", "slocate", "nobody", @users); + @ous = qw(Groups Users Computers); # ous for Organizational Units. + @users = qw(root www admin); + @groups = qw(shared nobody www admin root); @machines = (); # Create list of group to map