fix libnss-nsswitch.conf for FreeBSD, fixes 538
This commit is contained in:
@@ -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
|
# You should place mysql at the end, so that it is queried after the other mechanisams
|
||||||
#
|
#
|
||||||
passwd: compat mysql
|
group: files mysql
|
||||||
group: compat mysql
|
group_compat: nis
|
||||||
shadow: compat mysql
|
|
||||||
|
|
||||||
hosts: files dns
|
hosts: files dns
|
||||||
networks: files dns
|
networks: files
|
||||||
|
passwd: files mysql
|
||||||
|
passwd_compat: nis
|
||||||
|
shells: files
|
||||||
|
services: compat
|
||||||
|
services_compat: nis
|
||||||
|
protocols: files
|
||||||
|
rpc: files
|
||||||
|
|
||||||
services: db files
|
|
||||||
protocols: db files
|
|
||||||
rpc: db files
|
|
||||||
ethers: db files
|
|
||||||
netmasks: files
|
|
||||||
netgroup: files
|
|
||||||
bootparams: files
|
|
||||||
|
|
||||||
automount: files
|
|
||||||
aliases: files
|
|
||||||
|
|||||||
Reference in New Issue
Block a user