您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

acct_unique 497B

1234567891011121314151617
  1. # -*- text -*-
  2. #
  3. # $Id: cfd89eb1bf690b605892969ebd922e6885f24fcc $
  4. #
  5. # Create a unique accounting session Id. Many NASes re-use
  6. # or repeat values for Acct-Session-Id, causing no end of
  7. # confusion.
  8. #
  9. # This module will add a (probably) unique session id
  10. # to an accounting packet based on the attributes listed
  11. # below found in the packet. See doc/rlm_acct_unique for
  12. # more information.
  13. #
  14. acct_unique {
  15. key = "User-Name, Acct-Session-Id, NAS-IP-Address, NAS-Identifier, NAS-Port"
  16. }