:: COMMENTS ::
I could've sworn I wrote a post on this myself from 4 days ago, but it's not there. I'm having issues with slapd too I think only because my log file was showing the ldapi connection couldn't happen. Then I did purge samba and purge slapd as well as rm -rf /var/lib/ldap* && sudo rm -rf /etc/ldap/*. Now my log shows this:
2010/07/26 05:47:24 ERROR> Ldap.pm:721 EBox::Ldap::_errorOnLdap - Unknown error at EBox::UsersAndGroups::listSlaves invalid DN
2010/07/26 05:47:42 ERROR> Ldap.pm:719 EBox::Ldap::_errorOnLdap - $VAR1 = {
'base' => 'ou=Groups,',
'attrs' => [
'cn',
'gidNumber',
'description'
],
'filter' => '(objectclass=*)',
'scope' => 'one'
};
2010/07/26 05:47:42 ERROR> Ldap.pm:721 EBox::Ldap::_errorOnLdap - Unknown error at EBox::UsersAndGroups::groups invalid DN
2010/07/26 05:50:02 ERROR> Ldap.pm:719 EBox::Ldap::_errorOnLdap - $VAR1 = {
'base' => 'ou=slaves,',
'filter' => '(objectClass=slaveHost)',
'scope' => 'sub'
};
2010/07/26 05:50:02 ERROR> Ldap.pm:721 EBox::Ldap::_errorOnLdap - Unknown error at EBox::UsersAndGroups::listSlaves invalid DN
2010/07/26 05:55:03 ERROR> Ldap.pm:719 EBox::Ldap::_errorOnLdap - $VAR1 = {
'base' => 'ou=slaves,',
'filter' => '(objectClass=slaveHost)',
'scope' => 'sub'
};
2010/07/26 05:55:03 ERROR> Ldap.pm:721 EBox::Ldap::_errorOnLdap - Unknown error at EBox::UsersAndGroups::listSlaves invalid DN
2010/07/26 06:00:03 ERROR> Ldap.pm:719 EBox::Ldap::_errorOnLdap - $VAR1 = {
'base' => 'ou=slaves,',
'filter' => '(objectClass=slaveHost)',
'scope' => 'sub'
};
2010/07/26 06:00:03 ERROR> Ldap.pm:721 EBox::Ldap::_errorOnLdap - Unknown error at EBox::UsersAndGroups::listSlaves invalid DN
:: SOLUTION ::
I completely forgot though, issac gave me some things to run a long time ago which I still have saved in a text file, those are:
/usr/share/ebox-usersandgroups/ebox-usersandgroups-reinstall
/usr/share/ebox/ebox-unconfigure-module samba
/usr/share/ebox/ebox-unconfigure-module mail
The reinstall should fix everything. I've seen a recent ticket marked as solved when that was run to fix it and did it myself just now. I only wish there way a way to export and import lists of users to make this whole process easier.