#3307 ipa install does not enable sssd start on boot
Closed: Fixed None Opened 10 years ago by mkosek.

https://bugzilla.redhat.com/show_bug.cgi?id=888124 (Red Hat Enterprise Linux 6)

Description of problem:

sssd is not configured to start on boot by IPA install.

My test to confirm here was done with ipa-server-install:

[root@rhel6-1 ~]# chkconfig --list sssd
sssd            0:off   1:off   2:off   3:off   4:off   5:off   6:off

[root@rhel6-1 ~]# ipa-server-install --setup-dns --forwarder=$DNSFORWARD
--hostname=$hostname_s.$DOMAIN -r $RELM -n $DOMAIN -p $ADMINPW -P $ADMINPW -a
$ADMINPW -U

<normal looking output removed/>

[root@rhel6-1 ~]# chkconfig --list|grep sssd
sssd            0:off   1:off   2:off   3:off   4:off   5:off   6:off

Version-Release number of selected component (if applicable):

ipa-server-3.0.0-15.el6.x86_64

How reproducible:

always

Steps to Reproduce:
1.  Install IPA server
2.  chkconfig --list|grep sssd

Actual results:

Shows sssd not on to support persistent start across reboots.

Expected results:

sssd set to start on boot.

Additional info:

Patch freeipa-mkosek-343-enable-sssd-on-client-install.patch sent for review

master: b3ea7d2[[BR]]
ipa-3-1: 03c1574[[BR]]
ipa-3-0: 63c6868

Metadata Update from @mkosek:
- Issue assigned to mkosek
- Issue set to the milestone: FreeIPA 3.0.2

6 years ago

Login to comment on this ticket.

Metadata