diff --git a/phpgwapi/doc/ldap/README b/phpgwapi/doc/ldap/README index 5d729b4d40..bf4470ca11 100644 --- a/phpgwapi/doc/ldap/README +++ b/phpgwapi/doc/ldap/README @@ -9,7 +9,8 @@ They should be copied to /etc/openldap and added to include /etc/openldap/phpgw.oc.conf include /etc/openldap/phpgw.at.conf - +include /etc/openldap/phpgwcontact.oc.conf +include /etc/openldap/phpgwcontact.at.conf Openldap 2.X, possibly others: diff --git a/phpgwapi/doc/ldap/phpgwcontact.at.conf b/phpgwapi/doc/ldap/phpgwcontact.at.conf new file mode 100644 index 0000000000..42bbe33258 --- /dev/null +++ b/phpgwapi/doc/ldap/phpgwcontact.at.conf @@ -0,0 +1,34 @@ +attribute phpgwcontacttypeid ces +attribute phpgwcontactcatId ces +attribute phpgwcontactaccess ces +attribute phpgwcontactowner ces +attribute phpgwmiddlename ces +attribute phpgwprefix ces +attribute phpgwsuffix ces +attribute phpgwaudio bin +attribute phpgwbirthday ces +attribute phpgwtz ces +attribute phpgwgeo ces +attribute phpgwurl ces +attribute phpgwpublickey ces +attribute phpgwadronetype ces +attribute phpgwaddresslabel ces +attribute phpgwadrtwostreet ces +attribute phpgwadrtwolocality ces +attribute phpgwadrtworegion ces +attribute phpgwadrtwopostalcode ces +attribute phpgwadrtwocountryname ces +attribute phpgwadrtwotype ces +attribute phpgwvoicetelephonenumber tel +attribute phpgwmsgtelephonenumber tel +attribute phpgwpagertelephonenumber tel +attribute phpgwcelltelephonenumber tel +attribute phpgwbbstelephonenumber tel +attribute phpgwmodemtelephonenumber tel +attribute phpgwmobiletelephonenumber tel +attribute phpgwisdnphonenumber tel +attribute phpgwvideophonenumber tel +attribute phpgwpreferphone ces +attribute phpgwmailtype ces +attribute phpgwmailhome ces +attribute phpgwmailhometype ces diff --git a/phpgwapi/doc/ldap/phpgwcontact.oc.conf b/phpgwapi/doc/ldap/phpgwcontact.oc.conf new file mode 100644 index 0000000000..86a0da15ed --- /dev/null +++ b/phpgwapi/doc/ldap/phpgwcontact.oc.conf @@ -0,0 +1,56 @@ +objectclass phpgwContact + requires + uid, + uidnumber, + phpgwcontacttypeid, + phpgwcontactcatid, + phpgwcontactaccess, + phpgwcontactowner + allows + cn, + givenname, + sn, + phpgwmiddlename, + phpgwprefix, + phpgwsuffix, + phpgwaudio, + phpgwbirthday, + phpgwtz, + phpgwgeo, + phpgwurl, + phpgwpublickey, + o, + ou, + title, + street, + l, + st, + postalcode, + friendlycountryname, + c, + co, + countryname, + phpgwadronetype, + phpgwaddresslabel, + phpgwadrtwostreet, + phpgwadrtwolocality, + phpgwadrtworegion, + phpgwadrtwopostalcode, + phpgwadrtwocountryname, + phpgwadrtwotype, + telephonenumber, + homephone, + phpgwvoicetelephonenumber, + phpgwmsgtelephonenumber, + phpgwcelltelephonenumber, + phpgwpagertelephonenumber, + phpgwbbstelephonenumber, + phpgwmodemtelephonenumber, + phpgwmobiletelephonenumber, + phpgwisdnphonenumber, + phpgwvideophonenumber, + phpgwpreferphone, + mail, + phpgwmailtype, + phpgwmailhome, + phpgwmailhometype