Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit e82c99d

Browse files
author
Quentin Lux
committed
Add Readme info
First check on user's tokens fixes #3
2 parents 6f97be6 + 88f6ac0 commit e82c99d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ cache future OTP values to enable offline authentication.
66

77
To be used like this::
88

9+
```
910
auth requisite pam_python.so /path/to/modules/privacyidea-pam.py
11+
```
1012

1113
It can take the following parameters:
1214

@@ -32,7 +34,8 @@ It can take the following parameters:
3234

3335
**api_token=<token>**
3436

35-
The API Token to access admin REST API for auto-enrolment.
37+
The API Token to access admin REST API for auto-enrolment. Requires the following Actions:
38+
``{ "enrollEMAIL": true, "enrollpin": true, "tokenlist": true }``
3639

3740
**grace=<time>**
3841

0 commit comments

Comments
 (0)