Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

unix 757B

12345678910111213141516171819202122232425
  1. # -*- text -*-
  2. #
  3. # $Id: 5165139aaf39d533581161871542b48a6e3e8c42 $
  4. # Unix /etc/passwd style authentication
  5. #
  6. # This module calls the system functions to get the "known good"
  7. # password. This password is usually in the "crypt" form, and is
  8. # incompatible with CHAP, MS-CHAP, PEAP, etc.
  9. #
  10. # If passwords are in /etc/shadow, you will need to set the "group"
  11. # configuration in radiusd.conf. Look for "shadow", and follow the
  12. # instructions there.
  13. #
  14. unix {
  15. #
  16. # The location of the "wtmp" file.
  17. # The only use for 'radlast'. If you don't use
  18. # 'radlast', then you can comment out this item.
  19. #
  20. # Note that the radwtmp file may get large! You should
  21. # rotate it (cp /dev/null radwtmp), or just not use it.
  22. #
  23. radwtmp = ${logdir}/radwtmp
  24. }