Samba: Unterschied zwischen den Versionen
Aus Wiki
Sossof (Diskussion | Beiträge) |
Sossof (Diskussion | Beiträge) |
||
Zeile 15: | Zeile 15: | ||
== Konfigurationsdatei == | == Konfigurationsdatei == | ||
/etc/samba/smb.conf | /etc/samba/smb.conf | ||
+ | |||
+ | |||
+ | == Konfigurationsdatei == | ||
+ | pdbedit -w -L => listet Samba User auf | ||
+ | |||
+ | pdbedit -x -u username => löscht Samba User | ||
Von der Seite: https://linuxconfig.org/how-to-configure-samba-server-share-on-debian-9-stretch-linux | Von der Seite: https://linuxconfig.org/how-to-configure-samba-server-share-on-debian-9-stretch-linux |
Version vom 31. Januar 2018, 11:45 Uhr
apt install samba
Furthermore, for testing purposes it is also recommended to install samba client: # apt install smbclient
systemctl status smbd systemctl restart smbd
User auf Debian einrichten: adduser sjk1701 (Keine Kennwortabfrage! Jetzt wurde auch ein Home-Verzeichnis angelegt) Diese Benutzer kann man in /etc/passwd wiederfinden.
Erst jetzt einen Samba-User anlegen mit smbpasswd -a linuxconfig
Konfigurationsdatei
/etc/samba/smb.conf
Konfigurationsdatei
pdbedit -w -L => listet Samba User auf
pdbedit -x -u username => löscht Samba User
Von der Seite: https://linuxconfig.org/how-to-configure-samba-server-share-on-debian-9-stretch-linux