File: cvm-unix.html

package info (click to toggle)
cvm 0.96-1
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 928 kB
  • ctags: 622
  • sloc: ansic: 4,126; sh: 1,382; makefile: 120; sql: 15
file content (28 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>
<body>

<h2><a href="cvm.html">CVM</a></h2>

<h1>The cvm-unix Module</h1>

<h2>Synopsis:</h2> <p>UNIX/POSIX-standard module</p>

<h2>Credentials:</h2>

<ol>
<li>Pass phrase
</ol>

<h2>Description:</h2>

<p>This module uses the POSIX standard <tt>getpwnam</tt> and
<tt>crypt</tt> APIs to validate credentials.  If the system has either
the <tt>getuserpw</tt> or the <tt>getspnam</tt> APIs, they will also
be used to locate the encrypted password.</p>

<h2>Configuration Variables:</h2>

<p>None</p>

</body>
</html>