Re: script for adding a samba-user

2005-07-28 Thread [EMAIL PROTECTED]
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

Re: script for adding a samba-user

2005-07-28 Thread P.U.Kruppa
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

Re: script for adding a samba-user

2005-07-28 Thread Chris Haulmark
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

Re: script for adding a samba-user

2005-07-28 Thread Glenn Dawson
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

script for adding a samba-user

2005-07-28 Thread [EMAIL PROTECTED]
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