diff -Nur --no-dereference e-smith-samba-2.6.0.old/root/etc/e-smith/events/actions/update-domain-group-maps e-smith-samba-2.6.0/root/etc/e-smith/events/actions/update-domain-group-maps --- e-smith-samba-2.6.0.old/root/etc/e-smith/events/actions/update-domain-group-maps 2013-01-31 16:31:40.000000000 -0500 +++ e-smith-samba-2.6.0/root/etc/e-smith/events/actions/update-domain-group-maps 2024-04-13 00:44:53.121000000 -0400 @@ -19,7 +19,7 @@ my $pw = esmith::util::LdapPassword(); my $g = `/usr/bin/net getlocalsid`; -unless ($g =~ /SID.*is: (.+)/) { +unless ($g =~ /SID.*: (.+)/) { warn "Unable to determine SID. Clearning cache to see if it helps."; rename '/etc/samba/secrets.tdb','/etc/samba/secrets.'.time; rename '/var/cache/samba/gencache.tdb','/var/cache/samba/gencache.'.time;