Displaying 2 results from an estimated 2 matches for "sambausername".
2004 May 28
0
Samba PDF printer...
...en Macfarlane 27.5.04 - Trying to get it to write to
'/mnt/gpsc/pdfs'
#
# Script to generated pdf files and a message for Windows domain users
# with filename. Windows 98 clients must have WinPopup loaded.
#
# Count = value from /etc/pdf/pdfcount files. Used for part of output
filename.
SAMBAUSERNAME=$1
# (%s from /etc/samba/samba.conf call)
MACHINENETBIOSNAME=$2
# (%m from /etc/samba/samba.conf call)
NAMEFILE=$3
# (%U from /etc/samba/samba.conf call)
OUTPUTDIR=/mnt/gpsc/pdfs
# (Can be mapped in GPSC domain as network drive Q: if required for
MESSAGE below)
# Write the variables somewhere,...
2003 May 20
0
Fwd: RE: Newbie Configuration of 2.2.3a on HP-UX 11.0
...t;name.win" :
You must create a unix users "name" (with SAM) than you must create
samba user "name" with smbpasswd (also with tools SWAT that is more easy)
finally you must map your Win users with samba users.
In sam.conf you find this a config-line:
username map=/etc/opt/sambausername.map
This option allows you to specify a file containing a mapping of usernames
from the clients to the server.
In this file You must write this record
name=name.win
root=administrator
ecc.
Regars
Nicola Faravelli
EDP - Pibergroup s.r.l.
n.faravelli@pibergroup.com
I have installed Samba with a...