opends/src/server/org/opends/server/core/BindOperation.java
@@ -167,11 +167,11 @@ // The password policy error type that should be included in the response // control PasswordPolicyErrorType pwPolicyErrorType; private PasswordPolicyErrorType pwPolicyErrorType; // The password policy warning type that should be included in the response // control PasswordPolicyWarningType pwPolicyWarningType; private PasswordPolicyWarningType pwPolicyWarningType; // The password policy state information for this bind operation. private PasswordPolicyState pwPolicyState; opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -466,7 +466,7 @@ private RootDSEBackend rootDSEBackend; // The SASL mechanism config manager for the Directory Server. SASLConfigManager saslConfigManager; private SASLConfigManager saslConfigManager; // The schema for the Directory Server. private Schema schema;