Skip to content

Instantly share code, notes, and snippets.

@p3x-robot
Last active April 25, 2018 21:38
Show Gist options
  • Save p3x-robot/01c2480f959622124f0aec1b2b65ed5b to your computer and use it in GitHub Desktop.
Save p3x-robot/01c2480f959622124f0aec1b2b65ed5b to your computer and use it in GitHub Desktop.
Samba after 4.6 with domain server Bind / Named configuration changed ☠️
/* this file is auto-generated - do not edit */
/* Replace the * with a period (.) after ms-self. */
/* That field is just a placeholder and could be forgotten */
/* leading to the type list being wrongly interpreted. */
/* Named now requires it to be a period. */
/* Right after ms-self, now not *, but . */
update-policy {
grant CORY-DC.COMPANY.COM ms-self . A AAAA;
grant Administrator@CORY-DC.COMPANY.COM wildcard * A AAAA SRV CNAME;
grant SERVER$@cory-dc.company.com wildcard * A AAAA SRV CNAME;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment