Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux [2018/01/07 16:00] – [SAMBA Schnellübersicht] mschubilinux [2018/06/19 17:54] – external edit 127.0.0.1
Line 7: Line 7:
 && while kill -USR1 $pid; do sleep 5; done && while kill -USR1 $pid; do sleep 5; done
 </code> </code>
 +
 +===== upgrade Debian Wheezy to Jessie =====
 +
 +https://www.howtoforge.com/tutorial/how-to-upgrade-debian-wheezy-to-jessie-stable-release/
 +
  
 ===== SAMBA Schnellübersicht ===== ===== SAMBA Schnellübersicht =====
  
-<code bash> +https://dennis-henke.de/2016/05/20/samba-4-domain-controller/ 
-apt-get install samba samba-common samba-common-bin  smbclient libpam-smbpass samba-tools + 
-</code>+samba-tool domain provision --use-rfc2307 --interactive 
 + 
 + 
 +net sam rights grant "MS\\Domain Admins" SeDiskOperatorPrivilege -Uadministrator 
 + 
 +net rpc rights grant "MS\\Domain Admins" SeDiskOperatorPrivilege -Uadministrator 
 + 
  
-User anlegen: +net rpc rights list accounts -U Administrator
-<code bash> +
-useradd -s /bin/false Nutzer +
-smbpasswd -a Nutzer +
-</code>+
  
-Computerkonten 
-<code bash> 
-smbpasswd -a root 
-useradd -s /bin/false RechnerName$ 
-smbpasswd -a -m RechnerName$ 
-</code> 
  
-Danach beim Hinzufügen des Rechners in die Domäne den Nutzer root mit dem SMB Passwort nutzen. 
  
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International