789| External User Management DellPowerConnect W-Series ArubaOS 6.2 | UserGuide
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 updateddetails of the client on thecontroller

Deleting a Client
This command willdelete a client from your network.Deleting a client—requestand response
john@linux:/home/john/tools/xml-api# ./auth -i 10.10.10.248 10.11.12.13 delete $abcd$1234$
This command sendst hefollowing information in the request to the controller:
lClient IP address: 10.10.10.248
lAuthentication server IP address: 10.11.12.13
lAuthentication command: delete
lKey to validate authentication request: $abcd$1234$
lKey is sent in cleartext format
Responsefrom thecontroller
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>
Authenticating a Cl ient
This command will authenticate andchange the role of a client. To illustrate the authentication command request
process this section displays status of the client before and after the authentication command request.