Samba 2.2.3 released

Toomas Soome tsoome at muhv.pri.ee
Sun Feb 3 04:05:05 GMT 2002


Jeremy Allison wrote:
> 
> The Samba Team is proud to announce the release of Samba 2.2.3.
> 
> This is the latest stable release of Samba. This is the version that all
> production Samba servers should be running for all current bug-fixes.
> 

hi!

unfortunately there is a bug preventing to compile with nisplus sam.

cvs server: Diffing .
Index: pdb_nisplus.c
===================================================================
RCS file: /cvsroot/samba/source/passdb/pdb_nisplus.c,v
retrieving revision 1.1.2.12
diff -u -r1.1.2.12 pdb_nisplus.c
--- pdb_nisplus.c       6 Jan 2002 23:18:24 -0000       1.1.2.12
+++ pdb_nisplus.c       3 Feb 2002 12:01:33 -0000
@@ -343,7 +343,7 @@
     get_single_attribute(obj, NPF_LOGON_SCRIPT, logon_script,
                         sizeof(pstring));
     if( !(logon_script && *logon_script) ) {
-      pstrcpy(logon_script, lp_logon_script(), False);
+      pstrcpy(logon_script, lp_logon_script());
     }
     else
       pdb_set_logon_script(pw_buf, logon_script, True);


toomas




More information about the samba-technical mailing list