egroupware_official/phpgwapi/doc/ldap
2001-05-14 12:22:40 +00:00
..
phpgw.at.conf Import some LDAP server schema files 2001-05-08 11:45:53 +00:00
phpgw.oc.conf Import some LDAP server schema files 2001-05-08 11:45:53 +00:00
phpgwaccount.schema Add expires field 2001-05-09 13:03:20 +00:00
phpgwcontact.schema Change address type fields 2001-05-14 12:22:40 +00:00
README Update contact schema to working setup, still unofficial 2001-05-14 01:49:34 +00:00

Openldap 1.X:

The following are for use with openldap 1.X:
	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:

include		/etc/openldap/phpgw.oc.conf
include		/etc/openldap/phpgw.at.conf


Openldap 2.X, possibly others:

The following is for use with openldap 2.X.  It should load, but the
OID values are arbitrarily chosen for testing.  We have applied for
an OID that we can use.  Once that has been issued, we will update
this file:
	phpgwaccount.schema	defines the phpgwAccount objectclass and our attributes

This should be copied to /etc/openldap/schema and added to
/etc/openldap/slapd.conf:

include		/etc/openldap/schema/phpgwaccount.schema


Other files:

	phpgwcontact.schema		VERY new and unfinished contacts schema

This now has what appears to be a proper definition for the attributes
and the objectclass, but they are not official yet.