Verified Commit 0e602e00 authored by bmortier's avatar bmortier
Browse files

:ambulance: fix(schema) there is a oid used twice in user-reminder


Signed-off-by: bmortier's avatarBenoit Mortier <benoit.mortier@fusiondirectory.org>
Showing with 2 additions and 2 deletions
+2 -2
...@@ -196,13 +196,13 @@ attributetype ( 1.3.6.1.4.1.38414.59.1.32 NAME 'fdTasksReminderSupannNewEndDate' ...@@ -196,13 +196,13 @@ attributetype ( 1.3.6.1.4.1.38414.59.1.32 NAME 'fdTasksReminderSupannNewEndDate'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE ) SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.38414.59.1.34 NAME 'fdTasksReminderAccountProlongation' attributetype ( 1.3.6.1.4.1.38414.59.1.33 NAME 'fdTasksReminderAccountProlongation'
DESC 'Allow a given task to be repeatable' DESC 'Allow a given task to be repeatable'
EQUALITY booleanMatch EQUALITY booleanMatch
SUBSTR caseIgnoreSubstringsMatch SUBSTR caseIgnoreSubstringsMatch
SYNTAX '1.3.6.1.4.1.1466.115.121.1.7') SYNTAX '1.3.6.1.4.1.1466.115.121.1.7')
attributetype ( 1.3.6.1.4.1.38414.59.1.35 NAME 'fdTasksReminderPosix' attributetype ( 1.3.6.1.4.1.38414.59.1.34 NAME 'fdTasksReminderPosix'
DESC 'Allow a given task to be repeatable' DESC 'Allow a given task to be repeatable'
EQUALITY booleanMatch EQUALITY booleanMatch
SUBSTR caseIgnoreSubstringsMatch SUBSTR caseIgnoreSubstringsMatch
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment