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/messages/messages/access_control.properties | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/access_control.properties b/opends/src/messages/messages/access_control.properties index b5d7767..d22b932 100644 --- a/opends/src/messages/messages/access_control.properties +++ b/opends/src/messages/messages/access_control.properties @@ -364,3 +364,12 @@ SEVERE_WARN_ACI_ATTRIBUTE_NOT_INDEXED_96=Backend %s does not have a \ presence index defined for attribute type %s. Access control initialization \ may take a very long time to complete in this backend + SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_FORMAT_97=The provided Access Control \ + Instruction (ACI) bind rule SSF expression "%s" failed to parse for \ + the following reason: "%s" + SEVERE_WARN_ACI_SYNTAX_INVALID_SSF_RANGE_98=The provided Access Control \ + Instruction (ACI) bind rule ssf expression value "%s" is not in the \ + valid range. A valid ssf value is in the range of 1 to 1024 + SEVERE_WARN_ACI_SYNTAX_INVALID_TIMEOFDAY_FORMAT_99=The provided Access Control \ + Instruction (ACI) bind rule timeofday expression "%s" failed to parse for \ + the following reason: "%s" -- Gitblit v1.10.0