You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526
  1. # -*- text -*-
  2. #
  3. # $Id: f4a91a948637bb2f42f613ed9faa6f9ae9ae6099 $
  4. # Pluggable Authentication Modules
  5. #
  6. # For Linux, see:
  7. # http://www.kernel.org/pub/linux/libs/pam/index.html
  8. #
  9. # WARNING: On many systems, the system PAM libraries have
  10. # memory leaks! We STRONGLY SUGGEST that you do not
  11. # use PAM for authentication, due to those memory leaks.
  12. #
  13. pam {
  14. #
  15. # The name to use for PAM authentication.
  16. # PAM looks in /etc/pam.d/${pam_auth_name}
  17. # for it's configuration. See 'redhat/radiusd-pam'
  18. # for a sample PAM configuration file.
  19. #
  20. # Note that any Pam-Auth attribute set in the 'authorize'
  21. # section will over-ride this one.
  22. #
  23. pam_auth = radiusd
  24. }