mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 07:49:28 +01:00
very preliminary LDAPv3 account schema
This commit is contained in:
parent
db322c75ef
commit
8562245c3e
45
phpgwapi/doc/ldap/phpgwuser.schema
Normal file
45
phpgwapi/doc/ldap/phpgwuser.schema
Normal file
@ -0,0 +1,45 @@
|
||||
# $phpgroupware : admin/phpgwuser.schema,v 1.0 2000/07/29 01:53:16 milosch Exp $
|
||||
|
||||
# lastlogin
|
||||
attributetype ( 1.3.6.1.1.1.1.5
|
||||
NAME 'lastlogin'
|
||||
DESC 'timestamp of last login'
|
||||
EQUALITY integerMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
|
||||
SINGLE-VALUE )
|
||||
|
||||
# lastloginfrom
|
||||
attributetype ( 1.3.6.1.1.1.1.19
|
||||
NAME 'lastloginfrom'
|
||||
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 ( 1.3.6.1.1.1.1.5
|
||||
NAME 'lastpasswdchange'
|
||||
EQUALITY integerMatch
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
|
||||
SINGLE-VALUE )
|
||||
|
||||
# account_type
|
||||
attributetype ( 1.3.6.1.1.1.1.4
|
||||
NAME 'accounttype'
|
||||
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 ( 1.3.6.1.1.1.1.4
|
||||
NAME 'status'
|
||||
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 ( 1.3.6.1.1.1.2.0 NAME 'phpgwAccount' SUP top AUXILIARY
|
||||
DESC 'Abstraction of an account with phpgw attributes'
|
||||
MAY ( lastlogin $ lastloginfrom $ lastpasswdchange $ accounttype $ status ) )
|
||||
|
Loading…
Reference in New Issue
Block a user