diff options
author | Sumit Bose <sbose@redhat.com> | 2009-10-05 09:10:32 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-10-05 10:34:47 -0400 |
commit | 266f5d8c836c7e625a17566a1eb53c51076f0400 (patch) | |
tree | d8a127e2ad1cdd5326994df5e049a702d67ef0cb /server/man | |
parent | b8dede30141cf87fb62aca918d04e411fac82946 (diff) | |
download | sssd2-266f5d8c836c7e625a17566a1eb53c51076f0400.tar.gz sssd2-266f5d8c836c7e625a17566a1eb53c51076f0400.tar.xz sssd2-266f5d8c836c7e625a17566a1eb53c51076f0400.zip |
more documentation and test for sssd.conf
- add a hint to the man page about permissions on sssd.conf
- add a test if a symbolic link can be opened
Diffstat (limited to 'server/man')
-rw-r--r-- | server/man/sssd.conf.5.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/man/sssd.conf.5.xml b/server/man/sssd.conf.5.xml index 62d0c2b4..59f249de 100644 --- a/server/man/sssd.conf.5.xml +++ b/server/man/sssd.conf.5.xml @@ -47,6 +47,11 @@ <replaceable>description</replaceable> parameter. Its function is only as a label for the section. </para> + + <para> + <filename>sssd.conf</filename> must be a regular file, owned by + root and only root may read from or write to the file. + </para> </refsect1> <refsect1 id='special-sections'> |