From 6f81b33b814d85eefed7076fa1a30e5d0cd04321 Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Sat, 17 Jan 2009 13:55:51 +0000
Subject: [PATCH] Fix ACI SSF bind rule "!=" operator not working. https://opends.dev.java.net/issues/show_bug.cgi?id=3723
---
opends/src/server/org/opends/server/authorization/dseecompat/TimeOfDay.java | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/opends/src/server/org/opends/server/authorization/dseecompat/TimeOfDay.java b/opends/src/server/org/opends/server/authorization/dseecompat/TimeOfDay.java
index 4a7358f..32b67c2 100644
--- a/opends/src/server/org/opends/server/authorization/dseecompat/TimeOfDay.java
+++ b/opends/src/server/org/opends/server/authorization/dseecompat/TimeOfDay.java
@@ -107,12 +107,6 @@
//check the type
switch (type) {
case EQUAL_BINDRULE_TYPE:
- if (currentTime == timeRef)
- {
- matched=EnumEvalResult.TRUE;
- }
- break;
-
case NOT_EQUAL_BINDRULE_TYPE:
if (currentTime != timeRef)
{
--
Gitblit v1.10.0