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

Proposed by Gavin Panella
Status: Merged
Approved by: Gavin Panella
Approved revision: 285
Merged at revision: 285
Proposed branch: lp:~allenap/maas/packaging.authbind-ipv6
Merge into: lp:~maas-maintainers/maas/packaging
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.authbind-ipv6
Reviewer Review Type Date Requested Status
Blake Rouse (community) Approve
Review via email: mp+224886@code.launchpad.net

Commit message

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

To post a comment you must log in.
Revision history for this message
Gavin Panella (allenap) wrote :

Tested with the help of newell (thanks!).

Revision history for this message
Blake Rouse (blake-rouse) wrote :

lgtm! Even better that it has been tested! :)

review: Approve
Revision history for this message
Gavin Panella (allenap) wrote :

Thanks Blake!

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-25 19:30:52 +0000
+++ debian/changelog 2014-06-27 18:37:38 +0000
@@ -26,6 +26,10 @@
26 - maas-provisioningserver not maas-cluster-controller depends on26 - maas-provisioningserver not maas-cluster-controller depends on
27 python-seamicroclient (LP: #1332532)27 python-seamicroclient (LP: #1332532)
2828
29 [ Gavin Panella ]
30 * debian/maas-cluster-controller.postinst
31 - Allow maas-pserv to bind to all IPv6 addresses too.
32
29 -- Andres Rodriguez <andreserl@ubuntu.com> Tue, 15 Apr 2014 14:41:32 -040033 -- Andres Rodriguez <andreserl@ubuntu.com> Tue, 15 Apr 2014 14:41:32 -0400
3034
31maas (1.5+bzr2252-0ubuntu1) trusty; urgency=medium35maas (1.5+bzr2252-0ubuntu1) trusty; urgency=medium
3236
=== 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-06-27 18:37:38 +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