Unnamed repository; edit this file 'description' to name the repository.
Go to file
Peter Barfuss 7d9c83f483 Made it so that syscom is checked in pam_csc.so instead of earlier in the PAM stack.
This way syscom can still login when their accounts expired, but messages are still printed. This should hopefully stop the whole 'wait crap I wasn't registered for the past k terms', k>=1 that has been happening semi-frequently for a bunch of syscom members.

Also added #define LDAP_DEPRECATED to get access to a bunch of function prototypes for functions in the LDAP API that are apparently now deprecated.

Also removed the CSCF cruft. In case we ever do need it again, we can vacuum it out from past commits. Or just rewrite it from scratch, especially considering that I doubt CSCF uses that auth backend anymore and some 2/3ds of all functions involved are deprecated according to the latest release of the OpenLDAP API. Or rather, the latest according to Debian, which means it's ~3 years out of date and the functions might very well not even exist anymore (they do exist, I checked, but point still stands. There's no real point to keeping this stuff around, I don't think it was ever operational at any point in the wild, even).

-bofh
2013-01-23 21:36:57 -05:00
debian build for precise 2012-03-16 18:05:14 -04:00
.gitignore Ignore stamps and debian/libpam-csc 2007-12-20 17:43:35 -05:00
Makefile build for precise 2012-03-16 18:05:14 -04:00
pam_csc.c Made it so that syscom is checked in pam_csc.so instead of earlier in the PAM stack. 2013-01-23 21:36:57 -05:00