Re: Fwd: About *pwent() functions

2004-01-22 Thread Matthew Seaman
On Wed, Jan 21, 2004 at 09:35:45PM -0800, Gabor Esperon wrote: > > --- Matthew Seaman <[EMAIL PROTECTED]> > wrote: > > There aren't functions to add user accounts via a C > > api in the > > standard FreeBSD system libraries. There are > > various applications > > that will do the job for you --

Re: Fwd: About *pwent() functions

2004-01-21 Thread Gabor Esperon
--- Matthew Seaman <[EMAIL PROTECTED]> wrote: > On Wed, Jan 21, 2004 at 02:31:12PM -0800, Gabor > Esperon wrote: > > I need some function to add a user to the system, > > something like the addpwent implemented in pw(8) > user > > and program but freebsd only have functions like: > > There aren't

Re: Fwd: About *pwent() functions

2004-01-21 Thread Matthew Seaman
On Wed, Jan 21, 2004 at 02:31:12PM -0800, Gabor Esperon wrote: > I need some function to add a user to the system, > something like the addpwent implemented in pw(8) user > and program but freebsd only have functions like: There aren't functions to add user accounts via a C api in the standard Fre

Fwd: About *pwent() functions

2004-01-21 Thread Gabor Esperon
I need some function to add a user to the system, something like the addpwent implemented in pw(8) user and program but freebsd only have functions like: getpwent(3) getpwent_r(3) getpwnam_r(3) getpwuid(3) getpwuid_r(3) setpassent(3) setpwent(3) endpwent(3) to get information fro