summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2000-06-20 22:10:38 +0000
committerAndrew G. Morgan <morgan@kernel.org>2000-06-20 22:10:38 +0000
commitea488580c42e8918445a945484de3c8a5addc761 (patch)
treec992f3ba699caafedfadc16af38e6359c3c24698 /bin
Initial revision
Diffstat (limited to 'bin')
-rw-r--r--bin/.cvsignore3
-rw-r--r--bin/README45
2 files changed, 48 insertions, 0 deletions
diff --git a/bin/.cvsignore b/bin/.cvsignore
new file mode 100644
index 00000000..2769a41e
--- /dev/null
+++ b/bin/.cvsignore
@@ -0,0 +1,3 @@
+blank
+xsh
+check_user
diff --git a/bin/README b/bin/README
new file mode 100644
index 00000000..6ab61b77
--- /dev/null
+++ b/bin/README
@@ -0,0 +1,45 @@
+##
+# $Id$
+##
+# $Log$
+# Revision 1.1 2000/06/20 22:10:44 agmorgan
+# Initial revision
+#
+# Revision 1.1.1.1 1998/07/12 05:17:14 morgan
+# Linux PAM sources pre-0.66
+#
+# Revision 1.6 1997/02/15 19:21:08 morgan
+# fixed email
+#
+# Revision 1.5 1996/08/09 05:29:43 morgan
+# trimmed in line with the removal of applications from the distribution
+#
+#
+##
+
+(now we are getting networked apps, be careful to try and test on a
+securely isolated system!)
+
+N=2 <-- blank xsh
+
+Following a 'make install' (which should be done as root) in the
+parent directory this directory will contain $N binaries. The source
+for these programs is in ../examples. They are various short programs
+to use and otherwise test-drive the Linux-PAM libraries/modules with.
+
+These programs grant no privileges, but they give an idea of how well
+the modules are working.
+
+blank is new as of Linux-PAM-0.21. If you are writing/modifying an
+application it might be a place to start...
+
+xsh is new as of Linux-PAM-0.31, it is identical to blank, but invokes
+/bin/sh if the user is authenticated.
+
+[other apps are to be found in SimplePAMApps and many more on Red
+Hat's server.. http://www.redhat.com/]
+
+Best wishes
+
+Andrew
+(morgan@parc.power.net)