mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +01:00
Update contact schema to working setup, still unofficial
This commit is contained in:
parent
7185c8fdb1
commit
ba530cab74
@ -28,3 +28,6 @@ include /etc/openldap/schema/phpgwaccount.schema
|
|||||||
Other files:
|
Other files:
|
||||||
|
|
||||||
phpgwcontact.schema VERY new and unfinished contacts schema
|
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.
|
||||||
|
@ -1,25 +1,34 @@
|
|||||||
# $phpgroupware : addressbook/phpgwcontact.schema,v 1.0 2000/07/29 01:53:16 milosch Exp $
|
# $phpgroupware : addressbook/phpgwcontact.schema,v 1.0 2000/07/29 01:53:16 milosch Exp $
|
||||||
|
|
||||||
|
# REQUIRED
|
||||||
attributetype ( 2.3.6.1.1.1.1.100
|
attributetype ( 2.3.6.1.1.1.1.100
|
||||||
NAME 'phpgwContactTypeId'
|
NAME 'phpgwContactTypeId'
|
||||||
EQUALITY integerMatch
|
EQUALITY numericStringMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
|
SUBSTR numericStringSubstringsMatch
|
||||||
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{16} )
|
||||||
|
|
||||||
|
# REQUIRED
|
||||||
attributetype ( 2.3.6.1.1.1.1.101
|
attributetype ( 2.3.6.1.1.1.1.101
|
||||||
NAME 'phpgwContactCatId'
|
NAME 'phpgwContactCatId'
|
||||||
EQUALITY integerMatch
|
EQUALITY numericStringMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
|
SUBSTR numericStringSubstringsMatch
|
||||||
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{16} )
|
||||||
|
|
||||||
|
# REQUIRED
|
||||||
attributetype ( 2.3.6.1.1.1.1.102
|
attributetype ( 2.3.6.1.1.1.1.102
|
||||||
NAME 'phpgwContactAccess'
|
NAME 'phpgwContactAccess'
|
||||||
EQUALITY caseExactIA5Match
|
EQUALITY caseIgnoreMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
|
SUBSTR caseIgnoreSubstringsMatch
|
||||||
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
|
||||||
|
|
||||||
|
# REQUIRED
|
||||||
attributetype ( 2.3.6.1.1.1.1.103
|
attributetype ( 2.3.6.1.1.1.1.103
|
||||||
NAME 'phpgwContactOwner'
|
NAME 'phpgwContactOwner'
|
||||||
EQUALITY integerMatch
|
EQUALITY numericStringMatch
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
|
SUBSTR numericStringSubstringsMatch
|
||||||
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{16} )
|
||||||
|
|
||||||
|
# BELOW ARE OPTIONAL
|
||||||
attributetype ( 2.3.6.1.1.1.1.105
|
attributetype ( 2.3.6.1.1.1.1.105
|
||||||
NAME 'phpgwMiddlename'
|
NAME 'phpgwMiddlename'
|
||||||
EQUALITY caseExactIA5Match
|
EQUALITY caseExactIA5Match
|
||||||
@ -198,8 +207,6 @@ attributetype ( 2.3.6.1.1.1.1.134
|
|||||||
objectclass ( 2.3.6.1.1.1.1.200
|
objectclass ( 2.3.6.1.1.1.1.200
|
||||||
NAME 'phpgwContact'
|
NAME 'phpgwContact'
|
||||||
DESC 'phpGroupWare Contact Entry'
|
DESC 'phpGroupWare Contact Entry'
|
||||||
SUP organizationalPerson
|
|
||||||
STRUCTURAL
|
|
||||||
MUST(
|
MUST(
|
||||||
uid $ uidnumber $ phpgwContactTypeId $ phpgwContactCatId $
|
uid $ uidnumber $ phpgwContactTypeId $ phpgwContactCatId $
|
||||||
phpgwContactAccess $ phpgwContactOwner )
|
phpgwContactAccess $ phpgwContactOwner )
|
||||||
|
Loading…
Reference in New Issue
Block a user