[Pkg-samba-maint] r1685 - trunk/samba/debian
vorlon at alioth.debian.org
vorlon at alioth.debian.org
Fri Jan 4 19:33:35 UTC 2008
Author: vorlon
Date: 2008-01-04 19:33:32 +0000 (Fri, 04 Jan 2008)
New Revision: 1685
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/mount.smbfs
Log:
* mount.smbfs: map the smbfs "guest" option to "guest,sec=none", which is
a closer approximation of the semantics with cifs.
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2008-01-04 09:58:26 UTC (rev 1684)
+++ trunk/samba/debian/changelog 2008-01-04 19:33:32 UTC (rev 1685)
@@ -10,8 +10,10 @@
problem by building rpc_parse/parse_prs.o with -O0 on this architecture.
Thanks to Martin Michlmayr for helping to pin down the problem file.
Closes: #445566.
+ * mount.smbfs: map the smbfs "guest" option to "guest,sec=none", which is
+ a closer approximation of the semantics with cifs.
- -- Steve Langasek <vorlon at debian.org> Fri, 04 Jan 2008 01:45:02 -0800
+ -- Steve Langasek <vorlon at debian.org> Fri, 04 Jan 2008 11:32:49 -0800
samba (3.0.28-1) unstable; urgency=high
Modified: trunk/samba/debian/mount.smbfs
===================================================================
--- trunk/samba/debian/mount.smbfs 2008-01-04 09:58:26 UTC (rev 1684)
+++ trunk/samba/debian/mount.smbfs 2008-01-04 19:33:32 UTC (rev 1685)
@@ -64,6 +64,11 @@
options="$options${options:+,}sec=krb5"
;;
+ guest)
+ echo "Warning: mapping 'guest' to 'guest,sec=none'" >&2
+ options="$options${options:+,}guest,sec=none"
+ ;;
+
# username and workgroup are reversed in username= arguments,
# so need to be parsed out
username=*/*)
More information about the Pkg-samba-maint
mailing list