camdizzle
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Execute a javascript from PHPI believe I’ve worked out the Javascript execution however I cant seem to get the variable to work within the javascript. Your assistance is greatly appreciated.
Forum: Fixing WordPress
In reply to: Execute a javascript from PHP<?php
$linkedin = $curauth->linkedin;
if (empty($linkedin)) {
echo ‘Update your profile and include your linkedin ID’;
} else {
JAVASCRIPT HERE, BUT HOW TO I PROPERLY DISPLAY IT FOR EXECUTION
}
?>RealDolmen – IIS Authentication Plugin
auto login
RealDolmen – IIS Authentication Plugin
Look up that plugin. I use it on my IIS envrio and it works AMAZINGLY.
I stripped out everything I could find that referenced “description” in the adldap.php file and still it imports the description field from AD to the description field of WP.
Anyone know how to modify that?
Take Domain Users out and just use id:513. Thats not the problem though.
Your AD groups need some attention. Move the account username out of the OU you are querying.
I am having the same issue.
Adjusted my groups to circumvent the problem I was having with the filtering by group.
Only problem that still exists is the search bar within the page or widget view.
Anyone else having a similar issue?
Played around with this most of yesterday with no success. Anyone have comments on the search/group filtering not working?
I have the same issue. I’m using the development version .30 with wordpress 3.4.1.
I can pull all AD records from my ou=CA, but if I want to specify a group in my base DN, i get 0 results.
Same when I search for my own name. I can see myself in the list, but can not individually search myself.
I’m about ready to ditch this plugin and go with a different platform that can provide me an AD solution worthwhile. Any suggestions?