LDAPEqualSign

LDAPEqualSign

Thursday 21 October 2010 6:57:53 pm - 4 replies

Author Message

André R.

Friday 22 October 2010 4:37:07 am

What setting are you using -- on ?

Some settings did not use LDAPEqualSign, like BindUser and GroupBaseDN, it was improved in 4.1:

http://github.com/ezsystems/ezpublish/commit/559c4267fbecfffcd554221164786cd8b781e71a

Changes in question:

$LDAPBindUser = str_replace( $LDAPEqualSign, "=", $LDAPBindUser );

and

$LDAPGroupBaseDN = str_replace( $LDAPEqualSign, '=', $LDAPGroupBaseDN );

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

cliffp pratt

Saturday 23 October 2010 3:33:50 pm

Ah, I'm using it on LDAPBindUser. I've already had a brief look at ezldapuser.php. I'm unwilling to change base code unless I have to, but I'll have a go. I can't believe that I am the only one to have this problem!

I'm currently stuck on 4.0.7 trying to get it to work, having upgraded stepwise from 3.8. I tried upgrading to 4.2.0 stepwise, but not testing at each step, using the upgrade documents, but I ended up with a 4.2.0 which had many problems. I've therefore gone back to the start and upgraded stepwise to 4.0.7, testing at each step.

This has already taken aeons longer than it should and naturally people are getting impatient. And I'm getting very frustrated. Many thanks for your help. I don't think that I could have got this far without help from yourself and the forums.

Cheers,

Cliff

André R.

Sunday 24 October 2010 2:31:41 am

You can alternatively grab ezldapuser.php from svn / git stable/4.1 branch, but if you do you'll also need to download ldap.ini to make sure default values for new settings gets correct value.

As for upgrading, that is a tricky issue.
Form 3.x to 4.x you have encoding, url alias issue and a bunch of other stuff to look out for. Double check that your tables are innodb and utf8 before you launch the 4.0 site.

In 4.1.4 you have lots of handler settings that where changed to use autoloading, and in 4.2 there was changes to ezxmltext that caused issues for old content that wasn't really fixed before 4.4 (most of the issues where fixed in 4.3 though).
You should try ezupgrade maybe, doesn't solve anything but does make upgrading a bit easier.

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

cliffp pratt

Monday 25 October 2010 3:17:25 pm

I grabbed the ezldapuser.php from the 4.1.4 tarball, and it works, thanks!!

On to the next problem...

Cheers,

Cliff

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.