Difference between revisions of "OpenVPN"

From HoerupWiki
Jump to: navigation, search
(Historik)
Line 13: Line 13:
  
 
*0.1:
 
*0.1:
 +
**Basic authentication
 +
**lock out by admin
 +
**user expiration
 +
**max 3 failed attempts before automatic lock-out
 +
*0.2
 +
**last login timestamp

Revision as of 19:05, 12 October 2005

auth-mysql

Auth-mysql er et plugin til openvpn, som enabler at bruger info hentes fra en mysql database. Source-code kan hentes fra http://t-hoerup.dk/openvpn/

ToDo

  • krypteret password felt (plain/crypt/md5)
  • log tabel (id,username,timestamp,failed,logmessage)
  • last login felt - implementered i svn:trunk (pre 0.2)
  • tillad IKKE blanke passwords
  • admin interface

Historik

  • 0.1:
    • Basic authentication
    • lock out by admin
    • user expiration
    • max 3 failed attempts before automatic lock-out
  • 0.2
    • last login timestamp