samba on freebsd compared to linux
From: Qsak_Ben?=. (isak_at_isak.is)
Date: 07/07/04
- Previous message: All-Yours Internet Solutions: "Re: Re: Extended Mail System"
- Next in thread: Eric Anderson: "Re: samba on freebsd compared to linux"
- Reply: Eric Anderson: "Re: samba on freebsd compared to linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: freebsd-isp@freebsd.org Date: Wed, 7 Jul 2004 11:44:44 +0000
add user script = /usr/sbin/useradd -m %u
delete user script = /usr/sbin/userdel -r %u
add group script = /usr/sbin/groupadd %g
delete group script = /usr/sbin/groupdel %g
add user to group script = /usr/sbin/usermod -G %g %u
add machine script = /usr/sbin/useradd -s /bin/false \
-d /dev/null %u
useradd -g machine -c whatever -d /dev/null -s /bin/false -n machinename$
We who have setup samba servers know these lines well...
But my question is: Has anyone done this with freebsd tools like pw and so on ?
Im setting up a server for 20-30 clients and i think ldap is a bit of an overkill for that.....maybe someone has
done this already without using ldap and can share with the rest of us ? ;)
-- Ísak Ben, http://www.isak.is _______________________________________________ freebsd-isp@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-isp To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"
- Previous message: All-Yours Internet Solutions: "Re: Re: Extended Mail System"
- Next in thread: Eric Anderson: "Re: samba on freebsd compared to linux"
- Reply: Eric Anderson: "Re: samba on freebsd compared to linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]