mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Allow recursion by default
Update name server configuration file to allow any host to issue recursive queries (allow-recursion statement). https://fedorahosted.org/freeipa/ticket/1335
This commit is contained in:
parent
acc00afa4c
commit
5f4c75eb28
@ -11,6 +11,9 @@ options {
|
|||||||
forward first;
|
forward first;
|
||||||
forwarders {$FORWARDERS};
|
forwarders {$FORWARDERS};
|
||||||
|
|
||||||
|
// Any host is permitted to issue recursive queries
|
||||||
|
allow-recursion { any; };
|
||||||
|
|
||||||
tkey-gssapi-credential "DNS/$FQDN";
|
tkey-gssapi-credential "DNS/$FQDN";
|
||||||
tkey-domain "$REALM";
|
tkey-domain "$REALM";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user