+ Responder ao Tópico



  1. #1
    nobody
    Visitante

    Padrão Win98 nao loga no SMB

    ola balera do forum to com um problemão aqui.
    tava configurando um server linux CL10 (samba) pra variar, e as estações win98, logavam normalmente. mas infelizmente as xp não pois é peguei um smb.conf, que encontrei na net, as estações xp logam, mas as win98, param de logar dando a senguinte msg, de que não foi possovel achar o diretorio do usuario. e as estações xp que logam não consegeu gravar no home dir do usuario. por favor preciso da ajuda de alguem urgente.

  2. #2

    Padrão Win98 nao loga no SMB

    postae o seu smb.conf...

    []'s

  3. #3
    nobody
    Visitante

    Padrão Win98 nao loga no SMB

    [global]
    workgroup = suporte
    netbios name = servidor
    server string = Conectiva Linux SMB Server
    announce as = NT Server
    logon script = /home/netlogon/%U.bat
    logon drive = w:
    logon path =
    logon home =
    printcap name = cups
    load printers = yes
    printing = cups
    log file = /var/log/samba/%m.log
    max log size = 50
    debug level = 1
    guest account = nobody
    security = user
    map to guest = Bad User
    password server = <NT-Server-Name>
    password level = 8
    username level = 8
    encrypt passwords = yes
    smb passwd file = /etc/samba/smbpasswd
    username map = /etc/samba/smbusers
    unix password sync = Yes
    passwd program = /usr/bin/passwd %u
    passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*succes
    sfully*
    socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
    add machine script = /usr/sbin/adduser -n -r -g machines -c "Samba machine" -d /dev/null -s /bin/false %u
    # see the smb.conf(5) manpage for other important backends, such as tdbsam and ldap
    passdb backend = smbpasswd
    os level = 100
    local master = true
    domain master = true
    preferred master = true
    domain logons = true
    #============================ Share Definitions ==============================
    idmap uid = 16777216-33554431
    idmap gid = 16777216-33554431
    template shell = /bin/false
    winbind use default domain = no
    [home]
    comment = Diretorio particular
    browseable = no
    writable = yes

    # Un-comment the following and create the netlogon directory for Domain Logons
    [netlogon]
    comment = Network Logon Service
    path = /home/netlogon/%U.bat
    guest ok = yes
    writable = no
    share modes = no


    # Un-comment the following to provide a specific roving profile share
    # the default is to use the user's home directory
    [Profiles]
    path = /home/profiles
    browseable = no
    guest ok = yes

    # automatic printer driver download support
    [print$]
    path = /var/lib/samba/drivers
    guest ok = yes
    browseable = yes
    read only = yes
    ; since this share is configured as read only, then we need
    ; a 'write list'. Check the file system permissions to make
    ; sure this account can copy files to the share. If this
    ; is setup to a non-root account, then it should also exist
    ; as a 'printer admin'
    write list = root

    [printers]
    comment = All Printers
    path = /var/spool/samba
    browseable = no
    # Set public = yes to allow user 'guest account' to print
    guest ok = no
    writable = no
    printable = yes
    printer admin = root
    [programa]
    comment = Diretório de Downloads
    browseable = true
    writable = true
    path = /teste
    create mask = 0777