[ create a new paste ] login | about

Link: http://codepad.org/ZPjH6Deq    [ raw code | fork ]

Plain Text, pasted on Dec 14:
Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Processing section "[sdb]"
Loaded services file OK.
Server role: ROLE_STANDALONE

Press enter to see a dump of your service definitions

# Global parameters
[global]
        server string = %h (Filestorage)
        domain master = Yes
        log file = /var/log/samba/log.%m
        max log size = 1000
        panic action = /usr/share/samba/panic-action %d
        usershare allow guests = Yes
        disable spoolss = Yes
        load printers = No
        printcap name = /dev/null
        show add printer wizard = No
        unix extensions = No
        map to guest = Bad User
        obey pam restrictions = Yes
        pam password change = Yes
        passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
        passwd program = /usr/bin/passwd %u
        server role = standalone server
        unix password sync = Yes
        dns proxy = No
        idmap config * : backend = tdb
        follow symlinks = No


[sdb]
        comment = Filestorage
        path = /media/sdb/share
        create mask = 0775
        directory mask = 0775
        force group = smbgrp
        read only = No
        valid users = @smbgrp
        write list = @smbgrp



Create a new paste based on this one


Comments: