summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2006-08-31 11:06:15 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2006-08-31 11:06:15 +0000
commit89c393b73d9e4c7fa1adaea4ed17047215bdb942 (patch)
tree6083daacc5427db0094f5d787fb906926dccd03b /modules
parent160a0b2ce1d8c5fb9acf3faa506094df285996f3 (diff)
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- Fix some bugs on older distributions 2006-08-31 Thorsten Kukuk <kukuk@thkukuk.de> * modules/pam_namespace/Makefile.am: Don't install manual page if we don't build module. * m4/ld-as-needed.m4: Don't set LDFLAGS if check failed. * m4/ld-O1: Likewise.
Diffstat (limited to 'modules')
-rw-r--r--modules/pam_access/pam_access.812
-rw-r--r--modules/pam_namespace/Makefile.am7
-rw-r--r--modules/pam_succeed_if/pam_succeed_if.812
3 files changed, 11 insertions, 20 deletions
diff --git a/modules/pam_access/pam_access.8 b/modules/pam_access/pam_access.8
index de86275f..b613e323 100644
--- a/modules/pam_access/pam_access.8
+++ b/modules/pam_access/pam_access.8
@@ -1,11 +1,11 @@
.\" Title: pam_access
.\" Author:
-.\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
-.\" Date: 06/21/2006
+.\" Generator: DocBook XSL Stylesheets vsnapshot_2006\-08\-24_0226 <http://docbook.sf.net/>
+.\" Date: 08/31/2006
.\" Manual: Linux\-PAM Manual
.\" Source: Linux\-PAM Manual
.\"
-.TH "PAM_ACCESS" "8" "06/21/2006" "Linux\-PAM Manual" "Linux\-PAM Manual"
+.TH "PAM_ACCESS" "8" "08/31/2006" "Linux\-PAM Manual" "Linux\-PAM Manual"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -46,11 +46,7 @@ This option modifies the list separator character that pam_access will recognize
will cause the default ` ' (space) and `\\t' (tab) characters to be treated as part of a list element value and `,' becomes the only list element separator. Doing this may be useful on a system with group information obtained from a Windows domain, where the default built\-in groups "Domain Users", "Domain Admins" contain a space.
.SH "MODULE SERVICES PROVIDED"
.PP
-The
-\fBauth\fR
-and
-\fBaccount\fR
-services are supported.
+All services are supported.
.SH "RETURN VALUES"
.TP 3n
PAM_SUCCESS
diff --git a/modules/pam_namespace/Makefile.am b/modules/pam_namespace/Makefile.am
index 9c7c2f73..bbcb2f70 100644
--- a/modules/pam_namespace/Makefile.am
+++ b/modules/pam_namespace/Makefile.am
@@ -1,13 +1,11 @@
#
-# Copyright (c) 2006 Red Hat, Inc.
+# Copyright (c) 2006 Red Hat, Inc.
#
CLEANFILES = *~
MAN5 = namespace.conf.5
MAN8 = pam_namespace.8
-man_MANS = $(MAN5) $(MAN8)
-
XMLS = README.xml namespace.conf.5.xml pam_namespace.8.xml
if ENABLE_REGENERATE_MAN
@@ -15,7 +13,7 @@ noinst_DATA = README
-include $(top_srcdir)/Make.xml.rules
endif
-EXTRA_DIST = README namespace.conf namespace.init $(man_MANS) $(XMLS) tst-pam_namespace
+EXTRA_DIST = README namespace.conf namespace.init $(MAN5) $(MAN8) $(XMLS) tst-pam_namespace
noinst_HEADERS = md5.h
@@ -37,4 +35,5 @@ pam_namespace_la_SOURCES = pam_namespace.c pam_namespace.h md5.c md5.h
secureconf_DATA = namespace.conf
secureconf_SCRIPTS = namespace.init
TESTS = tst-pam_namespace
+man_MANS = $(MAN5) $(MAN8)
endif
diff --git a/modules/pam_succeed_if/pam_succeed_if.8 b/modules/pam_succeed_if/pam_succeed_if.8
index c94c5f43..30af456c 100644
--- a/modules/pam_succeed_if/pam_succeed_if.8
+++ b/modules/pam_succeed_if/pam_succeed_if.8
@@ -1,11 +1,11 @@
.\" Title: pam_succeed_if
.\" Author:
-.\" Generator: DocBook XSL Stylesheets v1.70.1 <http://docbook.sf.net/>
-.\" Date: 08/05/2006
+.\" Generator: DocBook XSL Stylesheets vsnapshot_2006\-08\-24_0226 <http://docbook.sf.net/>
+.\" Date: 08/31/2006
.\" Manual: Linux\-PAM
.\" Source: Linux\-PAM
.\"
-.TH "PAM_SUCCEED_IF" "8" "08/05/2006" "Linux\-PAM" "Linux\-PAM"
+.TH "PAM_SUCCEED_IF" "8" "08/31/2006" "Linux\-PAM" "Linux\-PAM"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -101,11 +101,7 @@ User is not in given group.
(user,host) is not in given netgroup.
.SH "MODULE SERVICES PROVIDED"
.PP
-The
-\fBauth\fR
-and
-\fBaccount\fR
-services are supported.
+All services are supported.
.SH "RETURN VALUES"
.TP 3n
PAM_SUCCESS