I recently added some mainframe printers to cups and made them available
to our Windows domain via samba. These printers print a banner page used
for distribution. I would like to have the username on the banner page
change from "Guest" to the Active Directory username. Can someone let me
know how this can be accomplished? 

Thanks,

Doug Lester

SUSE Linux Enterprise Server 10 (s390x)
VERSION = 10
PATCHLEVEL = 3

# smb.conf is the main Samba configuration file. You find a full
commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
# Date: 2010-09-14
[global]
        workgroup = BCOHOME
        printing = cups
        printcap name = cups
        printcap cache time = 750
        cups options = raw
        map to guest = Bad User
        include = /etc/samba/dhcp.conf
        logon path = \\%L\profiles\.msprofile
        logon home = \\%L\%U\.9xprofile
        logon drive = P:
        usershare allow guests = No
        add machine script = /usr/sbin/useradd  -c Machine -d
/var/lib/nobody -s /bin/false %m$
        domain logons = No
        domain master = No
        security = ADS
        idmap gid = 10000-20000
        idmap uid = 10000-20000
        realm = BCOHOME.BCO.COM
        template homedir = /home/%D/%U
        winbind refresh tickets = yes
        winbind use default domain = Yes
        template shell = /bin/bash

[homes]
        comment = Home Directories
        valid users = %S, %D%w%S
        browseable = No
        read only = No
        inherit acls = Yes
[profiles]
        comment = Network Profiles Service
        path = %H
        read only = No
        store dos attributes = Yes
        create mask = 0600
        directory mask = 0700
[users]
        comment = All users
        path = /home
        read only = No
        inherit acls = Yes
        veto files = /aquota.user/groups/shares/
[groups]
        comment = All groups
        path = /home/groups
        read only = No
        inherit acls = Yes
[printers]
        comment = All Printers
        path = /var/tmp
        printable = Yes
        create mask = 0600
        browseable = No
[print$]
        comment = Printer Drivers
        path = /var/lib/samba/drivers
        write list = @ntadmin root
        #force group = ntadmin
        #create mask = 0664
        #directory mask = 0775
        browseable = yes
        guest ok = yes
        read only = no


----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit
http://wiki.linuxvm.org/

Reply via email to