On Thu, 28 Jul 2005 12:02:08 -0700
Glenn Dawson <[EMAIL PROTECTED]> wrote:
> >been working on a script to add a samba-user, below an example which
> >is not working, can someone provide the fix here to make it work
> >properly ?
>
> It's difficult to help since you didn't provide a description of
On Thu, 28 Jul 2005, [EMAIL PROTECTED] wrote:
hi,
been working on a script to add a samba-user, below an example which is
not working, can someone provide the fix here to make it work properly ?
#!/bin/sh
adduser -G data -s scponly $1
smbpasswd $1
Assuming you use samba3 something like
echo
On Thu, 2005-07-28 at 12:02 -0700, Glenn Dawson wrote:
> At 11:25 AM 7/28/2005, [EMAIL PROTECTED] wrote:
>
> >hi,
> >
> >been working on a script to add a samba-user, below an example which is
> >not working, can someone provide the fix here to make it work properly ?
>
> It's difficult to help s
At 11:25 AM 7/28/2005, [EMAIL PROTECTED] wrote:
hi,
been working on a script to add a samba-user, below an example which is
not working, can someone provide the fix here to make it work properly ?
It's difficult to help since you didn't provide a description of the
problem beyond "not workin
hi,
been working on a script to add a samba-user, below an example which is
not working, can someone provide the fix here to make it work properly ?
#!/bin/sh
adduser -G data -s scponly $1
smbpasswd $1
___
freebsd-questions@freebsd.org mailing list
ht