From: <axe...@us...> - 2010-06-16 11:18:50
|
Revision: 112 http://wpmu-ldap.svn.sourceforge.net/wpmu-ldap/?rev=112&view=rev Author: axelseaa Date: 2010-06-16 11:18:43 +0000 (Wed, 16 Jun 2010) Log Message: ----------- minor tweaks Modified Paths: -------------- trunk/ldap/doc/README trunk/ldap/lib/ldap_core.php trunk/ldap_auth.php Modified: trunk/ldap/doc/README =================================================================== --- trunk/ldap/doc/README 2010-06-02 18:27:18 UTC (rev 111) +++ trunk/ldap/doc/README 2010-06-16 11:18:43 UTC (rev 112) @@ -5,10 +5,10 @@ License: ================================================================================ -LDAP-Authentication Plugin, v.2.9 -for WPMU 2.8.x and 2.9.x +LDAP-Authentication Plugin, v.3.0 +for WPMU 3.0.x -Copyright (C) 2009 Alistair Young, Patrick Cavit, Hugo Salgado, Alex Barker, and +Copyright (C) 2010 Alistair Young, Patrick Cavit, Hugo Salgado, Alex Barker, and Sean Wedig, Aaron Axelsen This library is free software; you can redistribute it and/or modify it under Modified: trunk/ldap/lib/ldap_core.php =================================================================== --- trunk/ldap/lib/ldap_core.php 2010-06-02 18:27:18 UTC (rev 111) +++ trunk/ldap/lib/ldap_core.php 2010-06-16 11:18:43 UTC (rev 112) @@ -215,9 +215,9 @@ $search_filter .= "(objectclass=".get_site_option('ldapAttributeGroupObjectclass',LDAP_DEFAULT_ATTRIBUTE_GROUP_OBJECTCLASS).")"; } $this->SetSearchCriteria("(&$search_filter)", $attributes_to_get); - $this->Search(); $results = ldap_get_entries($this->connection_handle, $this->search_result); + // Check Groups $userGroups = array(); for ($i = 0; $i < $results['count']; $i++) { Modified: trunk/ldap_auth.php =================================================================== --- trunk/ldap_auth.php 2010-06-02 18:27:18 UTC (rev 111) +++ trunk/ldap_auth.php 2010-06-16 11:18:43 UTC (rev 112) @@ -3,7 +3,7 @@ Plugin Name: LDAP Authentication Plug-in Plugin URI: http://wpmuldap.tuxdocs.net Description: A plugin to override the core Wordpress MU authentication method so as to use an LDAP server for authentication. -Version: 2.9 +Version: 3.0 Author: Alistair Young (http://www.weblogs.uhi.ac.uk/sm00ay/), Patrick Cavit (http://patcavit.com), Hugo Salgado (http://hugo.vulcano.cl), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |