[dokuwiki] Re: Problems with subscriptions and ldap auth
- From: Andreas Gohr <andi@xxxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Tue, 31 Jan 2006 23:25:21 +0100
On Tue, 31 Jan 2006 08:39:54 -0600
"Neulinger, Nathan" <nneul@xxxxxxx> wrote:
> If you use ldap auth, and the ldap server requires authentication,
> subscriptions do not currently work because the getUserData routine
> doesn't authenticate.
>
> I was able to do a quick fix for us by adding this patch, but you may
> want to do something cleaner.
Hmm I added a check if there is a bind already (from an existing login).
Still the bind only does either anonymous binding (when no binddn and
bindpass is set) or superuser binding. I guess it should also do a user
credential bind if needed and possible...
I will need to look into it again...
But thanks for the patches (the feed.php patch just went in as sent).
Andi
- References:
- [dokuwiki] Problems with subscriptions and ldap auth
- From: Neulinger, Nathan
Other related posts:
- » [dokuwiki] Problems with subscriptions and ldap auth
- » [dokuwiki] Re: Problems with subscriptions and ldap auth
- [dokuwiki] Problems with subscriptions and ldap auth
- From: Neulinger, Nathan