summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjk7744.park <jk7744.park@samsung.com>2015-02-01 15:35:38 +0900
committerjk7744.park <jk7744.park@samsung.com>2015-02-01 15:35:38 +0900
commitf68284adb683b3fb9a8b8abd7eb96c908606f80d (patch)
tree4eda8c3562dac8fb95f441edd1024453dbff77b9
parent3d4de560e3f28a2f12be8ddb5ed60b6945b5e6a9 (diff)
downloadpam-tizen_2.3.tar.gz
pam-tizen_2.3.tar.bz2
pam-tizen_2.3.zip
-rw-r--r--packaging/pam.changes4
-rwxr-xr-xpackaging/pam.spec9
-rw-r--r--packaging/system-auth2
3 files changed, 6 insertions, 9 deletions
diff --git a/packaging/pam.changes b/packaging/pam.changes
deleted file mode 100644
index 68ccf8f..0000000
--- a/packaging/pam.changes
+++ /dev/null
@@ -1,4 +0,0 @@
-* Wed Jun 13 2012 William Douglas <william.douglas@intel.com> - 1.1.5
-- Add pam 1.1.5
-- Add manifests
-- Add system-auth and other pamconf files
diff --git a/packaging/pam.spec b/packaging/pam.spec
index 017806e..63b8e2c 100755
--- a/packaging/pam.spec
+++ b/packaging/pam.spec
@@ -30,6 +30,7 @@ PAM (Pluggable Authentication Modules) is a system security tool that
allows system administrators to set authentication policy without
having to recompile programs that handle authentication.
+
%package -n pam-modules-extra
Group: System/Base
Summary: Extra modules provided by PAM not used in the base system
@@ -70,12 +71,12 @@ CFLAGS="-fPIC $RPM_OPT_FLAGS " ; export CFLAGS
--includedir=%{_includedir}/security \
--enable-isadir=../..%{_moduledir} \
--disable-audit \
- --disable-nls \
+ --disable-nls \
--with-db-uniquename=_pam \
- --with-libiconv-prefix=/usr \
- --enable-read-both-confs &&
+ --with-libiconv-prefix=/usr \
+ --enable-read-both-confs &&
-make %{?_smp_flags} CFLAGS="$CFLAGS -lfl -lcrypt"
+make %{?_smp_mflags} CFLAGS="$CFLAGS -lfl -lcrypt"
%install
%make_install
diff --git a/packaging/system-auth b/packaging/system-auth
index fad2ffd..44a1011 100644
--- a/packaging/system-auth
+++ b/packaging/system-auth
@@ -3,7 +3,7 @@ auth required pam_env.so
auth sufficient pam_unix.so try_first_pass nullok
auth required pam_deny.so
-account required pam_unix.so broken_shadow
+account required pam_unix.so
# cracklib is disabled in the build.
# password required pam_cracklib.so try_first_pass retry=3 type=