summaryrefslogtreecommitdiffstats
path: root/contrib/opie/INSTALL
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-02-06 17:52:29 +0000
committerpst <pst@FreeBSD.org>1997-02-06 17:52:29 +0000
commit2dfcbf193123fd16b26454eeffa4bbd014e52c53 (patch)
treeec9d150c9da4390c2d223a04ac002523cbfd7f36 /contrib/opie/INSTALL
downloadFreeBSD-src-2dfcbf193123fd16b26454eeffa4bbd014e52c53.zip
FreeBSD-src-2dfcbf193123fd16b26454eeffa4bbd014e52c53.tar.gz
Initial import of OPIE v2.3 from
ftp://ftp.nrl.navy.mil/pub/security/opie/
Diffstat (limited to 'contrib/opie/INSTALL')
-rw-r--r--contrib/opie/INSTALL88
1 files changed, 88 insertions, 0 deletions
diff --git a/contrib/opie/INSTALL b/contrib/opie/INSTALL
new file mode 100644
index 0000000..8551cb5
--- /dev/null
+++ b/contrib/opie/INSTALL
@@ -0,0 +1,88 @@
+OPIE Software Distribution, Release 2.3 Installation Instructions
+======================================= =========================
+
+ Did you read the README file?
+
+ If not, please go do so, then come back here. There is information in
+the README file that you will probably need to know in order to build and use
+OPIE, and you are better off doing it before you try to compile and install
+it.
+
+ OPIE uses Autoconf to automagically figure out as much as possible
+about your system. There are four steps to installing OPIE. Please read them
+all first before attempting to do them.
+
+1. Run the "configure" script.
+
+ Normally, you will need to type:
+
+ sh configure
+
+ If you would like to use an access file to allow users from some hosts
+to log into your system without using OTPs (thus opening up a big security
+hole, but a necessary evil for some sites), type:
+
+ sh configure --enable-access-file=/etc/opieaccess
+
+ If you'd like the file to go somewhere else, adjust this appropriately.
+
+2. Edit the Makefile
+
+ The Makefile contains some options that you may wish to modify. Also
+verify that Autoconf chose the correct options for your system.
+
+ The Makefile created by Autoconf should be correct for most users
+as-is.
+
+3. Edit options.h
+
+ Most user-tweakable options are specified in this file.
+
+ The defaults should be reasonable for most users.
+
+4. Build OPIE
+
+ Normally, you will need to type:
+
+ make
+
+ If you only want to build the client programs, type:
+
+ make client
+
+ If you only want to build the server programs, type:
+
+ make server
+
+5. Verify that OPIE works on your system and install
+
+ Normall, you will need to type:
+
+ make install
+
+ If you only want to install the client programs, type:
+
+ make client-install
+
+ If you only want to install the server programs, type:
+
+ make server-install
+
+ If you encounter any problems, you may be able to run "make uninstall"
+to remove the OPIE software from your system and revert back to almost the
+way things were before.
+
+Copyright
+=========
+
+%%% portions-copyright-cmetz
+Portions of this software are Copyright 1996 by Craig Metz, All Rights
+Reserved. The Inner Net License Version 2 applies to these portions of
+the software.
+You should have received a copy of the license with this software. If
+you didn't get a copy, you may request one from <license@inner.net>.
+
+Portions of this document are Copyright 1995 by Randall Atkinson and Dan
+McDonald, All Rights Reserved. All Rights under this copyright are assigned
+to the U.S. Naval Research Laboratory (NRL). The NRL Copyright Notice and
+License Agreement applies to this software.
OpenPOWER on IntegriCloud