mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 05:53:24 +01:00
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
# $phpgroupware : admin/phpgwuser.schema,v 1.0 2000/07/29 01:53:16 milosch Exp $
|
|
|
|
# lastlogin
|
|
attributetype ( 2.3.6.1.1.1.1.1
|
|
NAME 'phpgwLastLogin'
|
|
DESC 'timestamp of last login'
|
|
EQUALITY integerMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
|
|
SINGLE-VALUE )
|
|
|
|
# lastloginfrom
|
|
attributetype ( 2.3.6.1.1.1.1.2
|
|
NAME 'phpgwLastLoginFrom'
|
|
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
|
|
attributetype ( 2.3.6.1.1.1.1.3
|
|
NAME 'phpgwLastPasswdChange'
|
|
EQUALITY integerMatch
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
|
|
SINGLE-VALUE )
|
|
|
|
# accounttype
|
|
attributetype ( 2.3.6.1.1.1.1.4
|
|
NAME 'phpgwAccountType'
|
|
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
|
|
attributetype ( 2.3.6.1.1.1.1.5
|
|
NAME 'phpgwAccountStatus'
|
|
DESC 'Single-char A/L for active/inactive'
|
|
EQUALITY caseExactIA5Match
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
|
|
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'
|
|
MAY ( phpgwLastLogin $ phpgwLastLoginFrom $ phpgwLastPasswdChange $ phpgwAccountType $ phpgwAccountStatus ) )
|
|
|