Changeset 119748
- Timestamp:
- 05/22/2009 03:48:11 PM (17 years ago)
- Location:
- simple-ldap-authentication
- Files:
-
- 1 deleted
- 1 edited
-
tags/1.0.3 (deleted)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-ldap-authentication/trunk/readme.txt
r119729 r119748 18 18 19 19 = How to use = 20 20 21 You can use this plugin in a few different ways. 21 22 … … 57 58 This plugin only supports LDAP bind. 58 59 60 = Can I use SSL on LDAP connection? = 61 62 Yes. 63 You can enable SSL connection in the option page. 64 65 = Can I customize LDAP search filter? = 66 67 Yes. 68 You can customize the search filters (user ID and group) in the option page. 69 70 = How do I use debug mode? = 71 72 This plugin has a built-in debug mode. 73 When `WP_DEBUG` is enabled in `wp-config.php`, it will turn on the notices that some authenticatin information are added on the log entry. 74 If you don't know how to define the constant, see [WordPress document](http://codex.wordpress.org/Editing_wp-config.php#Debug). 75 59 76 == Screenshots == 60 77
Note: See TracChangeset
for help on using the changeset viewer.