Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (d5d89b5890b9e7cf3886b45845eec1edef165f3b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (d5d89b5890b9e7cf3886b45845eec1edef165f3b)
  • Date: Fri, 30 Jun 2006 05:39:06 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

net/netkit-rsh/DETAILS | 1 +
net/netkit-rsh/HISTORY | 3 +++
net/netkit-rsh/pam.d/rexec | 10 ++++++++++
net/netkit-rsh/pam.d/rlogin | 11 +++++++++++
net/netkit-rsh/pam.d/rsh | 10 ++++++++++
5 files changed, 35 insertions(+)

New commits:
commit d5d89b5890b9e7cf3886b45845eec1edef165f3b
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

moved pam.d/r* from the linux-pam spell

diff --git a/net/netkit-rsh/DETAILS b/net/netkit-rsh/DETAILS
index 38f1699..781fa92 100755
--- a/net/netkit-rsh/DETAILS
+++ b/net/netkit-rsh/DETAILS
@@ -8,6 +8,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
BUILD_API=2
ENTERED=20020213
UPDATED=20020513
+ PATCHLEVEL=1
KEYWORDS="net"
SHORT="netkit-rsh contains a client and server for remote-SH."
cat << EOF
diff --git a/net/netkit-rsh/HISTORY b/net/netkit-rsh/HISTORY
index 92e6883..a8a9ff0 100644
--- a/net/netkit-rsh/HISTORY
+++ b/net/netkit-rsh/HISTORY
@@ -1,3 +1,6 @@
+2006-06-29 Arjan Bouter <abouter AT sourcemage.org>
+ * pam.d/r*: added
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/net/netkit-rsh/pam.d/rexec b/net/netkit-rsh/pam.d/rexec
new file mode 100755
index 0000000..65cb933
--- /dev/null
+++ b/net/netkit-rsh/pam.d/rexec
@@ -0,0 +1,10 @@
+#
+# The PAM configuration file for the `rexec' service
+#
+auth requisite pam_securetty.so
+auth requisite pam_nologin.so
+auth sufficient pam_rhosts_auth.so
+auth required pam_unix.so
+account required pam_unix.so
+session required pam_unix.so
+session required pam_limits.so
diff --git a/net/netkit-rsh/pam.d/rlogin b/net/netkit-rsh/pam.d/rlogin
new file mode 100755
index 0000000..261a970
--- /dev/null
+++ b/net/netkit-rsh/pam.d/rlogin
@@ -0,0 +1,11 @@
+#
+# The PAM configuration file for the `rlogin' service
+# this application passes control to `login' if it fails
+#
+auth requisite pam_securetty.so
+auth requisite pam_nologin.so
+auth required pam_rhosts_auth.so
+account required pam_unix.so
+password required pam_unix.so shadow md5 nullok
+session required pam_unix.so
+session required pam_limits.so
diff --git a/net/netkit-rsh/pam.d/rsh b/net/netkit-rsh/pam.d/rsh
new file mode 100755
index 0000000..24fc85f
--- /dev/null
+++ b/net/netkit-rsh/pam.d/rsh
@@ -0,0 +1,10 @@
+#
+# The PAM configuration file for the `rsh' service
+#
+auth requisite pam_securetty.so
+auth requisite pam_nologin.so
+auth sufficient pam_rhosts_auth.so
+auth required pam_unix.so
+account required pam_unix.so
+session required pam_unix.so
+session required pam_limits.so



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (d5d89b5890b9e7cf3886b45845eec1edef165f3b), Arjan Bouter, 06/30/2006

Archive powered by MHonArc 2.6.24.

Top of Page