mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Add some new 1.X schema for contacts (not required)
This commit is contained in:
parent
4e9138555a
commit
79acd44d2b
@ -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:
|
||||
|
||||
|
34
phpgwapi/doc/ldap/phpgwcontact.at.conf
Normal file
34
phpgwapi/doc/ldap/phpgwcontact.at.conf
Normal file
@ -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
|
56
phpgwapi/doc/ldap/phpgwcontact.oc.conf
Normal file
56
phpgwapi/doc/ldap/phpgwcontact.oc.conf
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user