Modify ↓
Ticket #1430 (closed defect: fixed)
Unable to enable the Users and Groups Module
| Reported by: | anonymous | Owned by: | juruen@… |
|---|---|---|---|
| Milestone: | 1.4 | Component: | users |
| Severity: | critical | Keywords: | |
| Cc: |
Description
I reconfigured the slapd and changed the password to asdf Then in eBox users mode I entered the new password Saved the changes Then I tried to enable Users and Groups And then ..... BUG
A really nasty bug has occurred
Exception
Failed to enable: ldapadd -c -x -D 'cn=admin,cn=config' -f /var/lib/ebox/tmp/slapd-master.ldif -w asdf failed. Error output: ldap_modify: Type or value exists (20) additional info: modify/add: olcModuleLoad: value #0 already exists ldap_add: No such object (32) matched DN: cn=config ldap_modify: Type or value exists (20) additional info: modify/add: olcAccess: value #0 already exists Command output: modifying entry "cn=module{0},cn=config" adding new entry "olcOverlay=syncprov,olcDatabase={1}hdb,cn=config" modifying entry "olcDatabase={0}config,cn=config" adding new entry "olcOverlay=syncprov,olcDatabase={0}config,cn=config" . Exit value: 20
Trace
Failed to enable: ldapadd -c -x -D 'cn=admin,cn=config' -f /var/lib/ebox/tmp/slapd-master.ldif -w asdf failed.
Error output: ldap_modify: Type or value exists (20)
additional info: modify/add: olcModuleLoad: value #0 already exists
ldap_add: No such object (32)
matched DN: cn=config
ldap_modify: Type or value exists (20)
additional info: modify/add: olcAccess: value #0 already exists
Command output: modifying entry "cn=module{0},cn=config"
adding new entry "olcOverlay=syncprov,olcDatabase={1}hdb,cn=config"
modifying entry "olcDatabase={0}config,cn=config"
adding new entry "olcOverlay=syncprov,olcDatabase={0}config,cn=config"
.
Exit value: 20 at /usr/share/perl5/EBox/CGI/ServiceModule/ConfigureModuleController.pm line 74
EBox::CGI::ServiceModule::ConfigureModuleController::_process('EBox::CGI::ServiceModule::ConfigureModuleController=HASH(0x7f...') called at /usr/share/perl5/EBox/CGI/Base.pm line 261
EBox::CGI::Base::run('EBox::CGI::ServiceModule::ConfigureModuleController=HASH(0x7f...') called at /usr/share/perl5/EBox/CGI/Run.pm line 120
EBox::CGI::Run::run('EBox::CGI::Run', 'ServiceModule/ConfigureModuleController', 'EBox') called at /usr/share/ebox/cgi/ebox.cgi line 19
ModPerl::ROOT::ModPerl::Registry::usr_share_ebox_cgi_ebox_2ecgi::handler('Apache2::RequestRec=SCALAR(0x7fa968ad8bb8)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
eval {...} called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 204
ModPerl::RegistryCooker::run('ModPerl::Registry=HASH(0x7fa968ad8af8)') called at /usr/lib/perl5/ModPerl/RegistryCooker.pm line 170
ModPerl::RegistryCooker::default_handler('ModPerl::Registry=HASH(0x7fa968ad8af8)') called at /usr/lib/perl5/ModPerl/Registry.pm line 31
ModPerl::Registry::handler('ModPerl::Registry', 'Apache2::RequestRec=SCALAR(0x7fa968ad8bb8)') called at -e line 0
eval {...} called at -e line 0
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
We have changed the process of adding a slave since this ticket was open. And also, a new slapd package has been uploaded.
I'm closing this ticket as it should fixed by now.