Changeset 1144690
- Timestamp:
- 04/24/2015 12:57:39 PM (11 years ago)
- Location:
- active-directory-integration/trunk
- Files:
-
- 2 edited
-
ad-integration.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
active-directory-integration/trunk/ad-integration.php
r1110230 r1144690 3 3 /* 4 4 Plugin Name: Active Directory Integration 5 Version: 1.1. 55 Version: 1.1.6 6 6 Plugin URI: http://www.steindorff.de/wp-ad-integration 7 7 Description: Allows WordPress to authenticate, authorize, create and update users through Active Directory … … 49 49 // version of needed DB table structure 50 50 const DB_VERSION = '0.9'; 51 const ADI_VERSION = '1.1. 5';51 const ADI_VERSION = '1.1.6'; 52 52 53 53 // name of our own table -
active-directory-integration/trunk/readme.txt
r1110230 r1144690 3 3 Tags: authentication, active directory, ldap, authorization, security, windows 4 4 Requires at least: 3.0 5 Tested up to: 4. 16 Stable tag: 1.1. 55 Tested up to: 4.2 6 Stable tag: 1.1.6 7 7 8 8 Allows WordPress to authenticate, authorize, create and update users against Active Directory
Note: See TracChangeset
for help on using the changeset viewer.