egroupware/phpgwapi/doc/ldap/README

43 lines
1.5 KiB
Plaintext
Raw Normal View History

/* $Id$ */
THESE FILES ARE NOT YET REQUIRED!!!!!!!!!!!!!!
THIS IS STILL FOR FUTURE USE ONLY AND IS A WORK IN PROGRESS.
This directory contains schema files for use the with various
LDAP servers to which we have access. Openldap 1.X is very
forgiving, and it is not required to load this schema in all
cases. Openldap 2.X is less forgiving and requires schema
definitions for all objectclasses and attributes.
2001-05-09 14:33:58 +02:00
Openldap 1.X:
2001-05-08 13:57:10 +02:00
The following are for use with openldap 1.X:
2001-05-08 13:45:53 +02:00
phpgw.oc.conf defines the phpgwAccount objectclass
phpgw.at.conf defines our special attributes
They should be copied to /etc/openldap and added to
/etc/openldap/slapd.conf AFTER other similar include lines:
include /etc/openldap/phpgw.oc.conf
include /etc/openldap/phpgw.at.conf
include /etc/openldap/phpgwcontact.oc.conf
include /etc/openldap/phpgwcontact.at.conf
2001-05-09 14:33:58 +02:00
2001-05-09 14:33:58 +02:00
Openldap 2.X, possibly others:
The following are for use with openldap 2.X:
phpgwaccount.schema defines the phpgwAccount objectclass and our attributes
phpgwcontact.schema defines the phpgwContact objectclass and our attributes
2001-05-09 14:33:58 +02:00
These should be copied to /etc/openldap/schema and added to
/etc/openldap/slapd.conf AFTER other similar include lines. These files
rely on core.schema and cosine.schema at least:
2001-05-09 14:33:58 +02:00
include /etc/openldap/schema/phpgwaccount.schema
include /etc/openldap/schema/phpgwcontact.schema
2001-05-09 16:45:48 +02:00
The Private Enterprise Code/OID for phpgroupware is 1.3.6.1.4.1.9554,
registered via IANA and assigned on May 16 2001. This is registered
under the name Clear River Technologies, LLC.