| |
||||||
| Ideas about
life organize perception; names of emotions organize sensations; rules
of syntax organize
thought. But pain comes on its own. -- Mason Cooley (b. 1927), U.S. aphorist. |
||||||
|
Introduction
I am going to have to delve into the setup and administration of an LDAP server as part of our enterprise software effort. This has caused me to look deeper into the workings of LDAP.
Authentication and AuthorizationWe are exploring the use of LDAP based on our need to authenticate users and then authorize them to perform specific actions in our systems. The information for authentication will be carried on the corporate LDAP in the form of user certificates. The authorization will be in terms of roles (a way of identifying a set of entitlements) which can be mirrored from LDAP groups (any means of representing a collection of objects). LDAP OverviewLDAP v3 is defined by a set of published Internet standards, commonly referenced by their Request For Comment (RFC) number at the IETF Web site:
A directory is made up of of entries. The entry is the basic unit which usually contains a similar kind of information. Synonyms for entry include "record" and "directory object". An entry is composed of a set of attributes (properties). |
|||||
|
|
||||||
| Updated: 21-Jun-2004 | © Bob Breedlove all rights reserved 2003 |