Hi all,

Arch: i386
OS: Fedora 17

Using the compiled source from the git repo, I'm having trouble getting users to authenticate via PAM with the pam_sss.so module.

I can do ID lookups, enumerate user information, and "pam_test_client" returns successful for all cases, but when logging in via SSH or through the TTY, I get authentication failure. As an already-authenticated local user, su commands/password auth work.

This problem persists despite pam_sss.so's order in the stack or its control. Examining the logs, I don't see any error messages from pam_sss. When installed from the repos, SSSD performs as expected.

I'd like to contribute to the project but thought it'd be a good idea to get a system up and running with the unaltered source, first. Thanks.

-Chris