Removed dependecies on Heimdal
[mod_auth_kerb.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         - implement support for the Negotiate authentication method
26
27 - Environment Variables
28         KRB5CCNAME, KRBTKFILE
29         KRB_PRINC_NAME?
30         Re: msg 266 Christopher Lindsey
31
32 - Multi-Realm Support
33         require realm EOS.NCSU.EDU maybe?
34
35 - HEIMDAL Support
36         Mods to make sure it works with the HEIMDAL releases.
37
38 - Mods To Work With STRONGHOLD and SSL
39
40 - Guards Against Replay Attack Checks?
41         Re: msg 249 Fabian Ritzmann
42         Maybe some form of cookie support?
43
44 - KRB5LEGACY Check
45         Need to make sure it works with older Krb's
46
47 - Provide "Logout" Sample Script
48         PHP, maybe perl, who knows.
49         Sample PHP one in mail.
50
51 - Functional README's and INSTALL's