diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-10-05 18:40:45 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-10-05 19:14:41 +0200 |
commit | 002dfe55ef258b73ca85eb813b1a156789b7702a (patch) | |
tree | 348b8fac4f1db55603cec04d6d52089f08de6336 /src/man/include | |
parent | bea5638a3be2834bbd6cb6755bb0d5fe19bfbffa (diff) | |
download | sssd-002dfe55ef258b73ca85eb813b1a156789b7702a.tar.gz sssd-002dfe55ef258b73ca85eb813b1a156789b7702a.tar.bz2 sssd-002dfe55ef258b73ca85eb813b1a156789b7702a.zip |
man: Note that automounter must be restarted to re-read the master map
https://fedorahosted.org/sssd/ticket/1563
Diffstat (limited to 'src/man/include')
-rw-r--r-- | src/man/include/autofs_restart.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/man/include/autofs_restart.xml b/src/man/include/autofs_restart.xml new file mode 100644 index 00000000..901855bc --- /dev/null +++ b/src/man/include/autofs_restart.xml @@ -0,0 +1,6 @@ +<para> + Please note that the automounter only reads the master + map on startup, so if any autofs-related changes are made + to the sssd.conf, you typically also need to restart the + automounter daemon after restarting the SSSD. +</para> |