From samba-technical Mon Jun 30 07:10:02 2014 From: Brad Hards Date: Mon, 30 Jun 2014 07:10:02 +0000 To: samba-technical Subject: Re: semi-colon [;] used in password during net join resulted in failure of net join Message-Id: <4036561.odYES5uLNC () saxicola> X-MARC-Message: https://marc.info/?l=samba-technical&m=140411253027061 On Mon, 30 Jun 2014 11:31:39 AM Adarsha S wrote: > Hi All, > > While doing net join with password having semi-colon was giving error as > shown below: > > /root # /usr/bin/net join -U winson%symbol;123 -s > /var/samba/smb.conf.primary > cannot join as standalone machine > /bin/sh: 123: not found The start of the last line shows you what is going wrong - it is a shell issue. The shell is splitting your command, not anything in samba. Brad