Index: univention-ltsp-mountd =================================================================== --- univention-ltsp-mountd (Revision 30210) +++ univention-ltsp-mountd (Arbeitskopie) @@ -228,6 +228,8 @@ command = "/usr/bin/ltspfs " + chunks[1] + " " + chunks[2] command += " -o allow_other,sync,default_permissions,uid=" + str(uid_to_mount) + ",gid=" + str(gid_to_mount) + if baseConfig.get('thinclient/ltsp/umask', None): + command += ",umask=" + baseConfig.get('thinclient/ltsp/umask') ret = subprocess.call(command, shell=True) if ret < 0: ud.debug(ud.LDAP, ud.ERROR, "univention-ltsp-mountd: Error: Mounting %s failed" % chunks[2])