mwortman
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: What does your WP Intranet look like?I finally have the perfect AD integration:
http://ww.wp.xz.cn/support/topic/single-sign-on-between-ad-and-wp?replies=10
Forum: Plugins
In reply to: Single Sign-on between AD and WPAm-a-zing! It does work! What I did:
0. enable windows authentication on IIS7 (don’t know about 6)
1. download the plugin code from the link above
2. create a folder in your plugins folder in your wordpress installation
3. paste the plugin in that folder
4. now login to your wordpress and activate the pluginThat’s it!!
I’m assuming WP Super Cache needs to switched off to make this happen immediately (or empty cache). Also assuming that Active Directory Plugin(s) can be removed, since no-one needs to physically login anymore. I’ll test these assumptions some more. And it only works in IE (8+9 tested, you can’t log out anymore! :-)), not in Chrome.
Forum: Plugins
In reply to: Single Sign-on between AD and WPI’ve been looking for the same. Some real complicated solutions are avaialble, but no such thing as a simple plugin.
I assume it’s quite significant what server WP is running on. Mine is internally running on Windows Server 2008 (SP2). I actually think it might even be possible to take of it on the server, but hell do I know.
Forum: Everything else WordPress
In reply to: What does your WP Intranet look like?My company asked for an portal: a centralised place for staff to find information, to communicate with each other and the different offices and to link to other information. SharePoint is also available on the intranet for document control, meeting spaces, etc., but is to cluncky for a nice and easy on the eyes entrance for staff. So we only link to specific spots in SharePoint (like the policy library) for staff.
General
We have the blog as the main page for internal communication. Each office has an author and writes posts from that office. The Internal Communication Officer takes care of the rest. We have a few pages for more information on training, OHS, etc with links to documentation stored in SharePoint.Main issues
1. Updating is a real problem, since all the tweaks we have made to suit our needs. We decided only to update major versions. Security is not an issue, since it is run on the intranet only.2. Automatic logins (ie windows authenticate) is an issue, but we have worked around this by only letting administraters to login when writing new posts. If staff wants to comment, they can type in their name and comments. We have deleted the URL and password fields. Problem is obviously that they can write up any name.
3. External Access is not possible at the moment. This is just because of our internal IT infrastructure. We won’t rely on WP for external access, since WP is not the only service running.
Theme
We have used the arras theme for its useability and prettyness. We obviously have a child theme that suits our needs.What I would like to see?
– Windows Authentication: seemingless login for all users and permissions taken care off by WordPress.
– Better internal communication, Yammer style.
– Faster is always better, although I realise that it has more to do with our IT infrastructure than WP. I just don’t understand WP is so much slower than SharePoint.Basically, because Windows Authentication is such a hassle, most functionality, like document control or online forms, are a real problem. People don’t like to login to often. Hence our intranet is mainly 1-way communication, while the objective was to communicate with each other and reduce email traffic.
Forum: Fixing WordPress
In reply to: WordPress hosted on ISS: subfolders are ignoredSorry about this, don’t know how to delete this.
Forum: Fixing WordPress
In reply to: Howto change page widthPut this in your .css :
#fullwidth { width: 970px; }
Add this to a template:
<div id=”fullwidth” class=”section”>
Solved. 🙂
Forum: Plugins
In reply to: [Plugin: Support Tickets] Wishlist6. Since all tickets get an access key, it would be nice to have a field to look up their own tickets with that key.
Forum: Plugins
In reply to: [Plugin: Support Tickets] No redirect after submitOne solution I can think of is to make a standard message on your support tickets page. The top will be shown during creating a ticket as viewing the created tickets. It’s not really good, but it could help a little.
Forum: Plugins
In reply to: [Plugin: Support Tickets] Change outbound emailBut that still only works for an overall email address. What if you have more than one admins/Authors running your website? I’d like to send the outbound mail to a specific person.
Forum: Plugins
In reply to: Technician reportsMay be Zingiri Tickets is something you are looking for. Heaps of options and settings, great ticket system!
Forum: Plugins
In reply to: [Plugin: Support Tickets] Authors to answerSame. No settings at all? Would be great to at least assign other users.
Forum: Fixing WordPress
In reply to: Login screen: ‘ERROR: The username field is empty’Found out now that logging in and check against LDAP (with simple ldap plugin) does not work anymore. It doesn’t recognize the user (in ldap) anymore.
Uninstalled the Login LockDown and logging in via checking against ldap works again, BUT the error is back again.
Anyone any ideas?
Forum: Fixing WordPress
In reply to: Howto change page width#container didn’t fix my issue so far. Any help please?
Forum: Fixing WordPress
In reply to: Login screen: ‘ERROR: The username field is empty’Strange. I had the same error, but hadn’t installed any plugins related to login.
Since I’ve installed Login LockDown, it doesn’t show the error no more.
Forum: Fixing WordPress
In reply to: Howto change page widthThanks, alchymyth!
It’s an intranet site, so a link is not possible. That’s why I’ve put up the screenshot.
Let’s have a look at .forum #container, .forum #content {margin:0;padding:0;width:100%;} and see if it changes anything.