Samba: Unterschied zwischen den Versionen

Aus Doku-Wiki
Zur Navigation springenZur Suche springen
Zeile 1: Zeile 1:
 
=Samba=
 
=Samba=
 
===Installation===
 
===Installation===
  * aptitude install samba
+
  * '''aptitude install samba'''
 
     - encryp pass  -yes-
 
     - encryp pass  -yes-
 
     - UserDB      -no-
 
     - UserDB      -no-
  
  * Grundlegende smb.conf
+
  * '''Grundlegende smb.conf'''
 
     [global]
 
     [global]
 
       workgoup = microsoft
 
       workgoup = microsoft
Zeile 13: Zeile 13:
 
       writable = yes
 
       writable = yes
  
  * Testen der Konfiguration
+
  * '''Testen der Konfiguration'''
 
     - aptitude install samba-client
 
     - aptitude install samba-client
 
   
 
   

Version vom 28. November 2006, 11:04 Uhr

Samba

Installation

* aptitude install samba
   - encryp pass  -yes-
   - UserDB       -no-
* Grundlegende smb.conf
   [global]
     workgoup = microsoft

   [daten]
     path = /tmp
     writable = yes
* Testen der Konfiguration
   - aptitude install samba-client

# smbclient -N -L appl1.villa.local
Anonymous login successful
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.14a-Debian]

       Sharename       Type      Comment
       ---------       ----      -------
       daten           Disk
       IPC$            IPC       IPC Service (Samba 3.0.14a-Debian)
       ADMIN$          IPC       IPC Service (Samba 3.0.14a-Debian)
Anonymous login successful
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.14a-Debian]

       Server               Comment
       ---------            -------
       APPL1                Samba 3.0.14a-Debian

       Workgroup            Master
       ---------            -------
       WORKGROUP            APPL1