User's Manual
1034 | External User Management Dell Networking W-Series ArubaOS 6.4.x| User Guide
l Key to validate authentication request: $abcd$1234$
l Verification key is sent in cleartext format
Response from the controller
server=10.11.12.13, command=add, version=1.0, secret=$abcd$1234$sessid=
Message authentication is cleartext ($abcd$1234$)
HTTP/1.1 200 OK
Date: Tue, 03 Aug 2010 23:32:16 GMT
Server:
Connection: close
Content-Type: text/xml
<authresponse>
<status>Ok</status>
<code>0</code>
</authresponse>
View the updated details of the client on the controller
Deleting a Client
This command will delete a client from your network.Deleting a client—request and response
john@linux:/home/john/tools/xml-api# ./auth -i 10.10.10.248 10.11.12.13 delete $abcd$1234$
This command sends the following information in the request to the controller:
l Client IP address: 10.10.10.248
l Authentication server IP address: 10.11.12.13
l Authentication command: delete
l Key to validate authentication request: $abcd$1234$
l Key is sent in cleartext format
Response from the controller
server=10.11.12.13, command=delete, version=1.0, secret=$abcd$1234$sessid=
Message authentication is cleartext ($abcd$1234$)
HTTP/1.1 200 OK
Date: Tue, 03 Aug 2010 23:30:32 GMT
Server:
Content-Length: 56
Connection: close
Content-Type: text/xml
<authresponse>
<status>Ok</status>
<code>0</code>
</authresponse>