[Eisfair] Eisfair NG installation per CD
    Kay Martinen 
    kay at martinen.de
                  
    Di Dez 31 16:44:51 CET 2013
    
    
Am 25.12.2013 22:59, schrieb Benjamin Heide:
>>
> Doch Samba gibt es, aber als Eisfair User natürlich unbenutzbar (Ich
> habe da sogut wie kein Plan wie die Configfiles aussehen müssen)
Ich hab mir Alpine noch nicht angesehen, vermute aber das der ort der 
samba-config, der übliche ist.
Dann könnte dir dieser minimal-abschnitt evtl. weiter helfen (Quick and 
Dirty und ungetestet).
[global]
## Browsing/Identification ###
# Change this to the workgroup/NT-domain name your Samba server will part of
    workgroup = ARBEITSGRUPPE
# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable its WINS Server
    wins support = yes
####### Authentication #######
# "security = user" is always a good idea. This will require a Unix account
# in this server for every user accessing the server. See
    security = user
########## Domains ###########
# Is this machine able to authenticate users. Both PDC and BDC
# must have this setting enabled. If you are the BDC you must
# change the 'domain master' setting to no
#
;   domain logons = yes
    domain master = auto
#======================= Share Definitions =======================
# Un-comment the following (and tweak the other settings below to suit)
# to enable the default home directory shares. This will share each
# user's home director as \\server\username
[homes]
    comment = Home Directories
    browseable = no
    read only = yes
    create mask = 0700
    directory mask = 0700
    valid users = %S
# A sample share for sharing your CD-ROM with others.
;[cdrom]
;   comment = Samba server's CD-ROM
;   read only = yes
;   locking = no
;   path = /cdrom
;   guest ok = yes
das als textdatei nach /etc/samba/smb.conf speichern und mit 
'/etc/init.d/samba reload' den installierten dienst die konfig neu laden 
lassen.
Evtl. vorher eine vorhandene smb.conf durch umbenennen sichern.
Wenns klappt sollte er in 'arbeitsgruppe' unter seinem hostnamen 
auftauchen und einem gültigen alpine-useraccount zugang zum homedir 
gewähren.
oder 'man 5 smb.conf' lesen, wenn vorhanden. Oder auf ein Konfig-Paket 
dazu warten...
Kay
    
    
Mehr Informationen über die Mailingliste Eisfair