]> eyrie.org Git - kerberos/pam-webauth-otp.git/blob - TODO
Update URL for HelpSU tickets to fix broken link
[kerberos/pam-webauth-otp.git] / TODO
1                         pam-webauth-otp To-Do List
2
3 Protocol:
4
5  * Add support for querying the OTP type in use by the user and sending an
6    SMS message if necessary before prompting for the OTP code.
7
8  * Retrieve the remote IP information from the PAM stack and pass it to
9    the user information service query instead of always using 127.0.0.1.
10
11 Configuration:
12
13  * Consider changing the configuration to take the user information
14    service location as a URL instead of the separate server and command
15    parameters, matching the way that mod_webkdc is configured.