1 | <?xml version="1.0" encoding="iso-8859-1"?> |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
---|
3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
4 | <!-- |
---|
5 | - Copyright (c) 2002 ThinkSec AS. All rights reserved. |
---|
6 | - |
---|
7 | - $Id: index.html 359 2002-12-12 16:37:33Z des $ |
---|
8 | --> |
---|
9 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
---|
10 | <head> |
---|
11 | <title>OpenPAM</title> |
---|
12 | <link rel="stylesheet" type="text/css" href="openpam.css"/> |
---|
13 | </head> |
---|
14 | <body bgcolor="white" text="black" link="blue" vlink="navy" alink="red"> |
---|
15 | <table border="0" width="100%" cellspacing="8"> |
---|
16 | <tr> |
---|
17 | <td width="164" align="center"><a href="http://openpam.sourceforge.net/"><img border="0" src="img/openpam-164x32.png" width="164" height="32" alt="OpenPAM logo"/></a></td> |
---|
18 | <td> </td> |
---|
19 | </tr> |
---|
20 | <tr> |
---|
21 | <td width="164" valign="top" class="menu"> |
---|
22 | <p class="menuheading">Project</p> |
---|
23 | <p class="menuitem"><a href="index.html">About</a></p> |
---|
24 | <p class="menuitem"><a href="http://sourceforge.net/projects/openpam/">SourceForge</a></p> |
---|
25 | <p class="menuitem"><a href="http://sourceforge.net/project/showfiles.php?group_id=45677">Download</a></p> |
---|
26 | <p class="menuheading">Documentation</p> |
---|
27 | <p class="menuitem"><a href="errata.html">XSSO Errata</a></p> |
---|
28 | </td> |
---|
29 | <td valign="top" rowspan="2" class="main"> |
---|
30 | <h1>OpenPAM</h1> |
---|
31 | |
---|
32 | <p>OpenPAM is an open source PAM library that focuses on |
---|
33 | simplicity,correctness, and cleanliness.</p> |
---|
34 | |
---|
35 | <p>OpenPAM aims to gather the best features of Solaris PAM, |
---|
36 | XSSO and Linux-PAM, plus some innovations of its own. In |
---|
37 | areas where these implementations disagree, OpenPAM tries |
---|
38 | to remain compatible with Solaris, at the expense of XSSO |
---|
39 | conformance and Linux-PAM compatibility.</p> |
---|
40 | |
---|
41 | <p>The current version of OpenPAM is <a |
---|
42 | href="dist/openpam-20021212.tar.gz">Cyclamen</a>. |
---|
43 | OpenPAM Cyclamen has been integrated into |
---|
44 | FreeBSD-CURRENT.</p> |
---|
45 | </td> |
---|
46 | </tr> |
---|
47 | <tr> |
---|
48 | <td width="164" align="center" valign="top" class="buttons"> |
---|
49 | <p><a href="http://openpam.sourceforge.net/"><img src="img/openpam-icon.png" width="88" height="31" border="0" alt="OpenPAM logo"/></a></p> |
---|
50 | <p><a href="http://www.thinksec.no/"><img src="img/tsicon.png" width="88" height="31" border="0" alt="ThinkSec logo"/></a></p> |
---|
51 | <p><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=45677" width="88" height="31" border="0" alt="SourceForge Logo"/></a></p> |
---|
52 | <p><a href="http://validator.w3.org/check/referer"><img border="0" src="img/valid-xhtml10.png" alt="Valid XHTML 1.0 Transitional!" height="31" width="88"/></a></p> |
---|
53 | <p><a href="http://jigsaw.w3.org/css-validator/"><img border="0" src="img/valid-css.png" alt="Valid CSS!" height="31" width="88"/></a></p> |
---|
54 | </td> |
---|
55 | </tr> |
---|
56 | <!--tr> |
---|
57 | <td width="164"> </td> |
---|
58 | <td align="center" valign="bottom" class="footer"> |
---|
59 | <p><em>Copyright (c) 2002 ThinkSec AS. All rights reserved.</em></p> |
---|
60 | </td> |
---|
61 | </tr--> |
---|
62 | </table> |
---|
63 | </body> |
---|
64 | </html> |
---|