Add expires field

This commit is contained in:
Miles Lott 2001-05-09 13:03:20 +00:00
parent c9d36a283d
commit 16cc8987fe

View File

@ -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
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 ( 2.3.6.1.1.1.2.0 NAME 'phpgwAccount' SUP top AUXILIARY
DESC 'Abstraction of an account with phpgw attributes'