Last active
April 25, 2018 21:38
-
-
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 contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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 [email protected] wildcard * A AAAA SRV CNAME; | |
grant [email protected] wildcard * A AAAA SRV CNAME; | |
}; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment