From 6347bfa4f1cad099461ad2f60b5576e773ac3903 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.

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

diff --git a/opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/EnumBindRuleKeyword.java b/opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/EnumBindRuleKeyword.java
index e645fe2..5772743 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/authorization/dseecompat/EnumBindRuleKeyword.java
+++ b/opendj-sdk/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