Shawn Deleurme
2002-Jul-04 15:54 UTC
[Samba] How to prompt for username\password on each connection?
I am using Samba Version 2.2.5. I would like Samba to prompt my clients
Joel Hammer
2002-Jul-04 17:11 UTC
[Samba] How to prompt for username\password on each connection?
Post your smb.conf. Joel On Thu, Jul 04, 2002 at 03:56:22PM -0700, Shawn Deleurme wrote:> I am using Samba Version 2.2.5. I would like Samba to prompt my clients > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba
Shawn Deleurme
2002-Jul-04 17:17 UTC
[Samba] How to prompt for username\password on each connection?
>> Post your smb.conf.Here ya go, Joel. [global] workgroup = THOUGHTSHARE encrypt passwords = yes netbios name = dostie security = user log file = /usr/local/samba/var/log.smbd.%m log level = 2 locking = no revalidate = yes [bioBASE] create mask = 0700 directory mask = 0700 comment = Storage path = /usr/local/core/samba writeable = yes
Joel Hammer
2002-Jul-04 18:26 UTC
[Samba] How to prompt for username\password on each connection?
Try making security = share Then, make sure the permissions on the share itself, on the samba server, are permissive. Joel On Thu, Jul 04, 2002 at 05:19:30PM -0700, Shawn Deleurme wrote:> >> Post your smb.conf. > > Here ya go, Joel. > > [global] > workgroup = THOUGHTSHARE > encrypt passwords = yes > netbios name = dostie > security = user > log file = /usr/local/samba/var/log.smbd.%m > log level = 2 > locking = no > revalidate = yes > > [bioBASE] > create mask = 0700 > directory mask = 0700 > comment = Storage > path = /usr/local/core/samba > writeable = yes > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba