add to /etc/security/group.conf group users for default

This commit is contained in:
akdengi 2012-04-20 16:09:16 +04:00
parent d3e200f8b8
commit 8cc31e09ad
2 changed files with 16 additions and 1 deletions

View file

@ -0,0 +1,11 @@
--- Linux-PAM-1.1.4.orig/modules/pam_group/group.conf 2011-06-21 13:04:56.000000000 +0400
+++ Linux-PAM-1.1.4/modules/pam_group/group.conf 2012-04-20 15:45:10.000000000 +0400
@@ -101,6 +101,8 @@
#xsh; tty* ;%admin;Al0000-2400;plugdev
+*;*;*;Al0000-2400;users
+
#
# End of group.conf file
#

View file

@ -19,7 +19,7 @@ Epoch: 1
Summary: A security tool which provides authentication for applications Summary: A security tool which provides authentication for applications
Name: pam Name: pam
Version: 1.1.4 Version: 1.1.4
Release: 7 Release: 8
# The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant # The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant
# as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+, # as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+,
License: BSD and GPLv2+ License: BSD and GPLv2+
@ -69,6 +69,9 @@ Patch701: pam-1.1.0-console-nopermsd.patch
# (proyvind): add missing constant that went with rpc removal from glibc 2.14 # (proyvind): add missing constant that went with rpc removal from glibc 2.14
Patch702: Linux-PAM-1.1.4-add-now-missing-nis-constant.patch Patch702: Linux-PAM-1.1.4-add-now-missing-nis-constant.patch
# (akdengi> add user to default group users which need for Samba
Patch801: Linux-PAM-1.1.4-group_add_users.patch
BuildRequires: bison BuildRequires: bison
BuildRequires: cracklib-devel BuildRequires: cracklib-devel
BuildRequires: flex BuildRequires: flex
@ -169,6 +172,7 @@ mv pam-redhat-%{pam_redhat_version}/* modules
%patch700 -p1 -b .static %patch700 -p1 -b .static
%patch701 -p1 -b .nopermsd %patch701 -p1 -b .nopermsd
%patch702 -p1 -b .nis_const~ %patch702 -p1 -b .nis_const~
%patch801 -p1 -b .group_users
# 08/08/2008 - vdanen - make pam provide pam_unix until we can work out all the issues in pam_tcb; this # 08/08/2008 - vdanen - make pam provide pam_unix until we can work out all the issues in pam_tcb; this
# just makes things easier but is not meant to be a permanent solution # just makes things easier but is not meant to be a permanent solution