Hibernate auto-creates/updates the students table on startup (spring.jpa.hibernate.ddl-auto=update), so you don't need to manually write schema SQL for the base setup.
GlassFish not affected because bundled Derby DB does not authenticate database users via LDAP. Derby DB upgraded to 10.17.1.0 with a fix by @arjantijms in #25434 Breaking Changes Compliance with ...