1 |
--- 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 |
2 |
+++ 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 |
3 |
@@ -25,9 +25,9 @@ |
4 |
return $t; |
5 |
} |
6 |
# Basic entries to init. |
7 |
- @ous = ("Groups", "Users", "Computers"); # ous for Organizational Units. |
8 |
- @users = ("root", "ntp", "www", "admin", "public"); |
9 |
- @groups = ("shared", "slocate", "nobody", @users); |
10 |
+ @ous = qw(Groups Users Computers); # ous for Organizational Units. |
11 |
+ @users = qw(root www admin); |
12 |
+ @groups = qw(shared nobody www admin root); |
13 |
@machines = (); |
14 |
|
15 |
# Create list of group to map |