Browse Source

upgrading package: samba 3.0.21a -> 3.0.21b

master
parent
commit
6a1170a515
  1. 14
      samba/samba.patch
  2. 4
      samba/samba.spec

14
samba/samba.patch

@ -297,3 +297,17 @@ Index: source/nsswitch/winbindd_util.c
DEBUG(10, ("open_winbindd_priv_socket: opened socket fd %d\n",
_winbindd_priv_socket));
}
Index: source/smbd/uid.c
--- source/smbd/uid.c.orig 2005-07-28 15:19:43 +0200
+++ source/smbd/uid.c 2006-01-27 09:07:19 +0100
@@ -195,6 +195,10 @@
BOOL must_free_token = False;
NT_USER_TOKEN *token = NULL;
+ if (vuser)
+ DEBUG(9,("change_to_user: SMB user \"%s\" (unix user \"%s\", vuid %d)\n",
+ vuser->user.smb_name ? vuser->user.smb_name : "?", vuser->user.unix_name ? vuser->user.unix_name : "?", vuid));
+
if (!conn) {
DEBUG(2,("change_to_user: Connection not open\n"));
return(False);

4
samba/samba.spec

@ -32,8 +32,8 @@ Distribution: OpenPKG
Class: BASE
Group: Filesystem
License: GPL
Version: 3.0.21a
Release: 20060124
Version: 3.0.21b
Release: 20060201
# package options
%option with_pam no

Loading…
Cancel
Save