Sujet : Re: System UICs
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 08. Jun 2024, 00:50:17
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v406bp$29fla$2@dont-email.me>
References : 1 2 3 4
User-Agent : Pan/0.158 (Avdiivka; )
On Fri, 7 Jun 2024 08:04:49 -0400, Arne Vajhøj wrote:
DECnet like 376 and TCP/IP like 3655.
Just realized that the separation between usernames and UICs is actually
another misfeature of VMS.
On *nix systems, a username is always understood to map to a particular
UID. Which one is not important, just so long as it isn’t zero. This
allows various subsystems to run under their own usernames with privilege
isolation, without having to worry about UID clashes. For example, the
OpenLDAP server runs under the “openldap” user, and it doesn’t matter that
that might map to a particular UID on one system, and a different one on
another system.