Displaying 3 results from an estimated 3 matches for "tkblog".
Did you mean:
blog
2007 Oct 15
5
problem with smbios 2.13?
...\ \ IT Technologist V
/ \ \ / GCS Infrastructure Management (GCSIM)
/ /\\// /\ Tier-3 Infrastructure OS Team
\/ //\\/ / Email: Timothy.Kennedy@Sun.COM
/ \ \ / Phone: +1-703-636-0531
\ \ AIM: tkSUNW
\/ WWW: http://blogs.sun.com/tkblog
2006 Sep 19
1
restrict ssh login by Win2K AD group SOLVED!
...Windows groups but
> I would rather be able to say:
"Permission denied" to all users but those in the AD group named
"Developers."
My boss found this page and solution almost immediately, demonstrating why
he's making the big bucks. Or something.
http://blogs.sun.com/tkblog/entry/integrating_linux_with_active_directory
All I needed to do is add the line:
account sufficient pam_succeed_if.so gid = 10003
to /etc/pam.d/sshd
It is that simple. Of course I'd like to have more than one group be able to
login so I'll dig into that presently.
--
Announcin...
2008 Jun 04
1
Problem with Login Shell in User Information using Winbind
Hi all
I am trying to get windows AD logins to work with Fedora 8/9 linux.I had
the same setup working well with fedora 7 , but with fedora 8/9 the
problem is whenever I do "getent passwd 'username'" the login shell is
listed as /bin/false and users cannot login , even though I have set it
to use template shell= /bin/bash in the smb.conf configuration file.
Also I have made