Skip to content

Commit ee7dafa

Browse files
authored
Fix typos in readme file
1 parent de5c465 commit ee7dafa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/perl/README_tokendump.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The NetBackup REST API will authenticate any valid user account provided to the
1717
has permissions to do anything in NetBackup, however, and this script simply dumps the payload of the
1818
token returned by NetBackup. The token is a JSON Web Token (jwt - see RFC7519) and the "payload" here
1919
refers to the payload section of the jwt. The payload contains some standard JWT "claims" as well as some
20-
NetBackup-specific claims. Of particular interest is teh contents of the claim "authz_context" which
20+
NetBackup-specific claims. Of particular interest is the contents of the claim "authz_context" which
2121
represents the permissions "granted" to this user.
2222

2323
Setup:
@@ -39,7 +39,7 @@ a user, but the resulting token results in http 401 Not Authorized responses to
3939

4040
The cause is nearly always that the user is not a known NetBackup administrator. Valid known NetBackup
4141
administrators are "root" on unix, "administrator" on windows, or any user account configured for Enhanced
42-
Auditing. For non-root users Enhanced Auditing is generally the answer and a helper script makeEAadmi.pl is
42+
Auditing. For non-root users Enhanced Auditing is generally the answer and a helper script makeEAadmin.pl is
4343
also provided.
4444

4545

0 commit comments

Comments
 (0)