]> mj.ucw.cz Git - subauth.git/blob - server/subauthd.8.txt
Release target including pre-building HTML man pages
[subauth.git] / server / subauthd.8.txt
1 SUBAUTHD(8)
2 ===========
3
4 NAME
5 ----
6 subauthd - A server for the sub-authentication service
7
8
9 SYNOPSIS
10 --------
11 *subauthd* 'options'
12
13
14 DESCRIPTION
15 -----------
16 Please see *subauth*(1) for an overview of the sub-authentication service.
17
18 This daemon maintains all sub-accounts and answers requests for authentication
19 from system services (e.g., via the *pam_subauth* module), and requests for
20 changes in accounts and tokens (e.g., via the *subauth*(1) client).
21
22
23 OPTIONS
24 -------
25
26 *-C, --config=*'file'::
27         Use the specified config file instead of the default one.
28         If multiple instances of this option are given, all files are
29         loaded.
30
31 *-S, --set=*'section'*.*'key'*=*'value'::
32         Set a configuration variable. In fact, the argument of *--set* can be
33         an arbitrary configuration expression; please see documentation on the LibUCW
34         configuration system for full explanation.
35
36
37 FILES
38 -----
39 /etc/subauthd
40
41
42 SEE ALSO
43 --------
44 *subauth*(1)