From d048be119faafbb9d83bb2f0f8995d6070b16d52 Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Mon, 01 Dec 2008 19:16:36 +0000
Subject: [PATCH] These changes implement a new ACI bind rule keyword "ssf". This keyword allows users to control the level of access based on the security level of the connection.

---
 opends/src/server/org/opends/server/authorization/dseecompat/EnumBindRuleKeyword.java |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/authorization/dseecompat/EnumBindRuleKeyword.java b/opends/src/server/org/opends/server/authorization/dseecompat/EnumBindRuleKeyword.java
index e645fe2..5772743 100644
--- a/opends/src/server/org/opends/server/authorization/dseecompat/EnumBindRuleKeyword.java
+++ b/opends/src/server/org/opends/server/authorization/dseecompat/EnumBindRuleKeyword.java
@@ -77,7 +77,12 @@
      * The enumeration type when the bind rule has specified keyword of
      * authmethod.
      */
-    AUTHMETHOD ("authmethod");
+    AUTHMETHOD ("authmethod"),
+    /**
+     * The enumeration type when the bind rule has specified keyword of
+     * ssf.
+     */
+    SSF("ssf");
 
     /*
      * The keyword name.

--
Gitblit v1.10.0