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
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-06-25 19:30:52 +0000
3+++ debian/changelog 2014-06-27 18:37:38 +0000
4@@ -26,6 +26,10 @@
5 - maas-provisioningserver not maas-cluster-controller depends on
6 python-seamicroclient (LP: #1332532)
7
8+ [ Gavin Panella ]
9+ * debian/maas-cluster-controller.postinst
10+ - Allow maas-pserv to bind to all IPv6 addresses too.
11+
12 -- Andres Rodriguez <andreserl@ubuntu.com> Tue, 15 Apr 2014 14:41:32 -0400
13
14 maas (1.5+bzr2252-0ubuntu1) trusty; urgency=medium
15
16=== modified file 'debian/maas-cluster-controller.postinst'
17--- debian/maas-cluster-controller.postinst 2014-04-03 17:51:04 +0000
18+++ debian/maas-cluster-controller.postinst 2014-06-27 18:37:38 +0000
19@@ -103,6 +103,7 @@
20 fi
21 fi
22 echo '0.0.0.0/0:68,69' >/etc/authbind/byuid/$MAAS_UID
23+ echo '::/0,68-69' >>/etc/authbind/byuid/$MAAS_UID
24 chown maas:maas /etc/authbind/byuid/$MAAS_UID
25 chmod 700 /etc/authbind/byuid/$MAAS_UID
26 }

Subscribers

People subscribed via source and target branches