Hi All, We encountered an issue with Linux Images, users could NOT connect to machines.
I found in the vcld.log; "useradd: UID 4 is not unique" my image already had a UID 4. I removed "-u $user_uid" from $useradd_string and it appears to have "fixed" the problem. What did I break by doing this? What is the proper way to fix this? Remove all account except root from the image? Thanks Yanik
