[EMAIL PROTECTED] (Thomas Bushnell, BSG) writes: > [EMAIL PROTECTED] (Niels M�ller) writes: > > > 3. Is there a reasonable way to give a user additional uid:s > > automatically at login? > > No, but perhaps there should be.
One way to do it might be analogous to supplimentary groups: Have a file /etc/supplimentary-uids that lists login-time supplimentary uids. Add a function init_supplimentary_uids to libc, analogous to initgroups. Or add the code that reads the file to initgroups, on the assumption that one wants supplimentary uids added under the same circumstances under which one wants to add supplimentary groups. Regards, /Niels

