bind9_parser
bind9_parser copied to clipboard
/etc/crypto-policies/back-ends/bind.config : file not found
i try to configure BIND but when i try enable named service then this notification showed up "/etc/named.conf:23: open: /etc/crypto-policies/back-ends/bind.config: file not found'
Right.
Your configuration files' include statements are using absolute directory path.
Most of my configurations are in (provided that you know what the current working directory $CWD are) in relative directory path.
Can you determine if the file protections of /etc/crypto-policies/back-ends/bind.config (RedHat) is actually not readable from whatever shell username is? My guess is that RedHat makes it very hard to read that file for anyone.