5c59a301b6b10668714a4a2ad61c2e5cdb72b2c0
[mod_auth_kerb.cvs/.git] / TODO
1 - Cleanup Daemon
2         Maybe write some little cleanup daemon to clean up ticket files.
3
4 - Verify Krb5 Ticket
5         Currently www/hostname.
6         Can I do this with Krb4?
7         Yes apparently!  See bug report from Ken Raeburn.
8
9 * Ability to Set Realm in Config
10         Not compiled in anymore.
11         Maybe some form of multiple realms specifiable?
12
13 * Settable Location of Keytab/Srvtab
14         Again, in config instead of compiled in.
15
16 - Require Instance
17         We'll allow for a 'require instance ......'.
18
19 - Expire Reauth
20         Set a lifetime on tickets, and after expiration, tries to -force-
21         a reauth (brings up login/password window)
22
23 - Browser Mutual Auth Support
24         Combined with plugins, use auth user already has.
25
26 - Environment Variables
27         KRB5CCNAME, KRBTKFILE
28         KRB_PRINC_NAME?
29         Re: msg 266 Christopher Lindsey
30
31 - Multi-Realm Support
32         require realm EOS.NCSU.EDU maybe?
33
34 - HEIMDEL Support
35         Mods to make sure it works with the HEIMDEL releases.
36
37 - Mods To Work With STRONGHOLD and SSL
38
39 - Guards Against Replay Attack Checks?
40         Re: msg 249 Fabian Ritzmann
41         Maybe some form of cookie support?
42
43 - KRB5LEGACY Check
44         Need to make sure it works with older Krb's
45
46 - Provide "Logout" Sample Script
47         PHP, maybe perl, who knows.
48         Sample PHP one in mail.
49
50 - Functional README's and INSTALL's