site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com hi all, from the docs, iiuc, to do so i need to setup with something like: for a userdb listing in "/var/imapusers". where, per: <http://www.kernel.org/pub/linux/libs/pam/modules.html> pam_listfile provides: "pam_listfile: authenticate users based on the contents of a specified file" all good, except where's "pam_listfile.so" on OSX? % ls /usr/lib/pam/ pam_afpmount.so pam_nologin.so pam_securetty.so pam_uwtmp.so pam_deny.so pam_permit.so pam_securityserver.so pam_wheel.so pam_netinfo.so pam_rootok.so pam_unix.so i note here: <http://www.padl.com/Research/Darwin.html> but, perusing the modules that are available in Darwin source @: <http://www.opensource.apple.com/darwinsource/10.4.2/pam_modules-17/> there's no pam_listfile.so either ... thanks, richard _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... i'm bouncing around even trying to find the right place 4 this post .... but i think (finally) _this_ is it ... i'm setting up an IMAP server (fwiw, Dovecot ...) on OSX to use PAM authentication against a flat_file ... =================================== (EDITOR) /etc/pam.d/imap auth required pam_listfile.so item=user sense=allow file=/var/imapusers onerr=fail =================================== do i have to grab-n-install it from somewhere? or are one of these ^ an 'equivalent' ... that PADL Software Pty Ltd "ported the widely available Linux-PAM to Darwin", and that "PADL are no longer actively maintaining this port. Apple have indicated that PAM is part of OS X 10.2." This email sent to site_archiver@lists.apple.com