Currently, Hue users are manually synced from LDAP. Their Hue user accounts are stored in an SQLite database.
Ideally, there would be an 'analytics' LDAP group to which we could add users. We could then use full LDAP authentication in Hue, and skip syncing accounts altogether.
Alternatively, we should use the MySQL meta instance as the user account state store instead of SQLite.