Add TACACS+ support per #660 (#662)

This commit is contained in:
Oliver Gorwits
2019-10-15 18:23:51 +01:00
committed by GitHub
parent ecc9c6f209
commit 4e3bfee214
9 changed files with 45 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
BEGIN;
ALTER TABLE users ADD COLUMN "tacacs" boolean DEFAULT false;
COMMIT;