Topic: Microsoft Active Directory

I would love to be able to integrate Front Accounting with MS Active Directory (or Open LDAP) so that there is a single user sign-on capability.  Anyone done this sort of thing?

Re: Microsoft Active Directory

Hi KiegKhan,

   I have created FrontAccounting OpenLDAP Connector with the ability to automatically provision ldap users into FA. It is a Single Sign On process that you are looking for but using OpenLDAP Server. You may downloads it from

  http://www.anterp.com/downloads/FrontAccounting-LDAP-Server.tar.gz

  Installation Notes:
    1. Please make a backup before executing this step.
    2. Extract FrontAccounting OpenLDAP Connector.
    3. Upload to your Root directory.

   There are 2 file that will be overwrite:
     1) includes/current_user.inc
     2) includes/session.inc

  Configuration file: config_ldap.php

// LDAP Server
define(

Re: Microsoft Active Directory

This FrontAccounting OpenLDAP Connector API is also on the Download Release 2.3 page.

/Joe

Re: Microsoft Active Directory

tclim wrote:

Hi KiegKhan,

   I have created FrontAccounting OpenLDAP Connector with the ability to automatically provision ldap users into FA. It is a Single Sign On process that you are looking for but using OpenLDAP Server. You may downloads it from

  http://www.anterp.com/downloads/FrontAccounting-LDAP-Server.tar.gz

  Installation Notes:
    1. Please make a backup before executing this step.
    2. Extract FrontAccounting OpenLDAP Connector.
    3. Upload to your Root directory.

   There are 2 file that will be overwrite:
     1) includes/current_user.inc
     2) includes/session.inc

  Configuration file: config_ldap.php

// LDAP Server
define(

I got this error

include_once(./includes/db/sync_db.inc): failed to open stream: No such file or directory in file: C:\xampp\htdocs\frontaccounting\includes\session.inc at line 344
there is no sync_db.inc there
thanks