Univention Bugzilla – Attachment 5446 Details for
Bug 8768
Syntax Typen der Config-Registry Variablen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Update base/* type=bool
8768-base-Type-bool.patch (text/plain), 13.84 KB, created by
Philipp Hahn
on 2013-09-19 13:21:01 CEST
(
hide
)
Description:
Update base/* type=bool
Filename:
MIME Type:
Creator:
Philipp Hahn
Created:
2013-09-19 13:21:01 CEST
Size:
13.84 KB
patch
obsolete
>From 9ed6bc54bde2d181feaabcf17b149d71d83fbf1e Mon Sep 17 00:00:00 2001 >Message-Id: <9ed6bc54bde2d181feaabcf17b149d71d83fbf1e.1379589603.git.hahn@univention.de> >In-Reply-To: <88cf9af9381bab654d0846df4cfc22b35ed66c8e.1379589603.git.hahn@univention.de> >References: <88cf9af9381bab654d0846df4cfc22b35ed66c8e.1379589603.git.hahn@univention.de> >From: Philipp Hahn <hahn@univention.de> >Date: Wed, 18 Sep 2013 13:22:16 +0200 >Subject: [PATCH 3/3] Bug #8768: base/: Type=bool >Organization: Univention GmbH, Bremen, Germany > >Pending QA fixes for UCRV descriptions from Bug #30943 >--- > ...vention-base-files.univention-config-registry-variables | 10 +++++----- > .../univention-grub.univention-config-registry-variables | 2 +- > ...ion-heimdal-common.univention-config-registry-variables | 12 ++++++------ > ...univention-ifplugd.univention-config-registry-variables | 2 +- > .../univention-pam.univention-config-registry-variables | 2 +- > ...univention-updater.univention-config-registry-variables | 10 +++++----- > 6 files changed, 19 insertions(+), 19 deletions(-) > >diff --git a/branches/ucs-3.2/ucs-3.2-0/base/univention-base-files/debian/univention-base-files.univention-config-registry-variables b/branches/ucs-3.2/ucs-3.2-0/base/univention-base-files/debian/univention-base-files.univention-config-registry-variables >index 51d662b..2e533f7 100644 >--- a/branches/ucs-3.2/ucs-3.2-0/base/univention-base-files/debian/univention-base-files.univention-config-registry-variables >+++ b/branches/ucs-3.2/ucs-3.2-0/base/univention-base-files/debian/univention-base-files.univention-config-registry-variables >@@ -37,7 +37,7 @@ Categories=service-ssh > [sshd/xforwarding] > Description[de]=Diese Einstellung ('yes'/'no') legt fest, ob eine auf dem entfernten Rechner gestartete X11-Verbindung weitergeleitet wird. Diese Einstellung muss aktiviert sein, um Benutzern einen grafischen SSH-Login auf dem Server zu ermöglichen. > Description[en]=This setting ('yes'/'no') configures, whether a X11 connection on the remote host is forwarded. This setting needs to be activated to allow users a graphical login to the server. >-Type=str >+Type=bool > Categories=service-ssh > > [sshd/xdisplayoffset] >@@ -49,13 +49,13 @@ Categories=service-ssh > [sshd/xuselocalhost] > Description[de]=Diese Variable legt fest ('yes'/'no'), ob im Rahmen der X11-Weiterleitung die DISPLAY-Umgebungsvariable auf 'localhost' gesetzt wird. Dies verhindert, das der SSH-Client auf das X11-Display des weiterleitenden Servers zugreifen kann. > Description[en]=This variable configures ('yes'/'no'), whether the DISPLAY variable is mapped to 'localhost' during X11 forwarding. This prevents the access of the SSH client to the X11 display of the forwarding server. >-Type=str >+Type=bool > Categories=service-ssh > > [sshd/challengeresponse] > Description[de]=Ist diese Variable auf 'yes' gesetzt, erlaubt der SSH-Server eine Authentifizierung über Challenge-Response-Authentifizierung, mit 'no' wird es deaktiviert. > Description[en]=If variable is set to 'yes', the SSH server allows an authentication using challenge response authentication, 'no' disables this. >-Type=str >+Type=bool > Categories=service-ssh > > [sshd/banner] >@@ -67,7 +67,7 @@ Categories=service-ssh > [sshd/passwordauthentication] > Description[de]=Ist diese Variable auf 'yes' gesetzt, erlaubt der SSH-Server eine passwortbasierte Authentifizierung, mit 'no' wird es deaktiviert. > Description[en]=If variable is set to 'yes', the SSH server allows an password-based authentication, 'no' disables this. >-Type=str >+Type=bool > Categories=service-ssh > > [sshd/motd] >@@ -153,7 +153,7 @@ Categories=system-network > [interfaces/.*/start] > Description[de]=Eine Variable in der Form interfaces/INTERFACE/network konfiguriert das automatische Starten der Netzwerkschnittstelle. Wird sie auf 'no' gesetzt, erfolgt kein automatischer Start. Ist sie auf 'yes' gesetzt oder nicht gesetzt, wird es automatisch gestartet. > Description[en]=A variable in the form interfaces/INTERFACE/network configures the automatic start of the network interface. If set to 'no', no automatic start occurs. If set to 'yes' or if the variable is unset, it is started automatically. >-Type=str >+Type=bool > Categories=system-network > > [interfaces/.*/type] >diff --git a/branches/ucs-3.2/ucs-3.2-0/base/univention-grub/debian/univention-grub.univention-config-registry-variables b/branches/ucs-3.2/ucs-3.2-0/base/univention-grub/debian/univention-grub.univention-config-registry-variables >index f2f1207..1fe065e 100644 >--- a/branches/ucs-3.2/ucs-3.2-0/base/univention-grub/debian/univention-grub.univention-config-registry-variables >+++ b/branches/ucs-3.2/ucs-3.2-0/base/univention-grub/debian/univention-grub.univention-config-registry-variables >@@ -25,7 +25,7 @@ Categories=system-base > [grub/quiet] > Description[de]=Ist diese Variable auf 'yes' gesetzt werden die meisten Meldungen während des Systemstarts unterdrückt. > Description[en]=If this variable is set to 'yes', messages are suppressed during startup . >-Type=str >+Type=bool > Categories=system-base > > [grub/loglevel] >diff --git a/branches/ucs-3.2/ucs-3.2-0/base/univention-heimdal/debian/univention-heimdal-common.univention-config-registry-variables b/branches/ucs-3.2/ucs-3.2-0/base/univention-heimdal/debian/univention-heimdal-common.univention-config-registry-variables >index cbe98c8..4dcba59 100644 >--- a/branches/ucs-3.2/ucs-3.2-0/base/univention-heimdal/debian/univention-heimdal-common.univention-config-registry-variables >+++ b/branches/ucs-3.2/ucs-3.2-0/base/univention-heimdal/debian/univention-heimdal-common.univention-config-registry-variables >@@ -68,35 +68,35 @@ Categories=service-heimdal > [kerberos/defaults/dns_lookup_realm] > Description[de]=Die Abbildung zusätzliche DNS-Domänennamen zu Kerberos-Realms erfolgt in der Regel über die Variable 'kerberos/domain_realms'. Wird diese Variable auf 'true' gesetzt, wird die Kerberos-Realm aus einem TXT-Record im DNS ausgelesen werden. Das Format wird unter <http://web.mit.edu/Kerberos/krb5-1.6/krb5-1.6.3/doc/krb5-admin.html#Mapping-Hostnames-onto-Kerberos-Realms> beschrieben. Ist die Variable nicht gesetzt, wird auf die Auflösung per DNS verzichtet. > Description[en]=Additional DNS domainnames can be mapped on Kerberos realms using the variable 'kerberos/domain_realms'. If this variable is set to 'true', the Kerberos realm is read from a TXT record in DNS. The format is described at <http://web.mit.edu/Kerberos/krb5-1.6/krb5-1.6.3/doc/krb5-admin.html#Mapping-Hostnames-onto-Kerberos-Realms>. If the variable is unset, no DNS lookups are made. >-Type=str >+Type=bool > Categories=service-heimdal > > [kerberos/defaults/dns_lookup_kdc] > Description[de]=Ist diese Variable auf 'true' gesetzt oder nicht gesetzt, wird der/die KDC-Server für das System aus DNS-Service-Records gelesen. Dies kann durch Setzen der Variable auf 'false' deaktiviert werden, in welchem Fall der/die KDCs über die Variable 'kerberos/kdc' konfiguriert werden muss. > Description[en]=If this variable is set to 'true' or unset, the KDC(s) used by the system are read from DNS service records. This can be disabled by setting the variable to 'false', is which case the KDC(s) must be set through the variable 'kerberos/kdc'. >-Type=str >+Type=bool > Categories=service-heimdal > > [kerberos/defaults/forwardable] > Description[de]=Ist diese Variable auf 'true' gesetzt ist, kann ein ausgestelltes Kerberos-Ticket auch für die Anmeldung an weiteren Systemen der Domäne verwendet werden. Wird sie auf 'false' gesetzt, ist das Ticket an eine IP-Adresse gebunden. Ist die Variable nicht gesetzt, ist die Option aktiviert. > Description[en]=If this variable is set to 'true', an issued Kerberos ticket can be used for logging into additional systems of the domain. If set to 'false', the ticket is bound to an IP address. If the variable is unset, the option is deactivated. >-Type=str >+Type=bool > Categories=service-heimdal > > [kerberos/defaults/proxiable] > Description[de]=Ist diese Variable auf 'true' gesetzt oder nicht gesetzt, ist das Ticket Granting Ticket nicht auf eine IP-Adresse beschränkt. > Description[en]=If this variable is set to 'true' or not set, the ticket granting ticket is not limited to an IP address. >-Type=str >+Type=bool > Categories=service-heimdal > > [kerberos/defaults/kdc_timesync] > Description[de]=Wenn diese Variable auf '1' gesetzt ist, kann ein Kerberos-Client Unterschiede zwischen der lokalen Rechneruhr und der Uhr des KDCs ausgleichen. Um die Option zu verwenden, muss zusätzlich der Typ des Credential-Caches angepasst werden (Option 'ccache_type'). > Description[en]=If this is set to '1', Kerberos clients can balance differences between the time of the local clock and the clock of the KDC. To use this option, the type of the credentials cache need to be adapted (option 'ccache_type'). >-Type=str >+Type=bool > Categories=service-heimdal > > [kerberos/defaults/debug] > Description[de]=Wird diese Variable auf 'true' gesetzt, werden zusätzliche Debugausgaben protokolliert. > Description[en]=If this variable is set to 'true' additional debug statements are logged. >-Type=str >+Type=bool > Categories=service-heimdal >diff --git a/branches/ucs-3.2/ucs-3.2-0/base/univention-network-manager/debian/univention-ifplugd.univention-config-registry-variables b/branches/ucs-3.2/ucs-3.2-0/base/univention-network-manager/debian/univention-ifplugd.univention-config-registry-variables >index 0ad9ccb..4d4d390 100644 >--- a/branches/ucs-3.2/ucs-3.2-0/base/univention-network-manager/debian/univention-ifplugd.univention-config-registry-variables >+++ b/branches/ucs-3.2/ucs-3.2-0/base/univention-network-manager/debian/univention-ifplugd.univention-config-registry-variables >@@ -1,5 +1,5 @@ > [networkmanager/action/mount] > Description[de]=Ist diese Variable auf 'yes' gesetzt, werden beim Start des Netzwerks alle in /etc/fstab definierten Dateisysteme eingebunden. > Description[en]=If this variable is set to 'yes', all filesystems defined in /etc/fstab are mounted during network activation. >-Type=str >+Type=bool > Categories=system-base >diff --git a/branches/ucs-3.2/ucs-3.2-0/base/univention-pam/debian/univention-pam.univention-config-registry-variables b/branches/ucs-3.2/ucs-3.2-0/base/univention-pam/debian/univention-pam.univention-config-registry-variables >index f30dc4c..6454a09 100644 >--- a/branches/ucs-3.2/ucs-3.2-0/base/univention-pam/debian/univention-pam.univention-config-registry-variables >+++ b/branches/ucs-3.2/ucs-3.2-0/base/univention-pam/debian/univention-pam.univention-config-registry-variables >@@ -127,7 +127,7 @@ Categories=system-base > [nssldap/tls/checkpeer] > Description[de]=Diese Einstellung legt fest, ob bei LDAP-Zugriffen im Rahmen der NSS-Namensauflösung das SSL-Zertifikat des LDAP-Servers validiert wird (mögliche Werte: yes/no). > Description[en]=This setting configures, whether the SSL certificate of the LDAP server is validated when performing LDAP accesses during NSS name resolution (possible values: yes/no). >-Type=str >+Type=bool > Categories=system-base > > [nssldap/nss_initgroups_ignoreusers] >diff --git a/branches/ucs-3.2/ucs-3.2-0/base/univention-updater/debian/univention-updater.univention-config-registry-variables b/branches/ucs-3.2/ucs-3.2-0/base/univention-updater/debian/univention-updater.univention-config-registry-variables >index de8e3ad..04d1d02 100644 >--- a/branches/ucs-3.2/ucs-3.2-0/base/univention-updater/debian/univention-updater.univention-config-registry-variables >+++ b/branches/ucs-3.2/ucs-3.2-0/base/univention-updater/debian/univention-updater.univention-config-registry-variables >@@ -19,13 +19,13 @@ Categories=service-software-management > [update/warning] > Description[de]=Ist diese Variable auf 'yes' gesetzt, wird bei automatischen Aktualisierungen eine Warnmeldung auf der Konsole ausgegeben (etwa wenn ein Reboot ansteht). Ist die Variable nicht gesetzt, wird keine Warnung ausgegeben. > Description[en]=If this variable is set to 'yes', a warning message is printed to the console during automatic updates (e.g. if a reboot is pending). If the variable is unset, no warning is printed. >-Type=str >+Type=bool > Categories=service-software-management > > [update/warning/coloured] > Description[de]=Ist diese Variable auf 'yes' gesetzt, wird die Update-Warnmeldung (siehe 'update/warning') farbig ausgegeben. Ist die Variable nicht gesetzt, erfolgt die Ausgabe einfarbig. > Description[en]=If this Variable is set to 'yes', the update warning '(see 'update/warning') is printed coloured. If the variable is unset, the message is written in monochrome. >-Type=str >+Type=bool > Categories=service-software-management > > [update/warning/lang] >@@ -267,20 +267,20 @@ Categories=service-software-management > [update/check/boot/debug] > Description[de]=Ist diese Variable auf 'yes' gesetzt, werden Debugausgaben bei der Update-Prüfung zum Systemstart (siehe 'update/check/boot/enabled') ausgegeben. > Description[en]=If this variable is set to 'yes', debug output during the update check during startup (see 'update/check/boot/enabled') is generated. >-Type=str >+Type=bool > Categories=service-software-management > > [update/available] > Description[de]=Diese Variable wird automatisch von verschiedenen UCS-Komponenten gesetzt und ausgewertet. Sie gibt an, ob ein UCS-Update verfügbar ist. Diese Variable sollte nicht manuell gesetzt werden. > Description[en]=This variable is set and read automatically by various UCS components. It indicates whether UCS updates are available. This variable should not be set manually. >-Type=str >+Type=bool > Categories=service-software-management > ReadOnly=yes > > [update/warning/releasenotes] > Description[de]=Führt man auf auf der Kommandozeile ein Relese-Updates durch, wird ein Verweis auf die Release Notes angezeigt und eine Minute gewartet, bevor mit dem Update fortgefahren wird. Ist diese Variable auf 'no' gesetzt, beginnt das Update sofort. > Description[en]=If a release update is initiated on the command line, a reference to the release notes is shown. After a minute, the update starts. If the variable is set to 'no', the update starts immediately. >-Type=str >+Type=bool > Categories=service-software-management > > [update/commands/configure] >-- >1.7.10.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 8768
: 5446