Installing the Linux Remote Support jumpclient in system mode breaks our GDM authentication configuration by installing the file /etc/dconf/profile/gdm with the contents:
user-db:user
system-db:gdm
file-db:/usr/share/gdm/greeter-dconf-defaults
RedHat systems configure gdm by default via the dconf site database. RedHat expects a confguration like:
user-db:user
system-db:local
system-db:site
system-db:distro
By removing the local, site, and distro DBs you are completely breaking the standard RedHat configuration. This is completely irresponsible on your part to be modifying such a critical system configuration. This took most of my day to resolve and locked a couple of users out of their machines for a few hours.
I had actually just decided to enable your automatic updating of Remote Support - but that is out the window now if you are going to be releasing stuff like this.