Displaying 4 results from an estimated 4 matches for "dguest_sesssetup".
Did you mean:
guest_sesssetup
1997 Sep 17
2
GUEST_SESSSETUP as an smb.conf parameter?
...just in case that it will not become an smb.conf parameter:
can't it be added as a comment to the Makefile (probably near the
comments to FAST_SHARE_MODES)?
I'm doing ALL the necessary changes for my companies platforms in the
Makefile only and am using a line
FLAGSM = -DSVR4 -DSHADOW_PWD -DGUEST_SESSSETUP=1 -DFAST_SHARE_MODES -DALLOW_CHANGE_PASSWORD
regards
Stefan
--
Stefan Kanthak e-mail: Stefan.Kanthak@mch.sni.de
OEC BS2000 OS AP 2 'POSIX' WWW: http://D255S050.mch.sni.de/
Siemens Nixdorf Informationssysteme AG LAN-Manager: \\D255S050\PUBLIC\
Otto-Ha...
1998 Oct 16
0
Help URGENT : Password for IPC$ and public shares - Working solution
...structions and it is now working.
Thanks very much
I forward to samba ML, so it could be a clue for people having same
problem !!!!
On Fri, 16 Oct 1998, Barlow, Graham K wrote:
> Add the option below to your FLAGS1= line in the compile options and
> 'make clean;make' .
>
> -DGUEST_SESSSETUP=2
>
> This allows people without a valid account on your machine to connect to
> guest shares. Otherwise people have to have a valid entry in smbpasswd
> even to connect to a guest share as guest.
>
> - Hope this helps...
>
> Graham
>
> --
> Dr Graham Barlow...
1998 Aug 19
0
login failures and system load
...ba/var/log.smb:
"Aug 19 11:56:31 rwja smbd[27931]: Getwd failed, errno Permission denied"
Why?
I hate trudging through lengthy smb.conf's, but here's one of ours, if
it's any help:
(Notes:
-I've just remmed out getwd cache - it's been set true up till now
-we have -DGUEST_SESSSETUP=1 in Makefile, to permit cross-domain logins
to mount public shares
)
<---smb.conf begins--->
[global]
printing = hpux
guest account = lmguest
workgroup = PISCATAWAY
local master = yes
preferred master = yes
domain master = yes
os level = 34
mangled map = (*;1 *)...
1998 Oct 15
1
Problem to map home dir
...FLAGSM= -DCONVEX -DSHADOW_PWD
# LIBSM=
# This is for SMP_DC.OSx v1.1-94c079 on Pyramid S series
# contributed by jeffrey@itm.org
# FLAGSM = -DSOLARIS -DSHADOW_PWD -DBSD_COMP
# LIBSM = -lsocket -lnsl
# This is for QNX 4.22
# Contributed by eldo@invisa.satlink.net (Eldo Loguzzo)
# FLAGSM = -DQNX -DGUEST_SESSSETUP=1
# LIBSM =
# This is for SONY NEWS, NEWS-OS 4.2.x
# contributed by sky@sm.sony.co.jp (Katushi Sato)
# FLAGSM = -DNEWS42 -DKANJI=\"sjis\"
# LIBSM =
# This is for SONY NEWS, NEWS-OS 6.1.x
# contributed by kobo@sm.sony.co.jp (Yoichi Kobori)
# FLAGSM = -Xa -DSVR4 -DNEWS61 -DSHADOW_PWD -D...