Displaying 2 results from an estimated 2 matches for "rilinux".
Did you mean:
arilinux
2006 Apr 10
0
Can pam_winbind be configured to issue Kerberos tickets onuser validation?
...e? I can't remember where I found out about it.
I have pam_krb5 2.1.8-1 working very nicely. Here's the excerpt from my
/etc/krb5.conf:
[appdefaults]
pam = {
debug = false
ticket_lifetime = 36000
renew_lifetime = 36000
forwardable = true
krb4_convert = false
mappings = RILINUX-(.*) $1@RILINUX.COM RILINUXEU-(.*)
$1@EU.RILINUX.COM
}
The 'mappings' is a set of regexp-template pairs. In my example,
usernames that start with
RILINUX- are mapped into principals in RILINUX.COM, usernames in
RILINUXEU- are mapped into the
EU.RILINUX.COM realm.
If you have lots of dom...
2004 Nov 05
1
Using winbind authentication with Windows 2003 AD - SSH login failures
Hi all,
I have been trying to setup authentication of users on a Linux server
against Windows server 2003 using winbind.
I am at the point where an
su - ADUSERNAME
works, but sshing as that user still doesn't work.
When I try to ssh as an AD user as follows:
ssh -l "RILINUX+testuser" server.domain.com
I get the following output in /var/log/messages:
server pam_winbind[5906]: request failed: No such user, PAM error was
10, NT error was NT_STATUS_NO_SUCH_USER
server sshd(pam_unix)[5906]: check pass; user unknown
server sshd(pam_unix)[5906]: authentication failure;...