-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
59 lines (38 loc) · 1.88 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
=== 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: 1.06
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.
Plugin asset icons by Freepik's Flaticons (http://www.flaticon.com/) and licensed under Creative Commons BY 3.0
== 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.06 =
* BuddyPress avatars can now be replaced through simple settings
= 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