Displaying 6 results from an estimated 6 matches for "pam_securityserv".
Did you mean:
pam_securityserver
2003 Mar 06
1
OSX & Authentication
...4 running Dovecot -- with a
minor tweak of replacing lchown() with chown() in the
src/lib/sakfe-mkdir.c, it compiled and installed without any problems.
However, oddness in authentication. It works once, but only once. I'm
trying to use pam and have the following:
auth required pam_securityserver.so
auth sufficient pam_unix.so
account required pam_unix.so
In the dovecot.conf I have (amongst other things):
auth_userdb = passwd
auth_passdb = pam
I start up dovecot and do:
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK dovecot ready....
2005 Aug 02
0
where is "pam_listfile.so" for static userdb?
...==========================
for a userdb listing in "/var/imapuser".
all simple & 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
do i have to grab-n-install it from somewhere? or are one of these ^ an
'equivalent' ...
this _should_ be simple :-}
thanks,
richard
2006 Apr 21
0
PAM authentication woes with MacOSX
...er=<jim>, method=PLAIN, rip=195.54.233.69, lip=195.54.233.68, TLS
After some googling, I found a posting from this list that claimed
the following PAM setup would work for MacOSX:
# dovecote: auth account password session
auth required pam_nologin.so
auth sufficient pam_securityserver.so
auth sufficient pam_unix.so
auth required pam_deny.so
account required pam_permit.so
password required pam_deny.so
session required pam_uwtmp.so
It didn't. :-( If it had, I wouldn't be posting this. :-)
BTW, that posting said the wiki e...
2009 Aug 30
1
Dovecot 1.0.14 + osx 10.6 and authentication PAM
...gin anymore.
I have read on a website that apple changed from Linux-Pam to Open-Pam.
If this is true, how would I need to change the PAM entry file? Right
now it is as follows:
/etc/pam.d/dovecot:
# dovecot: auth account password session
auth required pam_nologin.so
auth sufficient pam_securityserver.so
auth sufficient pam_unix.so
auth required pam_deny.so
account required pam_permit.so
password required pam_deny.so
session required pam_uwtmp.so
Here is a list with all dovecot processes
Maarten-2:sbin maarten$ ps auxw|grep "dovecot\|imap\|pop3"
maarten 249...
2003 Mar 07
1
Apple's Mail.app
Hi,
I solved the OSX Authentication issue; I'm now reliably able to get
authenticated using the Password Server with PAM with:
# login: auth account password session
auth required pam_nologin.so
auth sufficient pam_securityserver.so
auth sufficient pam_unix.so
auth required pam_deny.so
account required pam_permit.so
password required pam_deny.so
session required pam_permit.so
As the /etc/pam.d/imap
Anyway -- new problem. With Apple's Mail.app and how it wants to
dow...
2009 Oct 13
2
Mac R spinning wheel with Package Manager (PR#14005)
...49 _mach_msg_trap + 10 (in libSystem.B.dylib) [0x945c5286]
Process: login [79486]
Path: /usr/bin/login
ADDRESS BINARY
00001000 /usr/bin/login
0000f000 /usr/lib/libpam.1.dylib
00021000 /usr/lib/pam/pam_nologin.so
00025000 /usr/lib/pam/pam_securityserver.so
0002f000 /usr/lib/pam/pam_unix.so
00033000 /usr/lib/pam/pam_deny.so
00036000 /usr/lib/pam/pam_permit.so
0003a000 /usr/lib/pam/pam_launchd.so
0003e000 /usr/lib/pam/pam_uwtmp.so
Thread id: 1082f790
User stack:
449 ??? [0x1b4a]
449...