Displaying 6 results from an estimated 6 matches for "pam_self".
2009 Aug 28
1
PAM Authentication with OSX Snow Leopard
...1 root wheel 68800 31 Jul 09:15 pam_mount.so.2
-r--r--r-- 1 root wheel 50896 31 Jul 09:15 pam_nologin.so.2
-r--r--r-- 1 root wheel 64272 31 Jul 09:15 pam_opendirectory.so.2
-r--r--r-- 1 root wheel 51008 31 Jul 09:15 pam_sacl.so.2
-r--r--r-- 1 root wheel 50608 31 Jul 09:15 pam_self.so.2
-r--r--r-- 1 root wheel 60448 31 Jul 09:15 pam_serialnumber.so.2
-r--r--r-- 1 root wheel 50880 31 Jul 09:15 pam_uwtmp.so.2
Does anyone know to get dovecot with this modules work?
Nicola
2005 Sep 15
2
getent & winbindd on FreeBSD 5.4
.../etc/pam.d/login,v 1.16 2003/06/14 12:35:05 des Exp $
#
# PAM configuration for the "login" service
#
# auth
auth sufficient pam_winbind.so
auth sufficient pam_unix.so use_first_pass
auth required pam_stack.so service=system-auth
auth required pam_nologin.so no_warn
auth sufficient pam_self.so no_warn
auth include system
# account
account sufficient pam_winbind.so
account required pam_stack.so service=system-auth
account include system
# session
session required pam_stack.so service=system-auth
session include system
# password
password required pam_stack.so service=system-auth...
2004 Dec 06
3
ADS Authentication
I'm about ready to smash my head through a wall...I could use a few answers.
1. When using security = ads, and completing net ads join, it was my
understanding that samba authenticated username/pword against ads, and
local posix accounts were nolonger needed, is this true?
2. If yes, I have not been able to get it to work. If I have a posix
user account with the same name as one in
2005 Sep 19
0
Problem: FreeBSD 5.4 and Samba 3.0.20 not working with ADS
...OCAL
-------[ nsswitch.conf ]-------
group: compat files winbind
group_compat: nis
hosts: files dns
networks: files
passwd: compat files winbind
passwd_compat: nis
shells: files
shadow: files winbind
-------[ /etc/pam.d/login ]-------
# auth
auth required pam_nologin.so no_warn
auth sufficient pam_self.so no_warn
auth include system
auth sufficient pam_winbind.so
# account
account requisite pam_securetty.so
account include system
account sufficient pam_winbind.so
# session
session include system
# password
password include system
Thanks for taking the time to check this out!
-Tom
2011 Feb 04
0
PAM authentication with winbind and AD
...e sub
pam_login_attribute sAMAccountName
pam_passwd md5
idle_timeout 3600
nss_base_passwd dc=example,dc=com?one
nss_base_group dc=example,dc=com?one
sasl_secprops maxssf=0
krb5_ccname FILE:/tmp/krb5cc_0
/etc/pam.d/login
auth sufficient pam_winbind.so
auth sufficient pam_self.so no_warn
auth include system
# account
account sufficient pam_winbind.so
account requisite pam_securetty.so
account required pam_nologin.so
account include system
# session
session include s...
2003 Sep 24
4
unified authentication
Howdy list,
Sorry if this is a frequently discussed topic,
or an off-topic question, but I couldn't find much
info about my question by performing quick searches
in the archives, and my question is pretty tightly
related to security...
Background:
===========
I have a number of FreeBSD machines. Most are 4.x,
but a few are 5.x (mainly the testing/devel machines).
I also have a single Red