mondogen
Forum Replies Created
-
Forum: Plugins
In reply to: [wpDirAuth] Patch (adds role-mapping functionality and custom filters)Finally it works, it needs to login twice for correct role identification.
Forum: Plugins
In reply to: [Active Directory Integration] Authentication failedYou need the latest wpDirAuth and overwrite wpDirAuth.php with wpDirAuth.3.php from here https://plugins.trac.www.ads-software.com/ticket/2190
Forum: Plugins
In reply to: [Active Directory Integration] Authentication failedNo, i didn’t. I’m using wpDirAuth with role patch.
Forum: Plugins
In reply to: [wpDirAuth] Patch (adds role-mapping functionality and custom filters)Hi, I’m back again. I have an issue with the “editor” role mapping. Other roles are ok, but the “editor” one is always mapped as subscriber.
I’ve got 3 users and 3 groups, group1 is subscribers, group2 is contributors and group3 is editors,.Forum: Plugins
In reply to: [wpDirAuth] Patch (adds role-mapping functionality and custom filters)Ok, now login works, but:
– Authentication Groups doesn’t work: user can’t login although it belongs to the authorized group. Also the original version has this issue.
– I can’t see name and mail attribute in the WP user panel, but only uid (I can see them in the original version).
– Role mapping doesn’t work: I’d like to map “group1” in “editor” role with Role-map base DN: ou=groups,dc=mydomain,dc=com and Role Mapping for Editor: (cn=group1)ps: I have a single LDAP server
Forum: Plugins
In reply to: [wpDirAuth] Patch (adds role-mapping functionality and custom filters)It displays Directory Authentication Error: Incorrect password.
Yes, I can login without patch.
Account Filter Expression is default (objectClass=*)
Account Name Attribute Filter is uidThis is the debug info:
Notice: wp_setcookie is deprecated since version 2.5! Use wp_set_auth_cookie() instead. in /var/www/html/wp-includes/functions.php on line 3078
Warning: array_values() expects parameter 1 to be array, string given in /var/www/html/wp-content/plugins/wpdirauth/wpDirAuth.php on line 562
Warning: array_map(): Argument #2 should be an array in /var/www/html/wp-content/plugins/wpdirauth/wpDirAuth.php on line 564
Warning: array_reduce() expects parameter 1 to be array, null given in /var/www/html/wp-content/plugins/wpdirauth/wpDirAuth.php on line 565
Warning: array_merge(): Argument #1 is not an array in /var/www/html/wp-content/plugins/wpdirauth/wpDirAuth.php on line 566
Warning: array_filter() expects parameter 1 to be array, null given in /var/www/html/wp-content/plugins/wpdirauth/wpDirAuth.php on line 567
Warning: array_unique() expects parameter 1 to be array, null given in /var/www/html/wp-content/plugins/wpdirauth/wpDirAuth.php on line 567
Warning: array_values() expects parameter 1 to be array, null given in /var/www/html/wp-content/plugins/wpdirauth/wpDirAuth.php on line 568
Forum: Plugins
In reply to: [wpDirAuth] Patch (adds role-mapping functionality and custom filters)I tried your patch because I’d like to use the role-mapping functionality but I can’t login anymore (incorrect password). I’m usig WP 3.9.1 with OpenLDAP 2.4.31 running both on Ubuntu server 14.04 LTS vbox machine.
Maybe the answer is in the FAQ
“Does the LDAP plugin supercede the base WP login?
Yes. Once the plugin is enabled, authentication control is passed on to the LDAP system.”Forum: Reviews
In reply to: [Active Directory Integration] Does not work!Have you got problems only with multisite?
What plugin would you suggest?