diff options
-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} |