Samba Print Services

Wilmer Dasco deolandwad at yahoo.com
Mon Nov 17 01:37:34 GMT 2003


Dear Samba Support
 
Hi to samba support i have download the samba-3.0 and compile and install. File server works fine using domain controller of samba but when the configuration of Print services and try login as a root user it works fine but when i try to login as a ordinary user which already added to samba there an error on the printer something like the printer cannot connect to the server or the printer is offline is there is posibilty that my smb.conf file is not confgure properly or something is missing on smb conf
 
here is my smb.conf
 
[global]
 
    netbios name = SERVER
    workgroup = SAMPLE
    wins support = yes
    
    domain master = yes
    local master = yes
    preferred master = yes
    os level = 65
    interfaces = eth0, vmnet1
    bind interfaces only = Yes
    
    smb passwd file = /usr/local/samba/private/smbpasswd
    log level = 1
    log file = /usr/local/samba/var/log.%m.%u
    name resolve order = lmhosts host bcast
    socket options = TCP_NODELAY

    security = user
    encrypt passwords = yes
    domain logons = yes
    
    write cache size = 262144
    logon path = \\%L\profiles\%u\%m
    logon script = logon.bat
    logon drive = H:
    logon home = \\%L\%u\.win_profile\%m
    time server = yes
    add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u
    host msdfs = yes
 
    printing = BSD
    print command = /usr/bin/lpr -P %p -r %s
    printcap file = /etc/printcap
    min print space = 2000

[printers]
 
    path = /var/spool/cups/tmp
    printable = yes
    guest ok = yes

[netlogon]

    path = /usr/local/samba/netlogon
    writable = no
    browsable = no
 
[profiles]

    path = /usr/local/samba/profiles
    writable = yes
    create mask = 0600
    directory mask = 0700
    browsable = no
 
[homes]

    comment = Home Directory
    browsable = no
    read only = no
    map archive = yes


---------------------------------
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard


More information about the samba-technical mailing list