Erste Seite Zurück Weiter Letzte Seite Übersicht Grafik
Credentials passing
Often local servers want to check the user and group id of client processes.
Management using group rights of file system sockets is clumsy and works only for well defined restrictions, not for logging.
Credentials passing gives you the process and user and group id of the process that sent the message.
Relatively portable if well encapsulated.