summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorChristian Andreetta <satya@gentoo.org>2005-05-19 17:16:39 +0000
committerChristian Andreetta <satya@gentoo.org>2005-05-19 17:16:39 +0000
commitaf9bb8ea5c4a60dc624b24a15bf34a80ae08cead (patch)
tree88e403ea7ba4de42b5f390e81f6e0a0b1f69ed0a /net-fs
parentBump. (diff)
downloadgentoo-2-af9bb8ea5c4a60dc624b24a15bf34a80ae08cead.tar.gz
gentoo-2-af9bb8ea5c4a60dc624b24a15bf34a80ae08cead.tar.bz2
gentoo-2-af9bb8ea5c4a60dc624b24a15bf34a80ae08cead.zip
pam 'include' directive, instead of Redhat's pam_stack
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/samba/ChangeLog6
-rw-r--r--net-fs/samba/files/samba.pam8
2 files changed, 10 insertions, 4 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog
index 8fcad9e2572f..2fb751ad0afc 100644
--- a/net-fs/samba/ChangeLog
+++ b/net-fs/samba/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-fs/samba
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.173 2005/04/29 13:58:44 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.174 2005/05/19 17:16:39 satya Exp $
+
+ 19 May 2005; Christian Andreetta <satya@gentoo.org> files/samba.pam:
+ pam 'include' directive, instead of Redhat's pam_stack for better standard
+ adeherence (*BSD requirement: Diego Petteno' <flameeyes@gentoo.org>)
29 Apr 2005; Seemant Kulleen <seemant@gentoo.org> samba-3.0.14a-r1.ebuild:
the smbspool symlink is now fixed, thanks again to: Chris Smith
diff --git a/net-fs/samba/files/samba.pam b/net-fs/samba/files/samba.pam
index 16a3775dd898..2fe6ce5b6c59 100644
--- a/net-fs/samba/files/samba.pam
+++ b/net-fs/samba/files/samba.pam
@@ -1,6 +1,8 @@
#%PAM-1.0
-# pam_smbpass.so authenticates against the smbpasswd file
+# * pam_smbpass.so authenticates against the smbpasswd file
+# * changed Redhat's 'pam_stack' with 'include' for *BSD compatibility
+# (Diego "Flameeyes" Petteno')
auth required pam_smbpass.so nodelay
-account required /lib/security/pam_stack.so service=system-auth
-session required /lib/security/pam_stack.so service=system-auth
+account include system-auth
+session include system-auth
password required pam_smbpass.so nodelay smbconf=/etc/samba/smb.conf