------------------ ### Features * Advanced Employee Management Module is now included in IceHrm Open Source Edition * LDAP Module which was only available in IceHrm Enterprise is now included in open source also * Initial implementation of icehrm REST Api for reading employee details * Improvements to data filtering * Multiple tabs for settings module * Overtime reports - now its possible to calculate overtime for employees.compatible with US overtime rules * Logout the user if tried accessing an unauthorized module * Setting for updating module names ### Fixes * Fix issue: classes should be loaded even the module is disabled * Deleting the only Admin user is not allowed * Fixes for handling non UTF-8 * Fix for non-mandatory select boxes are shown as mandatory
28 lines
876 B
Plaintext
28 lines
876 B
Plaintext
Before using please install php5-ldap module
|
|
sudo apt-get install php5-ldap
|
|
|
|
For using php ldap on windows please refer
|
|
http://stackoverflow.com/questions/16864306/fatal-error-call-to-undefined-function-ldap-connect
|
|
|
|
|
|
The user "admin" will always login with local db username and password (even LDAP is enabled)
|
|
|
|
Use following config to test LDAP connection with following test LDAP server
|
|
http://www.forumsys.com/tutorials/integration-how-to/ldap/online-ldap-test-server/
|
|
|
|
Change configs as follows under System->Settings
|
|
|
|
LDAP: Enabled = Yes
|
|
LDAP: Server = ldap.forumsys.com
|
|
LDAP: Port = 389
|
|
LDAP: Root DN = dc=example,dc=com
|
|
LDAP: Manager DN = cn=read-only-admin,dc=example,dc=com
|
|
LDAP: Manager Password = password
|
|
LDAP: Version 3 = Yes
|
|
LDAP: User Filter = uid={}
|
|
|
|
Then create a user with username "riemann" under System->Users
|
|
|
|
Logout and try login with riemann/password
|
|
|