Updated the LDAP connector to work with the latest versions
authorArt Cancro <ajc@citadel.org>
Thu, 9 Mar 2006 20:31:37 +0000 (20:31 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 9 Mar 2006 20:31:37 +0000 (20:31 +0000)
commit0043693795a799c4dd4151d9359d891fe39abb62
treec11f434aa7b63ec33947bea4e0c4f59818eda28d
parenteb94f71c70bc5692812f6db582183822461be4e9
Updated the LDAP connector to work with the latest versions
of OpenLDAP.  We now interoperate well with the schemas that are supplied by default with
the OpenLDAP distribution.  We do, however, need to extend them with rfc2739.schema and
citadel.schema, which are now supplied with Citadel.  We now extend inetOrgPerson into a new
objectClass called citadelInetOrgPerson for this purpose.  TODO: we have applied with
IANA for an OID, but we do not have it yet.
citadel/citadel-openldap.schema [deleted file]
citadel/docs/citadel.html
citadel/openldap/citadel.schema [new file with mode: 0644]
citadel/openldap/rfc2739.schema [new file with mode: 0644]
citadel/serv_ldap.c