mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
- Regenerate patches to make portlint happy - Other minor changes to Makefile for portlint happiness - Updates the description to reflect a bit more the current state: - The original FTP site from Cisco isn't reachable anymore, nor is 2.x in the ports tree these days. - Update/add the URL, though the one from Cisco still works, but this is the version from Shrubbery Networks. (there are others around) - Add a pkg-message PR: 204683 Submitted by: Mathieu Simon <freebsd@simweb.ch>
32 lines
1.2 KiB
Text
32 lines
1.2 KiB
Text
--- users_guide.in.orig 2011-05-27 22:11:57 UTC
|
|
+++ users_guide.in
|
|
@@ -164,7 +164,10 @@ for S/KEY in the Makefile. I got my S/K
|
|
crimelab.com but now it appears the only source is ftp.bellcore.com. I
|
|
suggest you try a web search for s/key source code.
|
|
|
|
-Note: S/KEY is a trademark of Bell Communications Research (Bellcore).
|
|
+To use OPIE, you must have built tac_plus with the -DWITH_OPIE flag.
|
|
+
|
|
+Note: S/KEY and OPIE are a trademark of Bell Communications Research
|
|
+(Bellcore).
|
|
|
|
Should you need them, there are routines for accessing password files
|
|
(getpwnam,setpwent,endpwent,setpwfile) in pw.c.
|
|
@@ -414,7 +417,16 @@ be authenticated via s/key, as follows:
|
|
login = skey
|
|
}
|
|
|
|
-4). Authentication using PAM (Pluggable Authentication Modules)
|
|
+4). Authentication using opie.
|
|
+
|
|
+If you have successfully built tac_plus with opie support, you can specify
|
|
+a user be authenticated via opie, as follows:
|
|
+
|
|
+ user = marcus {
|
|
+ login = opie
|
|
+ }
|
|
+
|
|
+5). Authentication using PAM (Pluggable Authentication Modules)
|
|
|
|
Assuming that your OS supports it, tac_plus can be configured to use PAM
|
|
for authentication, which may make it possible to use LDAP, SecureID, etc
|