| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung |
| samba [2011/04/08 16:38] – admin | samba [2017/02/24 09:38] (aktuell) – [Beispiel: Einfache Ordnerfreigabe] admin |
|---|
| *smb.conf | ====== Samba ====== |
| <file> | |
| | ===== Zugriff auf s4e ===== |
| | |
| | smb://vorname.zuname@192.168.100.1:/vorname.zuname |
| | |
| | |
| | ===== Zugriff auf Windows-PC ===== |
| | |
| | smb://anna-pc/anni |
| | |
| | \\Anna-pc\f |
| | |
| | ===== Interner Zugriff auf die Cloud ===== |
| | |
| | smb://192.168.100.1/benutzername |
| | |
| | [[http://www.kr.shuttle.de/kr/sfe-berufssch/ZentraleBenutzerverwaltungKerberosLdapNfs.html|Zentrale Benutzerverwaltung mit Kerberos, LDAP und NFSv4]] \\ |
| | [[http://opensuse.swerdna.org/susesambaserver.html|Samba Server and Suse / openSUSE: HowTo Configure a Professional File Server on a SOHO LAN]] \\ |
| | [[http://www.novell.com/coolsolutions/feature/17636.html|A CUPS PDF Printer for your SUSE Linux Enterprise Desktop]] \\ |
| | [[http://www.samba.org/samba/docs/man/Samba-Guide/Big500users.html|Chapter 4. The 500-User Office]] \\ |
| | [[http://www.howtoforge.com/howtos/linux/suse|SuSE | HowtoForge - Linux Howtos and Tutorials]] \\ |
| | [[http://vavai.net/|Spirit of Change]] \\ |
| | [[http://jreisslein.cwsurf.de/dokuwiki/doku.php/start:linux:samba|Samba]] \\ |
| | [[http://en.gentoo-wiki.com/wiki/Samba/Primary_Domain_Controller|Samba/Primary Domain Controller]] \\ |
| | [[http://www.samba.org/samba/docs/man/Samba-Guide/happy.html|Chapter 5. Making Happy Users]] \\ |
| | [[http://doc.opensuse.org/products/opensuse/openSUSE/opensuse-security/cha.security.ldap.html|Chapter 4. LDAP—A Directory Service]] \\ |
| | [[http://linuxwiki.de/Samba" ADD_DATE="1304492880|Samba - LinuxWiki.org - Linux Wiki und Freie Software]] \\ |
| | [[http://www.tim-bormann.de/anleitung-installation-samba-server-als-dateiserver-unter-debian-linux/|Anleitung Installation Samba Server als Dateiserver unter Debian Linux]] \\ |
| | [[http://forums.debian.net/viewtopic.php?f=5&t=55042|Samba: sharing a folder with multiple groups]] \\ |
| | [[http://www.lucasmanual.com/mywiki/SambaDomainController|SambaDomainController]] \\ |
| | [[http://gertranssmb3.berlios.de/output/ProfileMgmt.html|Kapitel 24. Das Management von Desktop-Profilen]] \\ |
| | |
| | ===== Beispiel: Einfache Ordnerfreigabe ===== |
| | |
| | <code bash /etc/samba/smb.conf> |
| [global] | [global] |
| workgroup = MSHEIMNETZ | workgroup = MSHEIMNETZ |
| read only = No | read only = No |
| guest ok = Yes | guest ok = Yes |
| </file> | </code> |
| |
| *Rechte Directory: 755 | *Rechte Directory: 755 |
| *Rechte dateien: 744 | *Rechte dateien: 744 |
| |
| | *Samba Benutzer anlegen: |
| | |
| | smbpasswd -a root |
| |
| Samba Benutzer anlegen: | ===== ACL ===== |
| | http://suse.de/~agruen/ |
| |
| smbpasswd -a peer | |
| |