Skip to content
Snippets Groups Projects
Commit a3af93ab authored by Martin Haase's avatar Martin Haase
Browse files

added TGacceptedTermsOfUse

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@11220 7c539038-3410-0410-b1ec-0f2a7bf1c452
parent 280891f1
No related branches found
No related tags found
No related merge requests found
...@@ -103,6 +103,13 @@ attributetype ( 1.3.6.1.4.1.10126.1.35.3.14 ...@@ -103,6 +103,13 @@ attributetype ( 1.3.6.1.4.1.10126.1.35.3.14
SUBSTR caseIgnoreSubstringsMatch SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
attributetype ( 1.3.6.1.4.1.10126.1.35.3.15
NAME 'TGacceptedTermsOfUse'
DESC 'Version of TextGrid Terms of Use that has been accepted by the user'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SINGLE-VALUE
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
attributetype ( 1.3.6.1.4.1.10126.1.35.3.16 attributetype ( 1.3.6.1.4.1.10126.1.35.3.16
NAME 'TGResourceUUID' NAME 'TGResourceUUID'
...@@ -111,7 +118,6 @@ attributetype ( 1.3.6.1.4.1.10126.1.35.3.16 ...@@ -111,7 +118,6 @@ attributetype ( 1.3.6.1.4.1.10126.1.35.3.16
SUBSTR caseIgnoreSubstringsMatch SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
objectclass ( 1.3.6.1.4.1.10126.1.35.4.1 objectclass ( 1.3.6.1.4.1.10126.1.35.4.1
NAME 'TextGridResource' NAME 'TextGridResource'
DESC 'Main ObjectClass of a TextGrid resource' DESC 'Main ObjectClass of a TextGrid resource'
...@@ -128,12 +134,11 @@ objectclass ( 1.3.6.1.4.1.10126.1.35.4.2 ...@@ -128,12 +134,11 @@ objectclass ( 1.3.6.1.4.1.10126.1.35.4.2
MUST ( TGProjectId ) MUST ( TGProjectId )
MAY ( TGProjectName $ TGProjectDescription $ TGProjectDeactivated $ TGProjectFile) ) MAY ( TGProjectName $ TGProjectDescription $ TGProjectDeactivated $ TGProjectFile) )
objectclass ( 1.3.6.1.4.1.10126.1.35.4.3 objectclass ( 1.3.6.1.4.1.10126.1.35.4.3
NAME 'TextGridUser' NAME 'TextGridUser'
DESC 'User Account in TextGrid' DESC 'User Account in TextGrid'
SUP top SUP top
AUXILIARY AUXILIARY
MUST ( ) MUST ( )
MAY ( TGWantsNewsletter $ TGagreeSearch $ TGuserSuppliedData $ TGfieldOfInterest $ TGidentifierForPerson $ c ) ) MAY ( TGacceptedTermsOfUse $ TGWantsNewsletter $ TGagreeSearch $ TGuserSuppliedData $ TGfieldOfInterest $ TGidentifierForPerson $ c ) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment