File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 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 }
169168passwd: files ldap
184183\end {verbatim }
185184\end {itemize }
186185
187-
188186% %%%%
189187
190188\pdfbookmark [1]{Access rights evaluation algorithm}{accessrights}
You can’t perform that action at this time.
0 commit comments