diff --git a/templates/misc/configfiles/freebsd/libnss/etc_nsswitch.conf b/templates/misc/configfiles/freebsd/libnss/etc_nsswitch.conf index 5ac5d49d..bfcf8827 100644 --- a/templates/misc/configfiles/freebsd/libnss/etc_nsswitch.conf +++ b/templates/misc/configfiles/freebsd/libnss/etc_nsswitch.conf @@ -1,20 +1,15 @@ -# Make sure that `passwd`, `group` and `shadow` have mysql in their lines +# Make sure that `passwd` and `group` have mysql in their lines # You should place mysql at the end, so that it is queried after the other mechanisams # -passwd: compat mysql -group: compat mysql -shadow: compat mysql +group: files mysql +group_compat: nis +hosts: files dns +networks: files +passwd: files mysql +passwd_compat: nis +shells: files +services: compat +services_compat: nis +protocols: files +rpc: files -hosts: files dns -networks: files dns - -services: db files -protocols: db files -rpc: db files -ethers: db files -netmasks: files -netgroup: files -bootparams: files - -automount: files -aliases: files