< Home

Enabling the Device to Transparently Transmit User Authentication Responses Sent by the Authentication Server to the Portal Server

This section provides a sample of enabling the device to transparently transmit user authentication responses sent by the authentication server to the Portal server using the merge method. You can also use the create method to enable the device to transparently transmit user authentication responses sent by the authentication server to the Portal server.

Table 1 Enabling the device to transparently transmit user authentication responses sent by the authentication server to the Portal server
Operation XPATH
edit-config:merge /huawei-aaa-portal:portal/reply-message-enable

Data Requirements

Table 2 Enabling the device to transparently transmit user authentication responses sent by the authentication server to the Portal server
Item Data Description
reply-message-enable true Enable the device to transparently transmit user authentication responses sent by the authentication server to the Portal server.

Request Example

<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="43a8e485-35d2-499e-895c-e2d2d5f555a8"> 
 <edit-config>
  <target>
   <running/>
  </target>
  <error-option>rollback-on-error</error-option>
  <config xmlns:xc="urn:ietf:params:xml:ns:netconf:base:1.0">
   <portal xmlns="urn:huawei:params:xml:ns:yang:huawei-aaa-portal">
    <reply-message-enable>true</reply-message-enable>
   </portal>
  </config>
 </edit-config>
</rpc>  

Response Example

Sample of successful response

<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="DEVICECONFIG_012824316d704d43adb16b1a4245d273">
 <ok/>
</rpc-reply>
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >