EAP-TLS on FreeRadius 中文版(更新了下载地址.)[20]

[入库:2005年9月19日] [更新:2007年3月24日]

本文简介:

        #       format     -  must be 'prefix' or 'suffix'
        #       delimiter  -  must be a single character

        #  'realm/username'
        #
        #  Using this entry, IPASS users have their realm set to "IPASS".
        realm realmslash {
                format = prefix
                delimiter = "/"
        }

        #  'username@realm'
        #
        realm suffix {
                format = suffix
                delimiter = "@"
        }

        #  'username%realm'
        #
        realm realmpercent {
                format = suffix
                delimiter = "%"
        }

        #  rewrite arbitrary packets.  Useful in accounting and authorization.
        #
        ## This module is highly experimental at the moment.  Please give 
        ## feedback to the mailing list.
        #
        #  The module can also use the Rewrite-Rule attribute. If it
        #  is set and matches the name of the module instance, then
        #  that module instance will be the only one which runs.
        #
        #  Also if new_attribute is set to yes then a new attribute
        #  will be created containing the value replacewith and it
        #  will be added to searchin (packet, reply or config).
        # searchfor,ignore_case and max_matches will be ignored in that case.

        #
        #attr_rewrite sanecallerid {
        #       attribute = Called-Station-Id
                # may be "packet", "reply", or "config"
        #       searchin = packet
        #       searchfor = "[+ ]"
        #       replacewith = ""
        #       ignore_case = no
        #       new_attribute = no

本文关键:EAP-TLS on FreeRadius 中文版(更新了下载地址.)
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top