Skip to content

Commit 26d4c58

Browse files
committed
nsswitch.conf slide notes translated.
1 parent 8bfed4f commit 26d4c58

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

user-access.tex

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,13 @@
156156
\end{slide}
157157

158158
\begin{itemize}
159-
\item systémy mají typicky manuálovou stránku \texttt{nsswitch.conf(4)}, kde lze
160-
nalézt podrobnosti v závislosti na konkrétním operaèním systému, vèetnì API,
161-
pomocí kterého se pracuje s jednotlivými databázemi. Napøíklad, s databází
162-
\texttt{passwd} pracují standardní volání \texttt{getpwnam(3)},
163-
\texttt{getpwent(3)} a dal¹í - není proto potøeba zpracovávat tyto soubory
164-
(databáze) sami.
165-
\item zde je èást skuteèného souboru \texttt{nsswitch.conf} ze stroje
166-
\texttt{u-us}:
159+
\item Systems using the name service switch typically have
160+
\texttt{nsswitch.conf(4)} where you can find information about what databases
161+
are supported, including the API. For example, with the \texttt{passwd}
162+
database, standard calls like \texttt{getpwnam(3)} and \texttt{getpwent(3)} use
163+
it. In general, it is not needed to process such databases manually as there is
164+
always an API to use for that.
165+
\item Example of an existing \texttt{nsswitch.conf} on Solaris:
167166

168167
\begin{verbatim}
169168
passwd: files ldap
@@ -184,7 +183,6 @@
184183
\end{verbatim}
185184
\end{itemize}
186185

187-
188186
%%%%%
189187

190188
\pdfbookmark[1]{Access rights evaluation algorithm}{accessrights}

0 commit comments

Comments
 (0)