From 002dfe55ef258b73ca85eb813b1a156789b7702a Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 5 Oct 2012 18:40:45 +0200 Subject: man: Note that automounter must be restarted to re-read the master map https://fedorahosted.org/sssd/ticket/1563 --- src/man/include/autofs_restart.xml | 6 ++++++ src/man/po/po4a.cfg | 1 + src/man/sssd-ipa.5.xml | 1 + src/man/sssd-ldap.5.xml | 1 + src/man/sssd.conf.5.xml | 1 + 5 files changed, 10 insertions(+) create mode 100644 src/man/include/autofs_restart.xml (limited to 'src/man') diff --git a/src/man/include/autofs_restart.xml b/src/man/include/autofs_restart.xml new file mode 100644 index 000000000..901855bcc --- /dev/null +++ b/src/man/include/autofs_restart.xml @@ -0,0 +1,6 @@ + + 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. + diff --git a/src/man/po/po4a.cfg b/src/man/po/po4a.cfg index 6acaae944..b6834d4fe 100644 --- a/src/man/po/po4a.cfg +++ b/src/man/po/po4a.cfg @@ -35,3 +35,4 @@ [type:docbook] include/seealso.xml $lang:$(builddir)/$lang/include/seealso.xml opt:"-k 0" [type:docbook] include/ldap_search_bases.xml $lang:$(builddir)/$lang/include/ldap_search_bases.xml opt:"-k 0" [type:docbook] include/ldap_search_bases_experimental.xml $lang:$(builddir)/$lang/include/ldap_search_bases_experimental.xml opt:"-k 0" +[type:docbook] include/autofs_restart.xml $lang:$(builddir)/$lang/include/autofs_restart.xml opt:"-k 0" diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index 3278306dc..4c4aaba4e 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -350,6 +350,7 @@ Default: The location named "default" + diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index cd827cefe..70ada2262 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -2166,6 +2166,7 @@ ldap_access_filter = memberOf=cn=allowedusers,ou=Groups,dc=example,dc=com + diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 1ec35899d..9af08eadf 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -825,6 +825,7 @@ override_homedir = /home/%u + -- cgit