diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | manual/nss.texi | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fd421fcc5d..9140faf384 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-12-10 Carlos O'Donell <carlos@redhat.com> + + * manual/nss.texi (NSS Modules Interface): Document + NSS_STATUS_NOTFOUND and SUCCESS. + 2015-12-09 Mike FABIAN <mfabian@redhat.com> [BZ 18568] diff --git a/manual/nss.texi b/manual/nss.texi index bf3e69dee5..66dcceffe0 100644 --- a/manual/nss.texi +++ b/manual/nss.texi @@ -448,6 +448,13 @@ The function should be called again with a larger buffer. @item @code{NSS_STATUS_NOTFOUND} @tab @code{ENOENT} @tab The requested entry is not available. + +@item +@code{NSS_STATUS_NOTFOUND} @tab + @code{SUCCESS} @tab There are no entries. +Use this to avoid returning errors for inactive services which may +be enabled at a later time. This is not the same as the service +being temporarily unavailable. @end multitable These are proposed values. There can be other error codes and the |