Code

store_json: Base the memstore emitter on the store-writer API.
[sysdb.git] / doc / sysdb-auth.txt
1 SysDB requires all client connections to a database server to be
2 authenticated. The following authentication mechanism are supported at this
3 time:
5 *Peer authentication for UNIX domain socket connections*::
6         Connections via UNIX domain sockets are authenticated by obtaining the
7         client's operating system user name from the kernel. The name has to match
8         the username used to connect to the server.
10 *SSL certificate authentication for TCP connection*::
11         SSL client certificates will be used to authenticate TCP connections. The
12         'cn' (common name) attribute of the certificate has to match the username
13         used to connect to the server.
14         Note that full client and server verification is currently enforced on all
15         TCP connections.
17 // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :