GUACAMOLE-395: Populate "expired" property of Guacamole users defined via MySQL / MariaDB.

This commit is contained in:
Michael Jumper
2017-09-12 13:04:48 -07:00
parent b90a989463
commit 22760b5d0b

View File

@@ -31,6 +31,7 @@
<result column="password_salt" property="passwordSalt" jdbcType="BINARY"/>
<result column="password_date" property="passwordDate" jdbcType="TIMESTAMP"/>
<result column="disabled" property="disabled" jdbcType="BOOLEAN"/>
<result column="expired" property="expired" jdbcType="BOOLEAN"/>
<result column="access_window_start" property="accessWindowStart" jdbcType="TIME"/>
<result column="access_window_end" property="accessWindowEnd" jdbcType="TIME"/>
<result column="valid_from" property="validFrom" jdbcType="DATE"/>