Displaying 3 results from an estimated 3 matches for "nunam".
Did you mean:
unam
2004 Sep 04
0
Auto-remove home-directories from Active Directory?
...that is added to Active directory and it works great. My question is how do I auto-remove home-directories from Samba-server when I delete a user in Active Directory?
Regards
Thomas
_____________________________________________________________
Get Your Own .NU Web Address Now! ---> http://WWW.NUNAMES.NU
2011 Feb 17
5
[Bug 1860] New: UseDNS option ignored
https://bugzilla.mindrot.org/show_bug.cgi?id=1860
Summary: UseDNS option ignored
Product: Portable OpenSSH
Version: 5.6p1
Platform: All
OS/Version: Other
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: pavel.krejci at
1997 Sep 28
0
[IPD] Internet Probe Droid
...@passwd = split /\n|\r/, $pwfile;
$uid =~ s/\r|\n//gs; # Needed to preserve output
($uname) = $uname =~ /(.*?)(Connection closed by|<\/PRE>)/s;
undef $pwfile;
@passwd = grep /([^:]*:){6,}/o, @passwd;
print "DEBUG $server \@passwd:\n@passwd\nUID: $uid\nUNAME: $uname\n\n" if $debug;
if (grep /root:.:/, @passwd) {
if ($uid =~ /root/) {
push (@really_dumb_sites, "$server:$port");
$rootservers++;
}
$pathname = "$shadowpath/$server.shpw";
$shadowed++;
} else {...