<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.alexander-kluge.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=89.204.153.64</id>
	<title>Alexander&#039;s Wiki - Benutzerbeiträge [de]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alexander-kluge.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=89.204.153.64"/>
	<link rel="alternate" type="text/html" href="https://wiki.alexander-kluge.de/index.php?title=Spezial:Beitr%C3%A4ge/89.204.153.64"/>
	<updated>2026-05-10T05:32:59Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.36.2</generator>
	<entry>
		<id>https://wiki.alexander-kluge.de/index.php?title=Vorlage:%C3%9Cberarbeiten&amp;diff=69</id>
		<title>Vorlage:Überarbeiten</title>
		<link rel="alternate" type="text/html" href="https://wiki.alexander-kluge.de/index.php?title=Vorlage:%C3%9Cberarbeiten&amp;diff=69"/>
		<updated>2010-09-03T11:00:31Z</updated>

		<summary type="html">&lt;p&gt;89.204.153.64: Die Seite wurde neu angelegt: „Mal schaun  {{{1}}}  oder $1“&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Mal schaun&lt;br /&gt;
&lt;br /&gt;
{{{1}}}&lt;br /&gt;
&lt;br /&gt;
oder $1&lt;/div&gt;</summary>
		<author><name>89.204.153.64</name></author>
	</entry>
	<entry>
		<id>https://wiki.alexander-kluge.de/index.php?title=Linux:smb.conf&amp;diff=68</id>
		<title>Linux:smb.conf</title>
		<link rel="alternate" type="text/html" href="https://wiki.alexander-kluge.de/index.php?title=Linux:smb.conf&amp;diff=68"/>
		<updated>2010-09-03T10:59:25Z</updated>

		<summary type="html">&lt;p&gt;89.204.153.64: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Überarbeiten}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[global]&lt;br /&gt;
&lt;br /&gt;
# Change this to the workgroup/NT-domain name your Samba server will part of&lt;br /&gt;
   workgroup = BRAUNSCHWEIG&lt;br /&gt;
# server string is the equivalent of the NT Description field&lt;br /&gt;
   server string = %h server (Samba, Ubuntu)&lt;br /&gt;
# Windows Internet Name Serving Support Section:&lt;br /&gt;
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server&lt;br /&gt;
wins support = no&lt;br /&gt;
# WINS Server - Tells the NMBD components of Samba to be a WINS Client&lt;br /&gt;
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both&lt;br /&gt;
   wins server = 172.16.4.107&lt;br /&gt;
# This will prevent nmbd to search for NetBIOS names through DNS.&lt;br /&gt;
   dns proxy = no&lt;br /&gt;
&lt;br /&gt;
#### Debugging/Accounting ####&lt;br /&gt;
&lt;br /&gt;
# This tells Samba to use a separate log file for each machine&lt;br /&gt;
# that connects&lt;br /&gt;
   log file = /var/log/samba/log.%m&lt;br /&gt;
&lt;br /&gt;
# Cap the size of the individual log files (in KiB).&lt;br /&gt;
   max log size = 1000&lt;br /&gt;
&lt;br /&gt;
# We want Samba to log a minimum amount of information to syslog. Everything&lt;br /&gt;
# should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log&lt;br /&gt;
# through syslog you should set the following parameter to something higher.&lt;br /&gt;
   syslog = 0&lt;br /&gt;
&lt;br /&gt;
# Do something sensible when Samba crashes: mail the admin a backtrace&lt;br /&gt;
   panic action = /usr/share/samba/panic-action %d&lt;br /&gt;
&lt;br /&gt;
####### Authentication #######&lt;br /&gt;
# You may wish to use password encryption.  See the section on&lt;br /&gt;
# &amp;#039;encrypt passwords&amp;#039; in the smb.conf(5) manpage before enabling.&lt;br /&gt;
   encrypt passwords = true&lt;br /&gt;
&lt;br /&gt;
# If you are using encrypted passwords, Samba will need to know what&lt;br /&gt;
# password database type you are using.  &lt;br /&gt;
   passdb backend = tdbsam&lt;br /&gt;
&lt;br /&gt;
   obey pam restrictions = yes&lt;br /&gt;
&lt;br /&gt;
# This boolean parameter controls whether Samba attempts to sync the Unix&lt;br /&gt;
# password with the SMB password when the encrypted SMB password in the&lt;br /&gt;
# passdb is changed.&lt;br /&gt;
   unix password sync = yes&lt;br /&gt;
&lt;br /&gt;
# For Unix password sync to work on a Debian GNU/Linux system, the following&lt;br /&gt;
# parameters must be set (thanks to Ian Kahan &amp;lt;&amp;lt;kahan@informatik.tu-muenchen.de&amp;gt; for&lt;br /&gt;
# sending the correct chat script for the passwd program in Debian Sarge).&lt;br /&gt;
   passwd program = /usr/bin/passwd %u&lt;br /&gt;
   passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .&lt;br /&gt;
&lt;br /&gt;
# This boolean controls whether PAM will be used for password changes&lt;br /&gt;
# when requested by an SMB client instead of the program listed in&lt;br /&gt;
# &amp;#039;passwd program&amp;#039;. The default is &amp;#039;no&amp;#039;.&lt;br /&gt;
   pam password change = yes&lt;br /&gt;
&lt;br /&gt;
# This option controls how unsuccessful authentication attempts are mapped &lt;br /&gt;
# to anonymous connections&lt;br /&gt;
   map to guest = bad user&lt;br /&gt;
&lt;br /&gt;
########## Domains ###########&lt;br /&gt;
&lt;br /&gt;
# Is this machine able to authenticate users. Both PDC and BDC&lt;br /&gt;
# must have this setting enabled. If you are the BDC you must&lt;br /&gt;
# change the &amp;#039;domain master&amp;#039; setting to no&lt;br /&gt;
#&lt;br /&gt;
domain logons = yes&lt;br /&gt;
#&lt;br /&gt;
# The following setting only takes effect if &amp;#039;domain logons&amp;#039; is set&lt;br /&gt;
# It specifies the location of the user&amp;#039;s profile directory&lt;br /&gt;
# from the client point of view)&lt;br /&gt;
# The following required a [profiles] share to be setup on the&lt;br /&gt;
# samba server (see below)&lt;br /&gt;
;   logon path = \\%N\profiles\%U&lt;br /&gt;
# Another common choice is storing the profile in the user&amp;#039;s home directory&lt;br /&gt;
# (this is Samba&amp;#039;s default)&lt;br /&gt;
   logon path = \\%N\%U\profile&lt;br /&gt;
&lt;br /&gt;
# The following setting only takes effect if &amp;#039;domain logons&amp;#039; is set&lt;br /&gt;
# It specifies the location of a user&amp;#039;s home directory (from the client&lt;br /&gt;
# point of view)&lt;br /&gt;
;   logon drive = H:&lt;br /&gt;
   logon home = \\%N\%U&lt;br /&gt;
&lt;br /&gt;
# This allows Unix users to be created on the domain controller via the SAMR&lt;br /&gt;
# RPC pipe.  The example command creates a user account with a disabled Unix&lt;br /&gt;
# password; please adapt to your needs&lt;br /&gt;
 add user script = /usr/sbin/adduser --quiet --disabled-password --gecos &amp;quot;&amp;quot; %u&lt;br /&gt;
&lt;br /&gt;
 ############ Misc ############&lt;br /&gt;
&lt;br /&gt;
# Allow users who&amp;#039;ve been granted usershare privileges to create&lt;br /&gt;
# public shares, not just authenticated ones&lt;br /&gt;
   usershare allow guests = yes&lt;br /&gt;
&lt;br /&gt;
#======================= Share Definitions =======================&lt;br /&gt;
&lt;br /&gt;
# Un-comment the following (and tweak the other settings below to suit)&lt;br /&gt;
# to enable the default home directory shares.  This will share each&lt;br /&gt;
# user&amp;#039;s home directory as \\server\username&lt;br /&gt;
[homes]&lt;br /&gt;
   comment = Home Directories&lt;br /&gt;
   browseable = no&lt;br /&gt;
   hide dot files = yes&lt;br /&gt;
   follow symlinks = yes&lt;br /&gt;
   wide links = yes&lt;br /&gt;
&lt;br /&gt;
# By default, the home directories are exported read-only. Change the&lt;br /&gt;
# next parameter to &amp;#039;no&amp;#039; if you want to be able to write to them.&lt;br /&gt;
read only = no&lt;br /&gt;
&lt;br /&gt;
# File creation mask is set to 0700 for security reasons. If you want to&lt;br /&gt;
# create files with group=rw permissions, set next parameter to 0775.&lt;br /&gt;
   create mask = 0775&lt;br /&gt;
&lt;br /&gt;
# Directory creation mask is set to 0700 for security reasons. If you want to&lt;br /&gt;
# create dirs. with group=rw permissions, set next parameter to 0775.&lt;br /&gt;
   directory mask = 0775&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>89.204.153.64</name></author>
	</entry>
</feed>