egroupware_official/phpgwapi/doc/ldap/README

26 lines
775 B
Plaintext
Raw Normal View History

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:
include /etc/openldap/phpgw.oc.conf
include /etc/openldap/phpgw.at.conf
2001-05-09 14:33:58 +02:00
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