Hi Everyone,
I'm running SME 5.6.
I have changed my Dyndns.org hostname to a FQN (mydomain.com).
The change went well overall except My LDAP.
I needed to update my LDAP directory on the server-manager and
did'nt give me any errors on that level.
But when i checked my logs on the messages files, i have had the followings :
Jun 1 01:18:36 myhost e-smith[2975]: Running event handler: /etc/e-smith/events/
ldap-update/S80ldap-update
Jun 1 01:18:39 tuxam e-smith[2975]: failed to modify entry for uid=user1,
dc=mydomain,dc=com: No such object at /etc/e-smith/events/ldap-update/S80ldap-update lin
e 153.
And this go on for all users.
I checked line 153 and this is it:
my $dn = "uid=$key,$base";
if (($event eq 'user-create') || ($event eq 'group-create'))
I also checked my ldap.com file:
#------------------------------------------------------------
#
# LDAP Defaults
#
# See ldap.conf(5) for details
# This file should be world readable.
#BASE dc=OpenLDAP, dc=Org
#HOST ldap.openldap.org
#HOST ldap.openldap.org ldap-master.openldap.org:666
#PORT 389
BASE dc=mydomain,dc=com
HOST localhost
PORT 389
#SIZELIMIT 12
#TIMELIMIT 15
#DEREF never
#------------------------------------------------------------
Now my problem is that i cannot connect to my ldap directory from e-mail
clients or webmail.
I having the following error message:
Error code 32: No such objet.
Verify that the Base DN is correct ant then try again, ...
I verified the Base DN and it's ok (dc=mydomain,dc=com).
Anyone could help??? Any LDAP GURU??
ThankX a lot.