Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jul 2005 20:25:55 +0200
From:      "albi@scii.nl" <albi@scii.nl>
To:        freebsd-questions@freebsd.org
Subject:   script for adding a samba-user
Message-ID:  <20050728202555.04233dd3.albi@scii.nl>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050728202555.04233dd3.albi>