Search found 10 matches

by jonathanve
Thu Aug 03, 2006 1:39 am
Forum: Development
Topic: Fixing up the External Authentication (LDAP) plugin
Replies: 12
Views: 15451

Hi all,

Thanks for the interest! Here's a link to download it:

http://jdve.yi.org/downloads/serendipity_event_ldap.zip

I changed the name from the original to avoid compatibility issues. Also, I created another visit log plugin (complete with a graph), so I didn't need that functionality in this ...
by jonathanve
Sun Jul 30, 2006 1:20 am
Forum: Development
Topic: Fixing up the External Authentication (LDAP) plugin
Replies: 12
Views: 15451

Hi,

Well, I think I've got this LDAP thing finally worked out. It's in production use for the last few weeks and so far as good. Thanks so much for such a flexible framework!

I'm more than happy to post my changes, but I'm not sure how useful it would be for others. The more I use LDAP, the more I ...
by jonathanve
Mon May 29, 2006 7:09 pm
Forum: Development
Topic: Fixing up the External Authentication (LDAP) plugin
Replies: 12
Views: 15451

Alright, that sounds like a good idea. I'll give it a shot and let you know...

Jonathan
by jonathanve
Mon May 29, 2006 1:08 am
Forum: Development
Topic: Fixing up the External Authentication (LDAP) plugin
Replies: 12
Views: 15451

Sorry for the long delay...trying to catch up with life, ya know.

Anyway, I like your idea. I think it will work, except I have one question. After the login has completed (in backend_configure), I can access the username using $serendipity['serendipityUser'], but the password in $serendipity ...
by jonathanve
Tue May 16, 2006 6:15 am
Forum: Development
Topic: Fixing up the External Authentication (LDAP) plugin
Replies: 12
Views: 15451

Wow, you're right...this is a pain. Maybe I'm just trying too hard for something that's not really worth it, but here's another idea:

How about changing the semantics of the "backend_auth" event, so that it occurs AFTER we attempt to login using the s9y database. If we can successfully login using ...
by jonathanve
Mon May 15, 2006 5:27 am
Forum: Development
Topic: Fixing up the External Authentication (LDAP) plugin
Replies: 12
Views: 15451

I just had another idea: why not have s9y always call the external authentication plugin (if it's enabled), but then provide an option as part of the plugin that specifies whether to check LDAP for existing accounts. That way the behavior depends on how the admin is using this plugin, without a ...
by jonathanve
Mon May 15, 2006 1:29 am
Forum: Development
Topic: Fixing up the External Authentication (LDAP) plugin
Replies: 12
Views: 15451

Fixing up the External Authentication (LDAP) plugin

Hi all,

(I'm using s9y's svn trunk, currently at revision 1193.)

Up to now, I've managed a client's restricted-access blog using plain vanilla s9y authentication, but there are starting to be too many user accounts to manage efficiently using this method. So I've been fixing up the external ...
by jonathanve
Thu Oct 06, 2005 5:36 am
Forum: Bugs
Topic: "Forbid creating entries?" Stops Group Permissions
Replies: 4
Views: 3618

Excellent!! Thank you very much!

Jonathan
by jonathanve
Wed Oct 05, 2005 6:46 am
Forum: Bugs
Topic: "Forbid creating entries?" Stops Group Permissions
Replies: 4
Views: 3618

OK, that makes sense. So the real bug is with the Login Form plugin. Line 55 needs to be changed to use the new group permissions:

plugins/serendipity_plugin_loginform/serendipity_plugin_loginform.php

if (!$serendipity['no_create']) { // <-- This line here.
echo '<a href="' . $serendipity ...
by jonathanve
Sat Oct 01, 2005 4:07 am
Forum: Bugs
Topic: "Forbid creating entries?" Stops Group Permissions
Replies: 4
Views: 3618

"Forbid creating entries?" Stops Group Permissions

Hi all,

I've been trying to create a user that only has permissions to set their own personal settings, but nothing else. So I created a user group named "Guest" with only the "personalConfiguration" permission set. However, I find that I must also set the "Forbid creating entries?" of each user to ...