I thought about.
But I need to be able to change user passwords also.
Writing directly to the file will only add another user.
Unless you know any ways of breaking apart the file and picking out the user
names then changing the password for that name.

EG
A typical htpasswd file with two entries...
jim:17IpSNa/jwy0M
dave:41xXSdxl.xgC2

I guess break it apart where delimited by ":" but how.
I have no idea where to even begin writing code like that. Good thought
though.


""Peter Dudley"" <[EMAIL PROTECTED]> wrote in message
9e1p79$b1r$[EMAIL PROTECTED]">news:9e1p79$b1r$[EMAIL PROTECTED]...
> can you write directly to the password file using crypt() instead of
trying
> to run the htpasswd program?  I think I used to do this in Perl, but it's
> been a LONG time since I tried it.  I think it worked, though.
>
> Pete.
> PS:  I'm also pretty sure that if you can't write direclty to the
.htpasswd
> file, you can specify multiple password files in your .htaccess file, and
> you should be able to write to an alternative password file.
>
> ""YoBro"" <[EMAIL PROTECTED]> wrote in message
> 9e1okc$3de$[EMAIL PROTECTED]">news:9e1okc$3de$[EMAIL PROTECTED]...
> > The .htpasswd file lives in the root of my user account.
> > ie:
> >
> > [www] directory
> >  .htpasswd file
> >
> > It then goes:
> >
> > [www]
> >      |
> >      [public_html]
> >      [htocs]
> >           |
> >           All website content etc
> >
> > If I go beyond the www directory, I get a list of hundreds of
directories
> > and files.
> > This is where I found the the htpasswd executable under
> >
> > /usr/local/bin
> >
> > Even if i define that path in my code it is still not working
> > The output of ls the root beyond www dir is far to much to put into this
> > message.
> >
> > Is that what you were asking, or am on the wrong track?
> >
> > YoBro
> >
> >
> >
> >
> > "MaD dUCK" <[EMAIL PROTECTED]> wrote in message
> > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > > also sprach YoBro (on Fri, 18 May 2001 10:45:12AM +1200):
> > > > If I try su nobody it asks for nobody's password. If i enter no
> > > > password a I get Authentication denied.
> > >
> > > you aren't root.
> > >
> > > can you give me an output of 'ls -l <path/to/.htpasswdfile>'
> > >
> > > martin;              (greetings from the heart of the sun.)
> > >   \____ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
> > > --
> > > printer not ready.
> > > could be a fatal error.
> > > have a pen handy?
> > >
> > > --
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > To contact the list administrators, e-mail:
[EMAIL PROTECTED]
> > >
> >
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to