From cc2d1dff049ffea093f6b113b2739c0ac17f6924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Thu, 16 May 2013 05:02:40 +0200 Subject: [PATCH] [domu_test_proxmox] Le premier domu sur proxmox est vivant, il nous permet au passage de constatet qu'il n'y a plus gidentd sous wheezy --- Bundler/identd.xml | 8 ++++++++ Cfg/etc/inetd.conf/inetd.conf | 36 +++++++++++++++++++++++++++++++++++ Metadata/clients.xml | 1 + Metadata/groups.xml | 7 +++++++ Rules/identd.xml | 4 ++++ 5 files changed, 56 insertions(+) create mode 100644 Bundler/identd.xml create mode 100644 Cfg/etc/inetd.conf/inetd.conf create mode 100644 Rules/identd.xml diff --git a/Bundler/identd.xml b/Bundler/identd.xml new file mode 100644 index 0000000..affe221 --- /dev/null +++ b/Bundler/identd.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/Cfg/etc/inetd.conf/inetd.conf b/Cfg/etc/inetd.conf/inetd.conf new file mode 100644 index 0000000..d713111 --- /dev/null +++ b/Cfg/etc/inetd.conf/inetd.conf @@ -0,0 +1,36 @@ +nternet superserver configuration database +# +# +# Lines starting with "#:LABEL:" or "##" should not +# be changed unless you know what you are doing! +# +# If you want to disable an entry so it isn't touched during +# package updates just comment it out with a single '#' character. +# +# Packages should modify this file by using update-inetd(8) +# +# +# +#:INTERNAL: Internal services +#discard stream tcp nowait root internal +#discard dgram udp wait root internal +#daytime stream tcp nowait root internal +#time stream tcp nowait root internal + +#:STANDARD: These are standard services. +ident stream tcp nowait identd /usr/sbin/ident2 ident2 -i -n + +#:BSD: Shell, login, exec and talk are BSD protocols. + +#:MAIL: Mail, news and uucp services. + +#:INFO: Info services + +#:BOOT: TFTP service is provided primarily for booting. Most sites +# run this only on machines acting as "boot servers." + +#:RPC: RPC based services + +#:HAM-RADIO: amateur-radio services + +#:OTHER: Other services diff --git a/Metadata/clients.xml b/Metadata/clients.xml index cc479f7..eedf06f 100644 --- a/Metadata/clients.xml +++ b/Metadata/clients.xml @@ -52,4 +52,5 @@ + diff --git a/Metadata/groups.xml b/Metadata/groups.xml index fb8c176..a6599af 100644 --- a/Metadata/groups.xml +++ b/Metadata/groups.xml @@ -156,6 +156,12 @@ + + + + + @@ -405,6 +411,7 @@ + + + +