Merge lp:~allenap/maas/packaging.trusty.authbind-ipv6 into lp:~maas-maintainers/maas/packaging.trusty

Proposed by Gavin Panella
Status: Merged
Approved by: Gavin Panella
Approved revision: 285
Merged at revision: 285
Proposed branch: lp:~allenap/maas/packaging.trusty.authbind-ipv6
Merge into: lp:~maas-maintainers/maas/packaging.trusty
Diff against target: 26 lines (+5/-0)
2 files modified
debian/changelog (+4/-0)
debian/maas-cluster-controller.postinst (+1/-0)
To merge this branch: bzr merge lp:~allenap/maas/packaging.trusty.authbind-ipv6
Reviewer Review Type Date Requested Status
Andres Rodriguez (community) Approve
Review via email: mp+226931@code.launchpad.net

Commit message

Configure authbind to permit binding all IPv6 addresses on ports 68 and 69 too.

Description of the change

Backport of r285 from packaging trunk.

To post a comment you must log in.
Revision history for this message
Andres Rodriguez (andreserl) wrote :

lgtm!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2014-06-20 17:09:32 +0000
+++ debian/changelog 2014-07-15 21:24:00 +0000
@@ -8,6 +8,10 @@
8 - maas-provisioningserver not maas-cluster-controller depends on8 - maas-provisioningserver not maas-cluster-controller depends on
9 python-seamicroclient (LP: #1332532)9 python-seamicroclient (LP: #1332532)
1010
11 + [ Gavin Panella ]
12 * debian/maas-cluster-controller.postinst
13 - Allow maas-pserv to bind to all IPv6 addresses too.
14
11 -- Julian Edwards <julian.edwards@canonical.com> Wed, 04 Jun 2014 13:32:00 +100015 -- Julian Edwards <julian.edwards@canonical.com> Wed, 04 Jun 2014 13:32:00 +1000
1216
13maas (1.5.3+bzr2287-0ubuntu1) trusty; urgency=medium17maas (1.5.3+bzr2287-0ubuntu1) trusty; urgency=medium
1418
=== modified file 'debian/maas-cluster-controller.postinst'
--- debian/maas-cluster-controller.postinst 2014-04-03 17:51:04 +0000
+++ debian/maas-cluster-controller.postinst 2014-07-15 21:24:00 +0000
@@ -103,6 +103,7 @@
103 fi103 fi
104 fi104 fi
105 echo '0.0.0.0/0:68,69' >/etc/authbind/byuid/$MAAS_UID105 echo '0.0.0.0/0:68,69' >/etc/authbind/byuid/$MAAS_UID
106 echo '::/0,68-69' >>/etc/authbind/byuid/$MAAS_UID
106 chown maas:maas /etc/authbind/byuid/$MAAS_UID107 chown maas:maas /etc/authbind/byuid/$MAAS_UID
107 chmod 700 /etc/authbind/byuid/$MAAS_UID108 chmod 700 /etc/authbind/byuid/$MAAS_UID
108}109}

Subscribers

People subscribed via source and target branches

to all changes: