Re: [pve-devel] [PATCH access-control] fix #1062: use correct length for base32 keys

2016-07-20 Thread Wolfgang Bumiller
applied On Wed, Jul 20, 2016 at 01:31:33PM +0200, Dominik Csapak wrote: > we wrongly assumed the keys to be 32 chars long, > instead of 16 > > Signed-off-by: Dominik Csapak > --- > PVE/AccessControl.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/PVE/AccessControl.p

[pve-devel] [PATCH access-control] fix #1062: use correct length for base32 keys

2016-07-20 Thread Dominik Csapak
we wrongly assumed the keys to be 32 chars long, instead of 16 Signed-off-by: Dominik Csapak --- PVE/AccessControl.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/AccessControl.pm b/PVE/AccessControl.pm index 0af92d7..0b64374 100644 --- a/PVE/AccessControl.pm +++ b/PVE