Displaying 1 result from an estimated 1 matches for "rilinuxeu".
Did you mean:
rilinux
2006 Apr 10
0
Can pam_winbind be configured to issue Kerberos tickets onuser validation?
...re 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 domains you can do things like (u...