Hi, I've implemented x2go with likewise-open, still I do have 2 issues, which are present only when I use LDAP account, and not present with regular account on the linux. More details: OS Ubuntu 10.10; x2go 3.0.1-5; likewise-open 5.4.0.42111. Ubuntu is joined to Windows Active Directory through LDAP. I don't have any issues there, and everything work fine with this configuration (one issue that I've overcome: when joining LDAP, the users have other group IDs, which came from LDAP. In order to connect to x2go server, your username must have the x2gousers group assignment. In my case in LDAP I do have special group which contains users who have to have access. I've logged to LDAP locally on the ubuntu, and using command id I've checked the unique identification of that LDAP group. Then I've set this number to the x2gousers in the file /etx/groups. This way I overwrite the group that came from LDAP with the local group, and only these users can connect to x2go).
Note: I've read all the documentation and I still didn't find solutions for my issues. They are:
Do you have an idea what can be the root causes for these issues? My logic lead me to some un-escaped symbols used when joining the Domain - like @ and \. Because when logging to the LDAP I am using USERNAME@DOMAIN. Another possibility is to be from Likewise-open, still, there should not happen this as locally everything works fine.
Best Regards Ivan