mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Patched contact type id per "Tarjei Huse" <tarjei@nu.no>, add some singlevalue to
account schema.
This commit is contained in:
parent
3b0bf20d6b
commit
caa5af6064
@ -1,4 +1,4 @@
|
||||
# $phpgroupware : admin/phpgwuser.schema,v 1.0 2000/07/29 01:53:16 milosch Exp $
|
||||
# $phpgroupware : phpgwaccount.schema,v 1.0 2000/07/29 01:53:16 milosch Exp $
|
||||
|
||||
# lastlogin
|
||||
attributetype ( 1.3.6.1.4.1.9554.1
|
||||
|
@ -1,11 +1,12 @@
|
||||
# $phpgroupware : addressbook/phpgwcontact.schema,v 1.0 2000/07/29 01:53:16 milosch Exp $
|
||||
# $phpgroupware : phpgwcontact.schema,v 1.0 2000/07/29 01:53:16 milosch Exp $
|
||||
|
||||
# REQUIRED
|
||||
attributetype ( 1.3.6.1.4.1.9554.100
|
||||
NAME 'phpgwContactTypeId'
|
||||
EQUALITY numericStringMatch
|
||||
SUBSTR numericStringSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{16} )
|
||||
EQUALITY caseIgnoreMatch
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{16}
|
||||
SINGLE-VALUE )
|
||||
|
||||
# REQUIRED
|
||||
attributetype ( 1.3.6.1.4.1.9554.101
|
||||
@ -19,14 +20,16 @@ attributetype ( 1.3.6.1.4.1.9554.102
|
||||
NAME 'phpgwContactAccess'
|
||||
EQUALITY caseIgnoreMatch
|
||||
SUBSTR caseIgnoreSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} )
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024}
|
||||
SINGLE-VALUE )
|
||||
|
||||
# REQUIRED
|
||||
attributetype ( 1.3.6.1.4.1.9554.103
|
||||
NAME 'phpgwContactOwner'
|
||||
EQUALITY numericStringMatch
|
||||
SUBSTR numericStringSubstringsMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{16} )
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{16}
|
||||
SINGLE-VALUE )
|
||||
|
||||
# BELOW ARE OPTIONAL
|
||||
attributetype ( 1.3.6.1.4.1.9554.105
|
||||
@ -54,12 +57,14 @@ attributetype ( 1.3.6.1.4.1.9554.109
|
||||
attributetype ( 1.3.6.1.4.1.9554.110
|
||||
NAME 'phpgwTz'
|
||||
EQUALITY integerMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
|
||||
SINGLE-VALUE )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.9554.111
|
||||
NAME 'phpgwGeo'
|
||||
EQUALITY integerMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
|
||||
SINGLE-VALUE )
|
||||
|
||||
attributetype ( 1.3.6.1.4.1.9554.112
|
||||
NAME 'phpgwUrl'
|
||||
|
Loading…
Reference in New Issue
Block a user