Hi there!
I'm a S9Y newbie.
So here's the deal: I have installed an event plugin, it shows up in the Admin interface, I have activated it in the settings, but the files doesn't even get loaded during the login process. I have included a die('booo!'); to the very top of serendipity_event_externalauth.php, but it doesn't happen.
Any ideas anyone?
Cheers,
inki
Problems installing serendipity_event_externlauth
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Problems installing serendipity_event_externlauth
Hi!

Fun aside:
Actually I've never heard of such a problem before, but I'm sure we can fix it.
Best regards,
Garvin
Welcome! Hi, my name is Garvin. I'm an s9y addict.I'm a S9Y newbie.
Fun aside:
Which serendipity version are you using? Do other plugin files work? Is the externalauth-Plugin valid PHP (without a fatal parse error, or missing read privileges?)So here's the deal: I have installed an event plugin, it shows up in the Admin interface, I have activated it in the settings, but the files doesn't even get loaded during the login process. I have included a die('booo!'); to the very top of serendipity_event_externalauth.php, but it doesn't happen.
Actually I've never heard of such a problem before, but I'm sure we can fix it.
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Re: Problems installing serendipity_event_externlauth
Oops, my bad. It was a file rights issueWhich serendipity version are you using? Do other plugin files work? Is the externalauth-Plugin valid PHP (without a fatal parse error, or missing read privileges?)
But it still doesn't work. In the debug, I'm seeing
Code: Select all
[23.10.2006 09:45] Plugin authentication called.
[23.10.2006 09:45] LDAP auth started.
[23.10.2006 09:45] LDAP connection to ad.foo.com: Resource id #43
[23.10.2006 09:45] LDAP connection successful.
[23.10.2006 09:45] LDAP bind call: EI\iheinrich
[23.10.2006 09:45] Updating author, invalidating login.
[23.10.2006 09:45] LDAP connection close.
What's the story of this userlevel?
Cheers,
Ingmar
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Problems installing serendipity_event_externlauth
Hi!
This "userlevel" column indicates the LDAP connection attribute, not anything from serendipity. Serendipity needs that attribute to decide whether a user is an admin or not.
That attribute just needs to hold a value larger than -1 and holds a number of either 0 (standard editor), 1 (chief editor) or 255 (admin). If the value is < -1, then the default userlevel will be assigned to a user.
The LDAP plugin tells you that it cannot bind an object in your LDAP query to the login you are using, and thus disables the author.
I hope that helps, because I actually don't know much about LDAP at all; the plugin is more a proof-of-concept for people that know LDAP.
Best regards
Garvin
This "userlevel" column indicates the LDAP connection attribute, not anything from serendipity. Serendipity needs that attribute to decide whether a user is an admin or not.
That attribute just needs to hold a value larger than -1 and holds a number of either 0 (standard editor), 1 (chief editor) or 255 (admin). If the value is < -1, then the default userlevel will be assigned to a user.
The LDAP plugin tells you that it cannot bind an object in your LDAP query to the login you are using, and thus disables the author.
I hope that helps, because I actually don't know much about LDAP at all; the plugin is more a proof-of-concept for people that know LDAP.
Best regards
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/