[OpenAFS-devel] Linux pam/sasl.
Sean O'Malley
omalleys@msu.edu
Tue, 27 May 2003 14:53:40 -0400 (EDT)
Im _TRYING_ to get cyrus sasl to use pam using authsasld on RH9.0
Im using the sasl-sample-client/server to test with. I can get it to use
pam to auth against plain unix.so PAM modules, but it isnt working if I
substitute the pam_afs modules in it.
my pam config for unix.so looks like:
auth required pam_unix.so try_first_pass likeauth nullok
account required pam_unix.so
password required pam_unix.so use_authtok md5 shadow
session required pam_unix.so
but if i substitute pam_afs.so in for the pam-unix (or just about
any combination.) it fails.
Any hints, tips, pointers, debugging help, kicks in the arse, success
stories, etc?
Sean