Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - zunix

Pages: [1]
1
Development / Re: LDAP Integration
« on: May 23, 2012, 08:49:45 am »
hey every body , Please i need you help

actually i install fengoffice_2.0.0 and i mange to integerate it with ldap

1.download the patch and i configure ldap ldap.config.php
 
there is file

<?php

  /**
  * ldap.config.example.php is sample configuration file for ldap authentication.
  * Rename it in ldap.config.php and change the values acconrding to your env.
  *
  * @author Luca Corbo <luca.corbo@2bopen.org>
  */
 
  // The configuration array:
  $config_ldap = array (
      'startrls' =  false,
      'binddn'    => 'uid=LDAP Admin,ou=System Accounts,dc=XXXX,dc=com',
      'bindpw'    => 'XXXXX',
      'basedn'    => 'ou=People,dc=XXXX,dc=com',
      'host'      => 'ldap://127.0.0.1:389',
      'uid'       => 'LDAP Admin' //Change in according with your settings to match the userid entry
  );
  return true;
 
?>

but when i tried to access to get a blank page and i tried to edit the code as u mentioned be4 but i failed and i still have the same problem please help me because i like this product  and

Pages: [1]