Network Access Identifier
In computer networking, the Network Access Identifier is a standard way of identifying users who request access to a network. The standard syntax is "user@realm". Sample NAIs include :
- bob
- joe@example.com
- fred@foo-9.example.com
- fred.smith@example.com
- fred_smith@example.com
- fred$@example.com
- fred=?#$&*+-/^smith@example.com
- eng.example.net!nancy@example.net
- eng%nancy@example.net
- @privatecorp.example.net
- \@example.net
- alice@xn--tmonesimerkki-bfbb.example.net
The Network Access Identifier is the user identity submitted by the client during network access authentication.
It is used mainly for two purposes:
- The NAI is used when roaming, to identify the user.
- To assist in the routing of the authentication request to the user's authentication server.