patch-pppd_plugins_radius_etc_radiusclient_conf 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. --- ppp-2.4.4.orig/pppd/plugins/radius/etc/radiusclient.conf 2004-11-14 00:48:39.000000000 +0100
  2. +++ ppp-2.4.4/pppd/plugins/radius/etc/radiusclient.conf 2009-06-05 19:12:00.000000000 +0200
  3. @@ -22,7 +22,7 @@ nologin /etc/nologin
  4. # name of the issue file. it's only display when no username is passed
  5. # on the radlogin command line (default /etc/radiusclient/issue)
  6. -issue /usr/local/etc/radiusclient/issue
  7. +issue /etc/radiusclient/issue
  8. # RADIUS settings
  9. @@ -43,22 +43,22 @@ acctserver localhost:1813
  10. # file holding shared secrets used for the communication
  11. # between the RADIUS client and server
  12. -servers /usr/local/etc/radiusclient/servers
  13. +servers /etc/radiusclient/servers
  14. # dictionary of allowed attributes and values
  15. # just like in the normal RADIUS distributions
  16. -dictionary /usr/local/etc/radiusclient/dictionary
  17. +dictionary /etc/radiusclient/dictionary
  18. # program to call for a RADIUS authenticated login
  19. # (default /usr/sbin/login.radius)
  20. -login_radius /usr/local/sbin/login.radius
  21. +login_radius /sbin/login.radius
  22. # file which holds sequence number for communication with the
  23. # RADIUS server
  24. seqfile /var/run/radius.seq
  25. # file which specifies mapping between ttyname and NAS-Port attribute
  26. -mapfile /usr/local/etc/radiusclient/port-id-map
  27. +mapfile /etc/radiusclient/port-id-map
  28. # default authentication realm to append to all usernames if no
  29. # realm was explicitly specified by the user