=== Active Directory Thumbnails ===
Contributors: MirWindsor - Omar
Donate link: 
Tags: authentication, active directory, ldap, authorization, security, windows, avatar, photo
Requires at least: 3.0
Tested up to: 4.3.1
Stable tag: 0.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Works with Active Directory Integration to take AD octet string and convert them to images which you can use in themes.

== Description ==

Works alongside Active Directory Integration (http://wordpress.org/extend/plugins/active-directory-integration/)

Uses Active Directory Integration created data from the AD server to create Image files to be saved on the server with their URL accessible via a meta field for use in templates and/or other places depending on your WordPress knowledge.

Example: 

echo $user->adt_user_photo_url

Infinity88 (http://infinity88.ca) - Ottawa Web Design.


== Installation ==


1. Login as an existing user, such as admin.
2. Upload the folder named active-directory-integration to your plugins folder, usually wp-content/plugins.
3. Activate the plugin on the Plugins screen.
4. Configure the plugin via Users >> Active Directory Thumnbnails


== Frequently Asked Questions ==


== Screenshots ==


== Changelog ==
= 1.0 =
* Switched to WordPress endpoint structure
* Allow replacing of default avatar with the active directory thumbnails
* Moved functions into classes
* Support for translations
* Added nonces to ensure that not anyone with the endpoint can run the job
* Changed the way avatar is retrieved, uses configured upload directory instead of picking it for you

= 0.6 =
* Fix bulk script

= 0.5 =
* First release