• Resolved MyFriendJerry

    (@myfriendjerry)


    Is there a way to view the transmission log with the ldap server? I am having problems with logins after upgrading to php7. We had it functioning before the upgrade.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Paul Ryan

    (@figureone)

    You probably just need to install the php-ldap module. For example, on ubuntu 12 and 14 the module is php5-ldap; once you upgrade to ubuntu 16 and php7, the new module is php7.0-ldap.

    If you want to enable logging, remove the at symbols (@) in front of the ldap_* functions in authorizer.php.

    Thread Starter MyFriendJerry

    (@myfriendjerry)

    Thank you Paul, I will give that a try. We were able to get it functioning on the production server but not on the development server. I’m still trying to see what’s different between the two. It will help to be able to read through some logs.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Debug log’ is closed to new replies.