Practical UNIX and Internet Security, 3rd Edition
by Simson Garfinkel, Gene Spafford, Alan Schwartz
Other Network Authentication Systems
There are a variety of other systems for providing authentication and encryption services over an unprotected network that are less widely used than those discussed in previous sections. We’ll provide only brief summaries of DCE and SESAME here.
DCE
DCE is the Distributed Computing Environment distributed by the Open Group. DCE is an integrated computing environment that provides many services, including user authentication, remote procedure calls, distributed file sharing, and configuration management. DCE’s authentication is very similar to Kerberos, and its file sharing is very similar to the Andrew File System.
DCE’s security is based on a Security Server. The Security Server maintains an access control list for various operations and decides whether clients have the right to request operations.
DCE clients communicate with DCE servers using DCE Authenticated RPC. To use Authenticated RPC, each DCE principal (user or service) must have a secret key that is known only to itself and the Security Server.
A complete description of DCE can be found at http://www.opengroup.org/dce/. The version available appears to have last been updated several years ago.
SESAME
SESAME is the Secure European System for Applications in a Multivendor Environment. It is a single sign-on authentication system similar to Kerberos.
SESAME incorporates many features of Kerberos 5, but adds heterogeneity, access control features, scalability of public key systems, improved ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access