From 9dc10dec2d5d7f61116f7f647b7cf9596ca77be0 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 05 Jun 2009 09:04:50 +0000
Subject: [PATCH] svn merge -r5333:5417 https://opends.dev.java.net/svn/opends/branches/b2.0

---
 opendj-sdk/opends/src/server/org/opends/server/extensions/SASLContext.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/extensions/SASLContext.java b/opendj-sdk/opends/src/server/org/opends/server/extensions/SASLContext.java
index 47128a3..954baad 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/extensions/SASLContext.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/extensions/SASLContext.java
@@ -781,7 +781,7 @@
                bindOp.setSASLAuthUserEntry(authEntry);
                AuthenticationInfo authInfo =
                     new AuthenticationInfo(authEntry, authzEntry,
-                                    mechanism,
+                                    mechanism, clientCredentials,
                                    DirectoryServer.isRootDN(authEntry.getDN()));
                bindOp.setAuthenticationInfo(authInfo);
                //If confidentiality/integrity has been negotiated then
@@ -893,7 +893,7 @@
            bindOp.setSASLAuthUserEntry(authEntry);
            AuthenticationInfo authInfo =
                 new AuthenticationInfo(authEntry, authzEntry,
-                                       mechanism,
+                                       mechanism, clientCredentials,
                                   DirectoryServer.isRootDN(authEntry.getDN()));
            bindOp.setAuthenticationInfo(authInfo);
            //If confidentiality/integrity has been negotiated, then create a

--
Gitblit v1.10.0