Selaa lähdekoodia

more ldap plugin search

Girish Ramakrishnan 9 vuotta sitten
vanhempi
commit
2e1804cf51
1 muutettua tiedostoa jossa 9 lisäystä ja 2 poistoa
  1. 9 2
      README.md

+ 9 - 2
README.md

@@ -67,6 +67,13 @@ Various LDAP plugins were tested when this app was made.
 * [Active Directory Integration](https://wordpress.org/plugins/active-directory-integration/) - Very AD friendly
 * [wpDirAuth](https://wordpress.org/plugins/wpdirauth/) - No role mapping
 * [Simple LDAP](https://wordpress.org/plugins/simple-ldap-login/) - default role, no authenticated bind
-* [authLdap](https://wordpress.org/plugins/authldap/) - no authenticated bind
-* [LDAP LPRM](https://wordpress.org/plugins/ldap-login-password-and-role-manager/) - has role mapping which maps integer in LDAP to wp db entry, auth bind
+* [authLdap](https://wordpress.org/plugins/authldap/)
+    - no authenticated bind
+    - when role mapping, the same base DN is used for searching groups and users (specified in URI)
+* [LDAP LPRM](https://wordpress.org/plugins/ldap-login-password-and-role-manager/)
+    - has role mapping which maps integer in LDAP to wp db entry, auth bind
+* [Authorizer](https://wordpress.org/plugins/authorizer/)
+    - has no role mapping
+* [LDAP Login For Intranet sites](https://wordpress.org/plugins/ldap-login-for-intranet-sites/)
+    - makes you register with miniorange