[OpenAFS] libpam-krb5, NAT and tokens.

Balazs GAL balsa@rit.bme.hu
08 Apr 2003 20:24:12 +0200


2003-04-08, k keltezéssel Noel Burton-Krahn ezt írta:
> Hi Daniel,
> 
> I've got this to work on RH7.2+.  Here's my krb5.conf:
> 
> # in /etc/krb5.conf
> [libdefaults]
> noaddresses = 1
> 
> [pam]
> addressless = true

Please use 
[appdefaults]
  pam = {
	addressless = true
  }

instead, thanks.
The [pam] section parsing is not compiled at default, because it require
pam_krb5's own conf parser (based on flex and yacc/bison)
and will be deprecated in my version.

Please note, that the original RedHat's pam_krb5afs can't convert
krb5 tickets to afs tokens.

balsa