diff options
author | Badlop <badlop@process-one.net> | 2012-07-06 12:07:41 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2012-07-06 12:07:41 +0200 |
commit | 4e6eff3f1af1d0cde4392b42c576e8e3c133bd59 (patch) | |
tree | a0e2e8ef5e1c1275679b3e3bd1c0da5d9bb2e3e6 /doc | |
parent | Allow multiple fqdn values in configuration (EJAB-1578) (diff) |
Fix file name of Name Service Switch (thanks to Konstantin Khomoutov)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.html | 2 | ||||
-rw-r--r-- | doc/guide.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide.html b/doc/guide.html index 5d8f9dbbd..a52c105eb 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -1210,7 +1210,7 @@ attacks. </LI><LI CLASS="li-itemize">You may want to allow login access only for certain users. <TT>pam_listfile.so</TT> module provides such functionality. </LI><LI CLASS="li-itemize">If you use <TT>pam_winbind</TT> to authorise against a Windows Active Directory, -then <TT>/etc/nssswitch.conf</TT> must be configured to use <TT>winbind</TT> as well. +then <TT>/etc/nsswitch.conf</TT> must be configured to use <TT>winbind</TT> as well. </LI></UL><P> <A NAME="accessrules"></A> </P><!--TOC subsection Access Rules--> <H3 CLASS="subsection"><!--SEC ANCHOR --><A NAME="htoc25">3.1.5</A>  <A HREF="#accessrules">Access Rules</A></H3><!--SEC END --><P> <A NAME="accessrules"></A> </P><P> <A NAME="ACLDefinition"></A> </P><!--TOC subsubsection ACL Definition--> diff --git a/doc/guide.tex b/doc/guide.tex index 552b83a34..db4a9aeff 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -1451,7 +1451,7 @@ attacks. \item You may want to allow login access only for certain users. \term{pam\_listfile.so} module provides such functionality. \item If you use \term{pam\_winbind} to authorise against a Windows Active Directory, -then \term{/etc/nssswitch.conf} must be configured to use \term{winbind} as well. +then \term{/etc/nsswitch.conf} must be configured to use \term{winbind} as well. \end{itemize} \makesubsection{accessrules}{Access Rules} |