1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-samba-2.2.0/root/etc/e-smith/templates/etc/openldap/slapd.conf/95acls76sambaSamAccount mezzanine_patched_e-smith-samba-2.2.0/root/etc/e-smith/templates/etc/openldap/slapd.conf/95acls76sambaSamAccount |
2 |
--- e-smith-samba-2.2.0/root/etc/e-smith/templates/etc/openldap/slapd.conf/95acls76sambaSamAccount 2010-10-14 22:33:21.000000000 +0200 |
3 |
+++ mezzanine_patched_e-smith-samba-2.2.0/root/etc/e-smith/templates/etc/openldap/slapd.conf/95acls76sambaSamAccount 2010-10-14 22:32:29.000000000 +0200 |
4 |
@@ -1,7 +1,7 @@ |
5 |
{ |
6 |
|
7 |
# Sensible attributes related to sambaSamAccount |
8 |
-push @sensible, qw/sambaAcctFlags sambaBadPasswordCount sambaBadPasswordTime sambaKickoffTime sambaLogoffTime sambaLogonHours sambaPasswordHistory sambaSID sambaPrimaryGroupSID sambaPwdCanChange sambaPwdLastSet sambaPwdMustChange sambaUserWorkstations sambaSIDList sambaGroupType/; |
9 |
+push @users, qw/sambaAcctFlags sambaBadPasswordCount sambaBadPasswordTime sambaKickoffTime sambaLogoffTime sambaLogonHours sambaPasswordHistory sambaSID sambaPrimaryGroupSID sambaPwdCanChange sambaPwdLastSet sambaPwdMustChange sambaUserWorkstations sambaSIDList sambaGroupType/; |
10 |
|
11 |
$OUT .= ''; |
12 |
|