Authentication error in LTSP client
- by sat
I am building a LTSP server with LDAP authentication for LTSP Clients. I have configured LDAP server also. When I try to login from LTSP client in GUI, I am getting No response from server, restarting. Then, It's restarting the GUI and comes to the login screen again. I thought that there could be a problem with LDAP authentication. But, When I try to login from Alt+Ctrl+F1 terminal in LTSP client, it is logged in successfully with LDAP user. LDAP Server and authentication is working fine.
Even, after executing the below commands, still I am getting the same error.
ltsp-update-sshkeys
ltsp-update-kernels
ltsp-update-image --arch i386
Whether I need to configure anything for GUI login from LTSP Client?
How to fix this issue?