Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jul 2004 11:44:44 +0000
From:      "=?ISO-8859-1?Q?=CDsak_Ben?=." <isak@isak.is>
To:        freebsd-isp@freebsd.org
Subject:   samba on freebsd compared to linux
Message-ID:  <20040707113030.M34913@isak.is>

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

   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



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