HOWTO-Install-and-Configure-Shibboleth-Identity-Provider icon indicating copy to clipboard operation
HOWTO-Install-and-Configure-Shibboleth-Identity-Provider copied to clipboard

User Insert Not Compatible with 5.7

Open anton-dealmeida opened this issue 7 years ago • 1 comments

https://github.com/malavolti/HOWTO-Install-and-Configure-Shibboleth-Identity-Provider/blob/683ff97599af1d69a34839789481365c17ab30b4/shibboleth-db.sql#L39

With the release of MySQL 5.7 the Password column was removed and is now known as authentication_string. There are also a lot of new required columns, ssl_cipher, x509_issuer, x509_subject, etc... Is this the best way to add the user?

anton-dealmeida avatar Oct 21 '17 19:10 anton-dealmeida

Thank you!

What changes do you suggest to do the same in the right way?

malavolti avatar Nov 09 '17 23:11 malavolti