2001-11-11 16:05:31 +01:00
|
|
|
# $phpgroupware : phpgwaccount.schema,v 1.0 2000/07/29 01:53:16 milosch Exp $
|
2001-05-08 13:55:59 +02:00
|
|
|
|
|
|
|
# lastlogin
|
2001-05-17 04:31:36 +02:00
|
|
|
attributetype ( 1.3.6.1.4.1.9554.1
|
2001-07-02 03:06:32 +02:00
|
|
|
NAME 'phpgwAccountLastLogin'
|
2001-05-08 13:55:59 +02:00
|
|
|
DESC 'timestamp of last login'
|
|
|
|
EQUALITY integerMatch
|
|
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
|
|
|
|
SINGLE-VALUE )
|
|
|
|
|
|
|
|
# lastloginfrom
|
2001-05-17 04:31:36 +02:00
|
|
|
attributetype ( 1.3.6.1.4.1.9554.2
|
2001-07-02 03:06:32 +02:00
|
|
|
NAME 'phpgwAccountLastLoginFrom'
|
2001-05-08 13:55:59 +02:00
|
|
|
DESC 'IP address as a dotted decimal, eg. 192.168.1.1, omitting leading zeros'
|
|
|
|
EQUALITY caseIgnoreIA5Match
|
|
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{128} )
|
|
|
|
|
|
|
|
# lastpasswdchange
|
2001-05-17 04:31:36 +02:00
|
|
|
attributetype ( 1.3.6.1.4.1.9554.3
|
2001-05-09 14:33:58 +02:00
|
|
|
NAME 'phpgwLastPasswdChange'
|
2001-05-08 13:55:59 +02:00
|
|
|
EQUALITY integerMatch
|
|
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
|
|
|
|
SINGLE-VALUE )
|
|
|
|
|
2001-05-09 14:33:58 +02:00
|
|
|
# accounttype
|
2001-05-17 04:31:36 +02:00
|
|
|
attributetype ( 1.3.6.1.4.1.9554.4
|
2001-05-09 14:33:58 +02:00
|
|
|
NAME 'phpgwAccountType'
|
2001-05-08 13:55:59 +02:00
|
|
|
DESC 'Single-char u/g for user/group'
|
|
|
|
EQUALITY caseExactIA5Match
|
|
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
|
|
|
|
SINGLE-VALUE )
|
|
|
|
|
|
|
|
# status
|
2001-05-17 04:31:36 +02:00
|
|
|
attributetype ( 1.3.6.1.4.1.9554.5
|
2001-05-09 14:33:58 +02:00
|
|
|
NAME 'phpgwAccountStatus'
|
2001-05-08 13:55:59 +02:00
|
|
|
DESC 'Single-char A/L for active/inactive'
|
|
|
|
EQUALITY caseExactIA5Match
|
|
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
|
|
|
|
SINGLE-VALUE )
|
|
|
|
|
2001-05-09 15:03:20 +02:00
|
|
|
# expires
|
2001-05-17 04:31:36 +02:00
|
|
|
attributetype ( 1.3.6.1.4.1.9554.6
|
2001-07-02 03:06:32 +02:00
|
|
|
NAME 'phpgwAccountExpires'
|
2001-05-09 15:03:20 +02:00
|
|
|
DESC 'timestamp for account expiration'
|
|
|
|
EQUALITY integerMatch
|
|
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
|
|
|
|
SINGLE-VALUE )
|
|
|
|
|
2001-05-08 13:55:59 +02:00
|
|
|
# Objectclass definition for phpgwAccount
|
2001-05-17 04:31:36 +02:00
|
|
|
objectclass ( 1.3.6.1.4.1.9554.0 NAME 'phpgwAccount' SUP top AUXILIARY
|
2001-05-08 13:55:59 +02:00
|
|
|
DESC 'Abstraction of an account with phpgw attributes'
|
2001-09-09 04:44:04 +02:00
|
|
|
MAY ( phpgwAccountLastLogin $ phpgwAccountLastLoginFrom $ phpgwLastPasswdChange $ phpgwAccountType $ phpgwAccountStatus $ phpgwAccountExpires) )
|
2001-05-08 13:55:59 +02:00
|
|
|
|