You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ah...@apache.org on 2012/02/02 16:32:18 UTC

svn commit: r1239672 - /oodt/trunk/balance/lib/pear/Providers/Authentication/LDAPAuthenticationProvider.class.php

Author: ahart
Date: Thu Feb  2 15:32:18 2012
New Revision: 1239672

URL: http://svn.apache.org/viewvc?rev=1239672&view=rev
Log:
resolve OODT-372: apply patch from Shakeh Khudikyan

Modified:
    oodt/trunk/balance/lib/pear/Providers/Authentication/LDAPAuthenticationProvider.class.php

Modified: oodt/trunk/balance/lib/pear/Providers/Authentication/LDAPAuthenticationProvider.class.php
URL: http://svn.apache.org/viewvc/oodt/trunk/balance/lib/pear/Providers/Authentication/LDAPAuthenticationProvider.class.php?rev=1239672&r1=1239671&r2=1239672&view=diff
==============================================================================
--- oodt/trunk/balance/lib/pear/Providers/Authentication/LDAPAuthenticationProvider.class.php (original)
+++ oodt/trunk/balance/lib/pear/Providers/Authentication/LDAPAuthenticationProvider.class.php Thu Feb  2 15:32:18 2012
@@ -36,7 +36,7 @@
  */
 require("Org/Apache/Oodt/Security/SingleSignOn.php");
 
-class Org_Apache_Oodt_Balance_Providers_Auth_LDAPAuthenticationProvider
+class Org_Apache_Oodt_Balance_Providers_Authentication_LDAPAuthenticationProvider
 	extends Org_Apache_Oodt_Security_SingleSignOn 
 	implements Org_Apache_Oodt_Balance_Interfaces_IApplicationAuthenticationProvider {