Blame SOURCES/pki-core-typo-in-UserPwdDirAuthentication.patch

b9ff42
From 92372f653ca48d1de71de990fe3ef99ba1a83111 Mon Sep 17 00:00:00 2001
b9ff42
From: "Endi S. Dewata" <edewata@redhat.com>
b9ff42
Date: Mon, 24 Oct 2016 18:30:55 +0200
b9ff42
Subject: [PATCH] Fixed typo in UserPwdDirAuthentication.
b9ff42
b9ff42
https://fedorahosted.org/pki/ticket/2460
b9ff42
(cherry picked from commit 634da4e7ba6af5e799da300955a4730fa51be8f0)
b9ff42
---
b9ff42
 .../src/com/netscape/cms/authentication/UserPwdDirAuthentication.java   | 2 +-
b9ff42
 1 file changed, 1 insertion(+), 1 deletion(-)
b9ff42
b9ff42
diff --git a/base/server/cms/src/com/netscape/cms/authentication/UserPwdDirAuthentication.java b/base/server/cms/src/com/netscape/cms/authentication/UserPwdDirAuthentication.java
b9ff42
index a95dd86..ead8650 100644
b9ff42
--- a/base/server/cms/src/com/netscape/cms/authentication/UserPwdDirAuthentication.java
b9ff42
+++ b/base/server/cms/src/com/netscape/cms/authentication/UserPwdDirAuthentication.java
b9ff42
@@ -108,7 +108,7 @@ public class UserPwdDirAuthentication extends DirBasedAuthentication
b9ff42
     }
b9ff42
 
b9ff42
     /**
b9ff42
-     * Initializes the UdnPwdDirAuthentication auth manager.
b9ff42
+     * Initializes the UserPwdDirAuthentication auth manager.
b9ff42
      * 

b9ff42
      *
b9ff42
      * @param name - The name for this authentication manager instance.
b9ff42
-- 
b9ff42
1.8.3.1
b9ff42