Index: substitute.c =================================================================== RCS file: /data/vl/cvstree/samba/source/lib/substitute.c,v retrieving revision 1.25.2.14 diff -u -r1.25.2.14 substitute.c --- substitute.c 5 Sep 2003 19:59:53 -0000 1.25.2.14 +++ substitute.c 19 Oct 2003 08:51:06 -0000 @@ -529,6 +529,9 @@ else t = realloc_string_sub(t, "%L", global_myname()); break; + case 'N': + t = realloc_string_sub(t, "%N", automount_server(smb_name)); + break; case 'M' : t = realloc_string_sub(t, "%M", client_name()); break;