diff --git a/TODO b/TODO index 909e2ba9..22d83d7d 100644 --- a/TODO +++ b/TODO @@ -2,7 +2,7 @@ FIXED 0001282 Homedirs von Dovecot identisch 0001274 Option to mark a Domain as Subdomain possible or not FIXED 0001283 SysCP creating broken lighttpd config files FIXED 0001213 APS class_apsinstaller.php on line 510 - error installing different apps - 0001272 Default Config for libnss incomplete (debian/lenny) +FIXED 0001272 Default Config for libnss incomplete (debian/lenny) FIXED 0001281 Wrong open_basedir directive 0001280 deb packet 1.4.2.1-2 fu*ked FIXED 0001279 incorrect usage of escapeshellcmd diff --git a/templates/misc/configfiles/debian_etch/libnss/etc_nsswitch.conf b/templates/misc/configfiles/debian_etch/libnss/etc_nsswitch.conf index 7401ef25..c3194535 100644 --- a/templates/misc/configfiles/debian_etch/libnss/etc_nsswitch.conf +++ b/templates/misc/configfiles/debian_etch/libnss/etc_nsswitch.conf @@ -1,6 +1,20 @@ -# Make sure that `passwd`, `group` and `shadow` 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 +# Make sure that `passwd`, `group` and `shadow` 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 + +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 \ No newline at end of file diff --git a/templates/misc/configfiles/debian_lenny/libnss/etc_nsswitch.conf b/templates/misc/configfiles/debian_lenny/libnss/etc_nsswitch.conf index 7401ef25..c3194535 100644 --- a/templates/misc/configfiles/debian_lenny/libnss/etc_nsswitch.conf +++ b/templates/misc/configfiles/debian_lenny/libnss/etc_nsswitch.conf @@ -1,6 +1,20 @@ -# Make sure that `passwd`, `group` and `shadow` 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 +# Make sure that `passwd`, `group` and `shadow` 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 + +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 \ No newline at end of file diff --git a/templates/misc/configfiles/gentoo/libnss/etc_nsswitch.conf b/templates/misc/configfiles/gentoo/libnss/etc_nsswitch.conf index 7401ef25..c3194535 100644 --- a/templates/misc/configfiles/gentoo/libnss/etc_nsswitch.conf +++ b/templates/misc/configfiles/gentoo/libnss/etc_nsswitch.conf @@ -1,6 +1,20 @@ -# Make sure that `passwd`, `group` and `shadow` 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 +# Make sure that `passwd`, `group` and `shadow` 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 + +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 \ No newline at end of file diff --git a/templates/misc/configfiles/ubuntu_hardy/libnss/etc_nsswitch.conf b/templates/misc/configfiles/ubuntu_hardy/libnss/etc_nsswitch.conf index 7401ef25..c3194535 100644 --- a/templates/misc/configfiles/ubuntu_hardy/libnss/etc_nsswitch.conf +++ b/templates/misc/configfiles/ubuntu_hardy/libnss/etc_nsswitch.conf @@ -1,6 +1,20 @@ -# Make sure that `passwd`, `group` and `shadow` 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 +# Make sure that `passwd`, `group` and `shadow` 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 + +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 \ No newline at end of file