Re: A question about the adduser.perl file

2005-11-28 Thread jimmy
Quoting steven mestdagh <[EMAIL PROTECTED]>: > On Mon, Nov 28, 2005 at 04:30:25PM +0100, Said Outgajjouft wrote: > > >$ENV{'PATH'} = "/sbin:/bin:/usr/sbin:/usr/bin"; > > > > > >and that is where pwd_mkdb will be found. > > > > > > > > Hmm that doesn't answer my question. > > The answer I am lookin

Re: A question about the adduser.perl file

2005-11-28 Thread steven mestdagh
On Mon, Nov 28, 2005 at 04:30:25PM +0100, Said Outgajjouft wrote: > >$ENV{'PATH'} = "/sbin:/bin:/usr/sbin:/usr/bin"; > > > >and that is where pwd_mkdb will be found. > > > > > Hmm that doesn't answer my question. > The answer I am looking for could be one of the following. > > 1. The PATH environm

Re: A question about the adduser.perl file

2005-11-28 Thread Said Outgajjouft
steven mestdagh wrote: >On Mon, Nov 28, 2005 at 10:21:58AM +0100, frantisek holop wrote: > > >>hmm, on Sun, Nov 27, 2005 at 04:31:31PM +0100, Said Outgajjouft said that >> >> >>>Line 92 >>>@pwd_mkdb = ("pwd_mkdb", "-p");# program for building passwd database >>>and line 133 >>>@pwd_mkdb

Re: A question about the adduser.perl file

2005-11-28 Thread steven mestdagh
On Mon, Nov 28, 2005 at 10:21:58AM +0100, frantisek holop wrote: > hmm, on Sun, Nov 27, 2005 at 04:31:31PM +0100, Said Outgajjouft said that > > Line 92 > > @pwd_mkdb = ("pwd_mkdb", "-p");# program for building passwd database > > and line 133 > > @pwd_mkdb = ("pwd_mkdb", "-p", "-d", "."); > >

Re: A question about the adduser.perl file

2005-11-28 Thread frantisek holop
hmm, on Sun, Nov 27, 2005 at 04:31:31PM +0100, Said Outgajjouft said that > Line 92 > @pwd_mkdb = ("pwd_mkdb", "-p");# program for building passwd database > and line 133 > @pwd_mkdb = ("pwd_mkdb", "-p", "-d", "."); > > Isn't it more secure to use absolute path for running the pwd_mkdb? @

A question about the adduser.perl file

2005-11-27 Thread Said Outgajjouft
Line 92 @pwd_mkdb = ("pwd_mkdb", "-p");# program for building passwd database and line 133 @pwd_mkdb = ("pwd_mkdb", "-p", "-d", "."); Isn't it more secure to use absolute path for running the pwd_mkdb? OpenBSD keep it real by keeping it free! Said Outgajjouft