forked from extern/egroupware
Add expires field
This commit is contained in:
parent
c9d36a283d
commit
16cc8987fe
@ -38,6 +38,14 @@ attributetype ( 2.3.6.1.1.1.1.5
|
|||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
|
||||||
SINGLE-VALUE )
|
SINGLE-VALUE )
|
||||||
|
|
||||||
|
# expires
|
||||||
|
attributetype ( 2.3.6.1.1.1.1.6
|
||||||
|
NAME 'phpgwExpires'
|
||||||
|
DESC 'timestamp for account expiration'
|
||||||
|
EQUALITY integerMatch
|
||||||
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
|
||||||
|
SINGLE-VALUE )
|
||||||
|
|
||||||
# Objectclass definition for phpgwAccount
|
# Objectclass definition for phpgwAccount
|
||||||
objectclass ( 2.3.6.1.1.1.2.0 NAME 'phpgwAccount' SUP top AUXILIARY
|
objectclass ( 2.3.6.1.1.1.2.0 NAME 'phpgwAccount' SUP top AUXILIARY
|
||||||
DESC 'Abstraction of an account with phpgw attributes'
|
DESC 'Abstraction of an account with phpgw attributes'
|
||||||
|
Loading…
Reference in New Issue
Block a user