home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20120305.etc.tar.gz / bradford.20120305.etc.tar / etc / default / nss next >
Text File  |  2006-05-26  |  962b  |  21 lines

  1. # /etc/default/nss
  2. # This file can theoretically contain a bunch of customization variables
  3. # for Name Service Switch in the GNU C library.  For now there are only two
  4. # variables:
  5. #
  6. # NETID_AUTHORITATIVE
  7. #   If set to TRUE, the initgroups() function will accept the information
  8. #   from the netid.byname NIS map as authoritative.  This can speed up the
  9. #   function significantly if the group.byname map is large.  The content
  10. #   of the netid.byname map is used AS IS.  The system administrator has
  11. #   to make sure it is correctly generated.
  12. #NETID_AUTHORITATIVE=TRUE
  13. #
  14. # SERVICES_AUTHORITATIVE
  15. #   If set to TRUE, the getservbyname{,_r}() function will assume
  16. #   services.byservicename NIS map exists and is authoritative, particularly
  17. #   that it contains both keys with /proto and without /proto for both
  18. #   primary service names and service aliases.  The system administrator
  19. #   has to make sure it is correctly generated.
  20. #SERVICES_AUTHORITATIVE=TRUE
  21.