diff options
Diffstat (limited to 'doc/overview.html')
-rw-r--r-- | doc/overview.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/overview.html b/doc/overview.html new file mode 100644 index 0000000..222e296 --- /dev/null +++ b/doc/overview.html @@ -0,0 +1,35 @@ +<html> + <head> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <meta http-equiv="Content-Language" content="en" /> + <title>nsss: an overview</title> + <meta name="Description" content="nsss: an overview" /> + <meta name="Keywords" content="nsss overview pwd grp shadow password group authentication unix ldap" /> + <!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> --> + </head> +<body> + +<p> +<a href="index.html">nsss</a><br /> +<a href="//skarnet.org/software/">Software</a><br /> +<a href="//skarnet.org/">skarnet.org</a> +</p> + +<h1> An overview of nsss </h1> + +<p> + nsss is a secure implementation of a subset of the +<tt>pwd.h</tt>, <tt>grp.h</tt> and <tt>shadow.h</tt> functionality, i.e. +user authentication on Unix systems. It includes full POSIX +functionality, a few GNU extensions, and an underlying +<a href="libnsss/">C client library</a> with better error reporting +than the POSIX interface specifies. +</p> + +<p> + To be completed. +</p> + +</body> +</html> |