egroupware/phpgwapi/doc/ldap
2001-05-09 14:45:48 +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 Add VERY preliminary contact schema 2001-05-09 14:44:20 +00:00
README Add some info on contact schema 2001-05-09 14:45:48 +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