Author Topic: LDAP  (Read 3709 times)

ammie

  • Newbie
  • *
  • Posts: 3
    • View Profile
LDAP
« on: February 02, 2011, 02:30:31 pm »
Hello,

I've installed FengOffice today and I'm testing it.

Please how to link it with LDAP ?

is what I have to install a special plugin? if so which one?

I saw the file ldap.config.example.php, how to exploit it?

regards,

supadoctor

  • Jr. Member
  • **
  • Posts: 99
    • View Profile
    • Email
Re: LDAP
« Reply #1 on: February 03, 2011, 09:22:15 am »
You should create own ldap.config.php with your settings. Some notes:
1) by default Feng Office can not import users, so you must create them by hands. Integration with LDAP just way to use same passwords for FO and your domain or other systems
2) try to search forum. there is a lot topics about LDAP and FO integration

sten

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: LDAP
« Reply #2 on: February 17, 2011, 10:49:04 am »
Hi,

We need to improve the LDAP part and we plan to participate for developing a module.

Generally the ID is added every time someone new logs in Feng Office using the LDAP/AD Base. The ID is added inside the MySQL database and the password is empty so the app knows that the LDAP/AD request is necessary.
I am a bit frustrated not to find more documentation about LDAP inside Feng Office.

What is the orientation chosen for future synchronisation between the MySQL database and the LDAP/AD base ?

Congratulations for this application and its functionalities.

Sten

barrerot

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: LDAP
« Reply #3 on: May 04, 2011, 02:50:12 am »
Hello,

I've installed FengOffice today and I'm testing it.

Please how to link it with LDAP ?

I have filled the ldap.config.php file, but it shows incorrect autentification.

Where is my problem?

Regards.

CheezItMan

  • Freshman
  • *
  • Posts: 11
    • View Profile
    • Email
Re: LDAP
« Reply #4 on: May 04, 2011, 05:40:23 am »
Can you post your ldap.config.php file?

Please don't include the password or username you're using. 

mmccarn

  • Freshman
  • *
  • Posts: 33
    • View Profile
Re: LDAP
« Reply #5 on: May 05, 2011, 08:39:38 am »
I downloaded the formerly free version of LDAPSoft's "LDAP Browser" long ago, and find it invaluable when configuring ldap connections.  Sadly, this product no longer seems to be available. 

"LDAP Browser" allowed me to test my ldap settings in a useful, interactive way without having to change settings, attempt login and review log files.

A quick search for 'free ldap browser" found "jxplorer" (http://jxplorer.org/downloads/users.html), which might help.


modestillo

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: LDAP
« Reply #6 on: May 05, 2011, 08:47:34 am »
Hello I have same problem, mi config ldap file is

<?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 (
      'binddn'    => 'cn=root,ou=users,dc=xxxxx',
      'bindpw'    => 'password',
      'basedn'    => 'dc=xxxxx',
      'host'      => '192.168.1.24',
      'uid'       => 'uid' //Change in according with your settings to match the userid entry
  );
  return true;
  
?>

But , can u expalin this that u say "FEng office dont import LDAP  users"? , i create the user one to one for acces to LDAP autentification?

(Sorry i am from spanish i dont write english very well)

Thany you!
« Last Edit: May 05, 2011, 08:50:50 am by modestillo »