welcome: please sign in

Diff for "OpenLDAP"

Differences between revisions 3 and 4
Revision 3 as of 2010-01-06 03:21:13
Size: 867
Editor: DavorOcelic
Comment:
Revision 4 as of 2012-09-06 07:01:09
Size: 1287
Editor: ClintonEbadi
Comment: ldap is not in use for the time being, but that doesn't mean forever...
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
We use OpenLDAP, but nothing depends on it. For a few years, we used OpenLDAP, but nothing really depended on it. We could have integrated it better with Kerberos and done a few interesting things with it, but its worth proved marginal and the volunteer interested in it moved onto other things. We currently don't have GECOS info available for AFS users in a form that UNIX services can use; for that reason alone we might want to use LDAP in the future.

For history:
Line 10: Line 12:
----
CategorySystemAdministration

For a few years, we used OpenLDAP, but nothing really depended on it. We could have integrated it better with Kerberos and done a few interesting things with it, but its worth proved marginal and the volunteer interested in it moved onto other things. We currently don't have GECOS info available for AFS users in a form that UNIX services can use; for that reason alone we might want to use LDAP in the future.

For history:

We use LDAP as a members information directory to be looked up by hand, no services consult it.

For serving user metadata, we use libnss-afs which pulls that information from AFS PTS database. However, the PTS is not really intended for this, so it doesn't provide space for user's supplementary Unix groups, GECOS fields etc.

So we keep this information (real names, primarily, but UID/GID etc. as well) in LDAP, although only members' real name is ever looked up there. The "finger" command has been hacked slightly to obtain all info from AFS PTS, then query LDAP for real name, and then display results in an integrated "finger" output.

So, we could say that LDAP is only marginally used in our setup, but I expect we will rely on it more as our infrastructure expands and HCoop service grows in richness.


CategorySystemAdministration

OpenLDAP (last edited 2012-09-06 07:01:09 by ClintonEbadi)