Don't include expired keys in the psk_keys table
authorSam Hartman <hartmans@debian.org>
Wed, 25 Mar 2015 18:21:54 +0000 (14:21 -0400)
committerSam Hartman <hartmans@debian.org>
Wed, 25 Mar 2015 18:21:54 +0000 (14:21 -0400)
commit0b211dae2238184820eb95d683b02c04fd93b74e
treeb02ce9e04c1532a7575ec1723a3d006cbb7728f5
parent75ee4fc99d0dc3f1ca619aebac8351c7cccfb190
Don't include expired keys in the psk_keys table

FreeRADIUS directly queries psk_keys.  It's important that it not
match expired keys.  Instead create a table psk_keys_tab and make
psk_keys a view that excludes expired keys.
schema.sql