NameID is not long enough by default, leading to silent corruption

This commit is contained in:
Maxime Besson 2022-04-05 11:01:36 +02:00
parent 5723359298
commit 788450d502
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ Create the following tables. You may skip the session types you are not going to
_session_kind varchar(15),
_utime bigint,
ProxyID varchar(64),
_nameID varchar(128),
_nameID varchar(255),
_assert_id varchar(64),
_art_id varchar(64),
_saml_id varchar(64)