Skip to content

Commit

Permalink
Merge pull request #504 from nodogsplash/4.4.1beta
Browse files Browse the repository at this point in the history
Documentation for get_client_token
  • Loading branch information
bluewavenet committed Jan 22, 2020
2 parents 0ae13c0 + c7b8b8f commit f9262c6
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/source/libraries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ By default, library utilities will be installed in the folder
List of Library Utilities
*************************

get_client_token.sh
###################
This utility allows the unique token of a client to be determined from the client ip address.

It can be used in BinAuth, PreAuth and local FAS scripts.

Usage: get_client_token.sh [clientip]

Returns: [client token]

Where:
[client token] is the unique client token string.

get_client_interface.sh
#######################
This utility allows the interface a client is using to be determined from the client mac address.
Expand All @@ -31,7 +44,6 @@ It is used by NDS when fas secure level 2 is set. Its output is sent to FAS in t

[local_mesh_interface] is the local 802.11s interface the client is using (null if mesh not present).


unescape.sh
###########
This utility allows an input string to be unescaped. It currently only supports url-decoding.
Expand All @@ -45,4 +57,3 @@ It is used by NDS as the unescape callback for libmicrohttpd.
Where:

[-option] is unescape type, currently -url only

0 comments on commit f9262c6

Please sign in to comment.