User Activity

  • Posted a comment on ticket #79 on LDAP Address Book

    Indeed! I was able to get it working on PHP8 by replacing if(is_resource($search_resource)) with if($search_resource !== false) throughout the code... :-)

  • Posted a comment on ticket #79 on LDAP Address Book

    Here the test code again, minus the php open/close tags $ldaphost = "ldaps://ourserver.local"; $ldapport = 636; $ds = ldap_connect($ldaphost, $ldapport) or die("Could not connect to $ldaphost"); ldap_set_option($ds, LDAP_OPT_DEBUG_LEVEL, 7); if ($ds) { $ldapbind = ldap_bind($ds); if ($ldapbind) {print "Congratulations! authenticated.";} else {print "Access Denied!";} // $ds is a valid LDAP\Connection instance for a directory server $basedn = "ou=NAME1,dc=NAME2,dc=NAME3,dc=NAME4"; $justthese = array("ou");...

  • Posted a comment on ticket #79 on LDAP Address Book

    (sorry for the large text, just trying to separate the code with a line full of dashes....) So... I was able to fix the problem with implode() (either by manually editing the line to change order of the arguments, or by pulling the latest version from git, which has the fix) Unfortunately I am still stuck with getting this to work on PHP 8. Neither v 0.41 which we run successfully on PHP 7.4, nor v0.42 nor the latest git version seem to find any LDAP matches, they all come up empty. I tried to directly...

  • Created ticket #79 on LDAP Address Book

    Error when using PHP 8.3.2

  • Posted a comment on ticket #1609 on Meeting Room Booking System

    adding a simple error_log("Failed login " . $userName); to session/session_php.inc after line 129 worked perfectly fine. Thanks!

  • Posted a comment on ticket #1609 on Meeting Room Booking System

    Thanks a lot for the super fast support! I will try this asap. Why did Alex above refer to auth_ldap.inc whereas you refer to session_php.inc?

  • Posted a comment on ticket #1609 on Meeting Room Booking System

    Sorry for not being precise. We also use LDAP. I found the LDAP debug flag but I'd rather not have ALL the ldap information logged.

  • Posted a comment on ticket #1609 on Meeting Room Booking System

    We have a similar need - we would like to log failed logins so we can review them. What changes would be need to do for this? We run MRBS 1.8.0 in case that matters. Thanks!

View All

Personal Data

Username:
mb72
Joined:
2013-12-11 14:53:54

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB