diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-12-17 12:18:36 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-12-17 12:18:36 +0100 |
commit | 63f6084595b1c42f3c36af70c35738c7c329228f (patch) | |
tree | bc732a0e9887884cd246cf56f79754b2ceccca7b /nss | |
parent | a834dc299682168ac30704e8899c97735b9e790e (diff) |
add note about glibc manual
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@171 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nss')
-rw-r--r-- | nss/prototypes.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nss/prototypes.h b/nss/prototypes.h index 1da30d5..f86da8c 100644 --- a/nss/prototypes.h +++ b/nss/prototypes.h @@ -81,6 +81,11 @@ struct __netgrent documentation. Other services than those mentioned here are currently not implemented. + + These definitions partially came from examining the GLIBC source code + as no complete documentation of the NSS interface is available. + This however is a useful pointer: + http://www.gnu.org/software/libc/manual/html_node/Name-Service-Switch.html */ /* aliases - mail aliases */ |