diff options
| author | Jack Magne <jmagne@dhcp-16-206.sjc.redhat.com> | 2016-06-07 16:39:40 -0700 |
|---|---|---|
| committer | Jack Magne <jmagne@dhcp-16-206.sjc.redhat.com> | 2016-06-17 14:45:40 -0700 |
| commit | b32aae9f0923e0d9fb4da12b45f478552fb53676 (patch) | |
| tree | 17cdadd4c24316d09006bfbf4703ccdeb28dbe13 /base/server/cmscore | |
| parent | ff1b164d033870ad7c708d13f671587f93c50749 (diff) | |
UdnPwdDirAuth authentication plugin instance is not working.
Ticket #1579 : UdnPwdDirAuth authentication plugin instance is not working.
Since this class no longer works, we felt it best to just remove it from the server.
This patch removes the references and files associated with this auth method.
Diffstat (limited to 'base/server/cmscore')
| -rw-r--r-- | base/server/cmscore/src/com/netscape/cmscore/apps/Setup.java | 1 | ||||
| -rw-r--r-- | base/server/cmscore/src/com/netscape/cmscore/connector/RequestTransfer.java | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/base/server/cmscore/src/com/netscape/cmscore/apps/Setup.java b/base/server/cmscore/src/com/netscape/cmscore/apps/Setup.java index cddcfca50..d5d7b7fd9 100644 --- a/base/server/cmscore/src/com/netscape/cmscore/apps/Setup.java +++ b/base/server/cmscore/src/com/netscape/cmscore/apps/Setup.java @@ -40,7 +40,6 @@ public class Setup { { "auths.impl._002", "##" }, { "auths.impl.UidPwdDirAuth.class", "com.netscape.cms.authentication.UidPwdDirAuthentication" }, { "auths.impl.UidPwdPinDirAuth.class", "com.netscape.cms.authentication.UidPwdPinDirAuthentication" }, - { "auths.impl.UdnPwdDirAuth.class", "com.netscape.cms.authentication.UdnPwdDirAuthentication" }, { "auths.impl.CMCAuth.class", "com.netscape.cms.authentication.CMCAuth" }, { "auths.impl.AgentCertAuth.class", "com.netscape.cms.authentication.AgentCertAuthentication" }, { "auths.impl.PortalEnroll.class", "com.netscape.cms.authentication.PortalEnroll" diff --git a/base/server/cmscore/src/com/netscape/cmscore/connector/RequestTransfer.java b/base/server/cmscore/src/com/netscape/cmscore/connector/RequestTransfer.java index b3479aea0..d11ec0575 100644 --- a/base/server/cmscore/src/com/netscape/cmscore/connector/RequestTransfer.java +++ b/base/server/cmscore/src/com/netscape/cmscore/connector/RequestTransfer.java @@ -52,7 +52,6 @@ public class RequestTransfer { IRequest.CERT_FILTER, "keyRecord", "uid", // UidPwdDirAuthentication.CRED_UID, - "udn", // UdnPwdDirAuthentication.CRED_UDN, }; public static boolean isProfileRequest(IRequest request) { |
