瀏覽代碼

more ldap plugin search

Girish Ramakrishnan 9 年之前
父節點
當前提交
2e1804cf51
共有 1 個文件被更改,包括 9 次插入2 次删除
  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