From 712565cef2174c32f9f2cdfe5c314c1fe350df28 Mon Sep 17 00:00:00 2001 From: Murali reddy Date: Mon, 25 Jun 2012 21:33:16 -0700 Subject: [PATCH] build fix: adding missing file LDAPUserAuthenticator.java --- .../{ => src/com/cloud/server/auth}/LDAPUserAuthenticator.java | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename plugins/user-authenticators/ldap/{ => src/com/cloud/server/auth}/LDAPUserAuthenticator.java (100%) diff --git a/plugins/user-authenticators/ldap/LDAPUserAuthenticator.java b/plugins/user-authenticators/ldap/src/com/cloud/server/auth/LDAPUserAuthenticator.java similarity index 100% rename from plugins/user-authenticators/ldap/LDAPUserAuthenticator.java rename to plugins/user-authenticators/ldap/src/com/cloud/server/auth/LDAPUserAuthenticator.java