-- Created RPM spec file - Richard C. Greenwood
- Added and cleaned up sample configs
-- Very minor code cleanup - Richard C. Greenwood
- Fixed some typos (DEUBG -> DEBUG)
- Allowed install path to be overridden in Makefile
-- Modified check_user app to be a little more intelligent
- Checks Account info -- even though its not needed
for pam_imap, it's useful as a debugging tool
I have created binary Debian .deb and RedHat/Fedora RPM packages of the pam-imap 0.3.7 version. In the future, I will provide all 3 package types for new versions.
This has a few minor bugfixes, but I would recommend updating to this version if you are using <= 0.3.6!
Some added features:
-- Fixed 16 char username limit
- usernames are defaulted at 64 chars, and can
be changed easily w/ MAX_USERNAME, also MAX_PASSWORD too
- Thanks to Tiziano Tresanti for spotting this one!
-- Fixed the "sleep()" problem.
- authentications will now be 3 seconds faster ;-)
- Uber thanks to Neale Pickett for this!... read more