~matsubara/maas/bug-1334401-paramiko-trusty

« back to all changes in this revision

Viewing changes to debian/maas-cluster-controller.postinst

  • Committer: Gavin Panella
  • Date: 2014-07-15 22:01:08 UTC
  • mfrom: (284.1.1 packaging.trusty)
  • Revision ID: gavin.panella@canonical.com-20140715220108-iunkx5x67nd3jafo
[r=andreserl][bug=1342302][author=allenap] Configure authbind to permit binding all IPv6 addresses on ports 68 and 69 too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
        fi
104
104
    fi
105
105
    echo '0.0.0.0/0:68,69' >/etc/authbind/byuid/$MAAS_UID
 
106
    echo '::/0,68-69' >>/etc/authbind/byuid/$MAAS_UID
106
107
    chown maas:maas /etc/authbind/byuid/$MAAS_UID
107
108
    chmod 700 /etc/authbind/byuid/$MAAS_UID
108
109
}