On Fri, 2004-05-28 at 21:11, Yves Arsenault wrote:
> Sure, that would probably be helpful.
> 
> Thanks,
> 
> Yves 

Bear in mind that you're going to have to create a group - for users
that use this machine or have accounts on this machine - and sync them
with the windows users. It ain't really that hard to get going - easier
than created an NT domain in the first place. The attached smb.example
will give you some hints. Simple stuff, really - and in using SWAT with
Webmin, you can't go wrong.

stephen kuhn - owner
==============================
illawarra computer services
a kuhn media australia company
http://kma.0catch.com
------------------------------------------------------------------
  * This message was composed on a 100% Microsoft free computer *
  We expressly refuse to utilise Microsoft DRM encoded documents
------------------------------------------------------------------
True to our past we work with an inherited, observed, and accepted
vision of personal futility, and of the beauty of the world. -- David
Mamet
# Samba config file created using SWAT
# from 0.0.0.0 (0.0.0.0)
# Date: 2004/05/11 01:29:45

# Global parameters
[global]
        workgroup = KMA
        netbios name = SERVER
        server string = SERVER
        security = DOMAIN
        encrypt passwords = Yes
        map to guest = Bad User
        log file = /var/log/samba/log.%m
        max log size = 50
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        printcap name = cups
        domain logons = Yes
        os level = 65
        domain master = Yes
        dns proxy = No
        valid users = @netshare
        printer admin = @adm
        printing = cups

[homes]
        comment = Home Directories
        read only = No
        browseable = No

[printers]
        comment = All Printers
        path = /var/spool/samba
        create mask = 0700
        guest ok = Yes
        printable = Yes
        print command = lpr-cups -P %p -o raw %s -r   # using client side printer 
drivers.
        browseable = No

[print$]
        path = /var/lib/samba/printers
        write list = @adm root
        guest ok = Yes

[pdf-generator]
        comment = PDF Generator (only valid users)
        path = /var/tmp
        write list = @netshare
        guest ok = Yes
        printable = Yes
        print command = /usr/share/samba/scripts/print-pdf %s ~%u //%L/%u %m %I "%J" &

[Public]
        comment = Public Share
        path = /public
        admin users = @netshare
        write list = @netshare
        force group = @netshare
        read only = No
        inherit permissions = Yes
        guest ok = Yes


____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to