[dokuwiki] auth backend ldap broken?

  • From: Werner Flamme <werner.flamme@xxxxxx>
  • To: Mailingliste DokuWiki <dokuwiki@xxxxxxxxxxxxx>
  • Date: Mon, 13 Mar 2006 14:44:42 +0100

Hi everyone,

I just installed dokuwiki 2006-03-09. From the previous release
(2005-09-22) I had a file conf/local.php - and I still use it ;-)

My problem is that on every page I have as first line the text of
$lang['authmodfailed'] in a red strip (this is shown with
http://wikihost/dokuwiki/doku.php?do=check&id=wiki:dokuwiki too, everything
else is green).

Since I use our company's LDAP server and everything else works, this may
be an issue of dokuwiki. Someone here with ldap working? ;-)

The relevant lines of my conf/local.php:

$conf['auth']['ldap']['server']      = 'ldapserv.leipzig.ufz.de';
$conf['auth']['ldap']['usertree']    = 'ou=people, dc=ufz, dc=de';
$conf['auth']['ldap']['grouptree']   = 'ou=Group, dc=ufz, dc=de';
$conf['auth']['ldap']['userfilter']  =
'(&(uid=%{user})(objectClass=posixAccount))';
$conf['auth']['ldap']['groupfilter'] =
'(&(objectClass=posixGroup)(|(gidNumber=%{gid})(memberUID=%{user})))';

And - of course - "this worked with the prevouis release and I did not
change a bit", like all users say :->

Thanks to the default ACL (* @ALL 8) I am able to edit pages, but this is
not what I really want ;-)

Regards,
Werner

-- 
Werner Flamme, Abt. WKDV
UFZ Umweltforschungszentrum Leipzig-Halle GmbH,
Permoserstr. 15 - 04318 Leipzig
Tel.: (0341) 235-3921 - Fax (0341) 235-453921
http://www.ufz.de - eMail: werner.flamme@xxxxxx




-- 
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: