Skip to content

Commit

Permalink
Fedora 23.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton committed Nov 16, 2015
1 parent 2c98e1d commit cf445bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Clone from the Fedora 22 image
FROM fedora:22
# Clone from the Fedora 23 image
FROM fedora:23

MAINTAINER Jan Pazdziora

# Install FreeIPA server
RUN mkdir -p /run/lock ; dnf install -y freeipa-server bind bind-dyndb-ldap perl && dnf clean all
RUN mkdir -p /run/lock ; dnf install -y freeipa-server freeipa-server-dns bind bind-dyndb-ldap perl && dnf clean all

ADD dbus.service /etc/systemd/system/dbus.service
RUN ln -sf dbus.service /etc/systemd/system/messagebus.service
Expand Down
5 changes: 3 additions & 2 deletions ipa-server-configure-first
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ function upgrade_server () {
/tmp/$i.script 2
fi
done
ipa-ldap-updater -u -q -y /data/ds-master-password
# workaround https://fedorahosted.org/freeipa/ticket/5113
systemctl start dirsrv.target
systemctl start certmonger.service
ipa-upgradeconfig
ipa-server-upgrade
for c in /etc/systemctl-lite-enabled/*-domainname.service ; do
base_c=$(basename $c)
for i in /usr/lib/systemd/system/*-domainname.service ; do
Expand Down

0 comments on commit cf445bc

Please sign in to comment.