>Received: (from andreas(at)localhost) by klemm.gtn.com (8.9.3/8.9.3) id OAA70841; Wed, 5 Apr 2000 14:49:45 +0200 (CEST) (envelope-from andreas)
On Wed, Apr 05, 2000 at 01:51:53PM +0200, Rainer Duffner wrote:
> Dabei druckt dann das Ding irgendwie ins leere.
> Kann das sein, dass er das mit den usernamen und dem passwort nicht
> richtig gebacken bekommt ?
Hmm, vermutlich...
> Ich hab sowohl in SETUP.cfg als auch in smbclient.conf im spool-dir
> SMB_USER=bli
> SMB_PASSWD=bla
> bzw.
> SMB_USER!bli!
> SMB_PASSWD!bla!
>
> In der log-Datei erscheint dann folgendes:
>
> + eval gs -q -sDEVICE=ljet3d -r300x300 -sPAPERSIZE=a4 -dNOPAUSE -dSAFER
> -sOutputFile=- redir_gs_msg.ps - | smbclient //SERVER/HP_LJ_3SI -U bli
> -I <IP> -W <WG> -b 1400 -c 'print -'
>
> Eigentlich müßte da ja bei -U sowas wie bli%bla stehen, oder ?
Wenn Du jetzt beim Ausschnibbeln aus der Log Datei nicht so geizig
gewesen wärst, dann wüßte ich jetzt möglicherweise, was beim
Zusammenbauen der SMB_LOGIN variable schiefgegangen ist.
Schick mir mal den Log _einer_ ganzen print session.
Aus bin/apsfilter....
# if we have a Windows user and optional password configured
# then login as windows user to print...
# otherwise use user "GUEST"
# note: printing as guest user might be disabled on a NT print server
#
if [ -n "$SMB_USER" ]; then
if [ -n "$SMB_PASSWD"]; then
SMB_LOGIN="-U ${SMB_USER}%${SMB_PASSWD}"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sollte eigentlich tun.
else
SMB_LOGIN="-U ${SMB_USER}"
fi
else
SMB_LOGIN=""
fi
PRINT_PS="$PRINT_PS | smbclient \
//${SMB_SERVER}/${SMB_PRINTER} \
$SMB_LOGIN \
-I ${SMB_IP} \
-W ${SMB_WORKGROUP} \
-b ${SMB_BUFFER} \
${SMB_FLAGS} "
> Neues Release...neues .sig....
Oh ja ;-) Gräßlich, wo ich das schon überall drinstehen habe ;-)
-- Andreas Klemm http://people.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD New APSFILTER 520 and songs from our band - http://people.freebsd.org/~andreas To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Wed 05 Apr 2000 - 15:00:52 CEST