Files
Casinotest/contrib/casinocoinUser.schema
2016-02-13 17:53:18 +01:00

72 lines
2.0 KiB
Plaintext

attributetype ( 1.1.1.301.1
NAME 'country'
DESC 'Country of a user'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
attributetype ( 1.1.1.301.2
NAME 'role'
DESC 'Role of a user'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
attributetype ( 1.1.1.301.3
NAME 'im'
DESC 'IM of a user'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
attributetype ( 1.1.1.301.4
NAME 'profileConfiguration'
DESC 'Profile Configuration of a user'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
attributetype ( 1.1.1.301.5
NAME 'url'
DESC 'URL Configuration of a user'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
attributetype ( 1.1.1.301.7
NAME 'accountLocked'
DESC 'Stores the status if a user account is locked'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
attributetype ( 1.1.1.301.8
NAME 'passwordTimestamp'
DESC 'Timestamp of last password change'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
attributetype ( 1.1.1.301.9
NAME 'scimId'
DESC 'scimId'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
attributetype ( 1.1.1.301.10
NAME 'lastModifiedDate'
DESC 'User last modifation date'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
attributetype ( 1.1.1.301.11
NAME 'createdDate'
DESC 'User creaetion date'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
attributetype ( 1.1.1.301.12
NAME 'location'
DESC 'User location'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
attributetype ( 1.1.1.301.13
NAME 'unlockTime'
DESC 'User Unlock Time'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
attributetype ( 1.1.1.301.14
NAME 'failedLoginAttempts'
DESC 'User Failed Login Attempts'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
objectclass ( 1.1.1.302.1
NAME 'casinocoinUser'
DESC 'Casinocoin user'
SUP inetOrgPerson
STRUCTURAL
MAY ( country $ role $ im $ profileConfiguration $ url $ accountLocked $ passwordTimestamp $ scimId $ lastModifiedDate $ createdDate $ location $ unlockTime $ failedLoginAttempts ) )