aaad.xml

来自「AAA服务器功能实现」· XML 代码 · 共 44 行

XML
44
字号
<?xml version="1.0" encoding="UTF-8"?><aaad xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"                 xsi:noNamespaceSchemaLocation='aaad.xsd'>    <!-- Thread count that should be started for         the open diameter framework -->    <thread_count>5</thread_count>    <!-- Diameter configuration file -->    <diameter_cfg_file>/etc/opendiameter/aaad/config/aaad_diameter_server.xml</diameter_cfg_file>    <!-- The following is a list of          applications supported by this         diameter peer -->    <applications>        <application_entry>            <name>diameter_eap</name>            <enabled>true</enabled>            <diameter_eap>                <!-- diameter eap specific.                     This section is application                     specific. For diameter eap                     we only have the user database                     and local identity information.                     See aaad_user_db.xml for details.-->                                <!-- Local identity -->                <local_identity>aaad@opendiameter.org</local_identity>                <!-- User Db -->                <user_db>/etc/opendiameter/aaad/config/aaad_user_db.xml</user_db>            </diameter_eap>        </application_entry>    </applications></aaad>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?