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

well, UUIDs worked befor, but without a Schema entry???

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@10012 7c539038-3410-0410-b1ec-0f2a7bf1c452
parent 148b560f
No related branches found
No related tags found
No related merge requests found
......@@ -104,13 +104,21 @@ attributetype ( 1.3.6.1.4.1.10126.1.35.3.14
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 'TGResourceUUID'
DESC 'UUID of TextGrid Resource, optional'
EQUALITY caseIgnoreMatch
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
objectclass ( 1.3.6.1.4.1.10126.1.35.4.1
NAME 'TextGridResource'
DESC 'Main ObjectClass of a TextGrid resource'
SUP top
STRUCTURAL
MUST ( TGResourceURI $ TGisPublic $ TGProjectId )
MAY ( TGResourceOwner $ TGisProjectFile ) )
MAY ( TGResourceOwner $ TGisProjectFile $ TGResourceUUID ) )
objectclass ( 1.3.6.1.4.1.10126.1.35.4.2
NAME 'TextGridProject'
......
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