I am doing the exact same thing.  I had to use lowercase (i.e. 
/etc/samba/server.test1 instead of /etc/samba/server/TEST1) in the end.
That works great.
					Bill Knox (wknox@oeb.harvard.edu)
					Harvard University Herbaria
					(617 496-3023
On Sat, 18 Apr 1998 01:43:25 +1000  "wgaboria"
wrote:> Hello
> 
> I have 4 NT server : so 4 NT Domain
> and 1 Linux Box with samba 1.9.18p4-50.4
> 
> in smb.conf, I configure 
> netbios aliases = TEST1 TEST2 TEST3 TEST4
> sercurity = server
> include = /etc/samba/server.%L
> ..
> 
> and in /etc/samba/server.TEST1
> password server = NTSERV1
> 
> and in /etc/samba/server.TEST2
> password server = NTSERV2
> 
> but when I read the nmbd and smbd logs , 
> %L is replaced by a null string
> 
> when I replace %L by %h , the %h is replaced correctly !!!
> 
> HELP
>