Re: Password generator

2005-09-06 Thread Wally Rodriguez

No, not using a CGI.

I have an app (runs on OSX) that is basically a website generator.  
Looks at some folders and puts some html wrappers around files there  
after a user enters some info. Two of the items entered are a  
username and password.


What I need is to run htpasswd to generate the encrypted password  
for .htaccess


The problem is that REV won't let me run or even launch a shell. It's  
supposed to work, but it just doesn't.


If anybody knows how to run a shell prog and return it's result I  
would REALLY appreciate any help.


Thanks!!

On Sep 4, 2005, at 11:31 AM, Ken Ray wrote:


On 9/4/05 7:23 AM, Wally Rodriguez [EMAIL PROTECTED] wrote:



I wanted to bump this subject as I still can't call a shell program
from RR and the deadline is looming. Any suggestions?



This is through a Rev CGI, right? If so, you can't execute shell,
applescript or launch applications (AFAIK). Is there any reason why  
you need
htpasswd instead of writing your own password generator? Just naïve  
about

this and curious...


Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution




___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Password generator

2005-09-04 Thread Wally Rodriguez
I wanted to bump this subject as I still can't call a shell program  
from RR and the deadline is looming. Any suggestions?



On Aug 28, 2005, at 5:15 PM, Wally Rodriguez wrote:

So htpasswd works great, but I can't seem to be able to call it  
from RR. I tried to use shell with no luck.


Can anybody help me figure out how to get this to work? I already  
set the shellCommand path to the correct one (/bin/tcsh in this case).


Any suggestions?

W.

On Aug 23, 2005, at 5:31 PM, Gordon Tillman wrote:





Hi Wally,

On Aug 23, 2005, at 16:25, Wally Rodriguez wrote:





Does anyone here know where I can find an .htaccess-compatible  
password generator?


I am setting up a website generator program that will require  
this functionality, but the only thing I can find is php-based  
systems.







Do you have access to the htpasswd command on your system?  That  
is what I use to generate passwords manually and I'll bet that you  
can call it from RR if you need to.


-gordon
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution









___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution




___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Password generator

2005-09-04 Thread Ken Ray
On 9/4/05 7:23 AM, Wally Rodriguez [EMAIL PROTECTED] wrote:

 I wanted to bump this subject as I still can't call a shell program
 from RR and the deadline is looming. Any suggestions?

This is through a Rev CGI, right? If so, you can't execute shell,
applescript or launch applications (AFAIK). Is there any reason why you need
htpasswd instead of writing your own password generator? Just naïve about
this and curious...


Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Password generator

2005-08-28 Thread Wally Rodriguez
So htpasswd works great, but I can't seem to be able to call it from  
RR. I tried to use shell with no luck.


Can anybody help me figure out how to get this to work? I already set  
the shellCommand path to the correct one (/bin/tcsh in this case).


Any suggestions?

W.

On Aug 23, 2005, at 5:31 PM, Gordon Tillman wrote:




Hi Wally,

On Aug 23, 2005, at 16:25, Wally Rodriguez wrote:




Does anyone here know where I can find an .htaccess-compatible  
password generator?


I am setting up a website generator program that will require this  
functionality, but the only thing I can find is php-based systems.






Do you have access to the htpasswd command on your system?  That is  
what I use to generate passwords manually and I'll bet that you can  
call it from RR if you need to.


-gordon
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution








___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Password generator

2005-08-24 Thread Wally Rodriguez

Worked like a charm!!

Thanks!

On Aug 23, 2005, at 5:31 PM, Gordon Tillman wrote:


Hi Wally,

On Aug 23, 2005, at 16:25, Wally Rodriguez wrote:


Does anyone here know where I can find an .htaccess-compatible  
password generator?


I am setting up a website generator program that will require this  
functionality, but the only thing I can find is php-based systems.




Do you have access to the htpasswd command on your system?  That is  
what I use to generate passwords manually and I'll bet that you can  
call it from RR if you need to.


-gordon
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution




___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Password generator

2005-08-23 Thread Wally Rodriguez
Does anyone here know where I can find an .htaccess-compatible  
password generator?


I am setting up a website generator program that will require this  
functionality, but the only thing I can find is php-based systems.


Thanks in advance
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Password generator

2005-08-23 Thread Gordon Tillman

Hi Wally,

On Aug 23, 2005, at 16:25, Wally Rodriguez wrote:

Does anyone here know where I can find an .htaccess-compatible  
password generator?


I am setting up a website generator program that will require this  
functionality, but the only thing I can find is php-based systems.


Do you have access to the htpasswd command on your system?  That is  
what I use to generate passwords manually and I'll bet that you can  
call it from RR if you need to.


-gordon
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Password generator

2005-08-23 Thread Wally Rodriguez

I'll look into that as I'm new to this side of the equation.

Thanks for your reply!


On Aug 23, 2005, at 5:31 PM, Gordon Tillman wrote:


Hi Wally,

On Aug 23, 2005, at 16:25, Wally Rodriguez wrote:


Does anyone here know where I can find an .htaccess-compatible  
password generator?


I am setting up a website generator program that will require this  
functionality, but the only thing I can find is php-based systems.




Do you have access to the htpasswd command on your system?  That is  
what I use to generate passwords manually and I'll bet that you can  
call it from RR if you need to.


-gordon


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution