Re: [AOLSERVER] perms

2001-08-09 Thread Patrick Spence
At 11:53 AM 8/9/2001 -0400, you wrote: As a matter of fact I have been waiting with baited breath for your release.. :) And so has Daniel Stasinski.. :) your efforts are definately appreciated... > > I could have used a merchant account and used url based > > connections to handle the charging

Re: [AOLSERVER] perms

2001-08-09 Thread Scott Goodwin
> I could have used a merchant account and used url based > connections to handle the charging.. but until someone writes something so > I can make a ssl based outbound connection from my webserver I don't want > to do that since everything is sent out in clear and I don't want to risk > sniffers.

Re: [AOLSERVER] perms

2001-08-09 Thread Patrick Spence
- Original Message - From: "Yon Derek" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 08, 2001 9:35 PM Subject: Re: [AOLSERVER] perms > > Certainly... what I am working on is as close to live > > updating as possible of users for

Re: [AOLSERVER] perms

2001-08-09 Thread Scott Goodwin
I would also be very interested in reading about this process. Why not write an ASJ or other article on it? /s. > I'm interested in the on-line billing options. Would you care to share > who's doing the credit card charing and your experiences so far? I would > appreciate any real-life info. > >

Re: [AOLSERVER] perms

2001-08-08 Thread Yon Derek
> Certainly... what I am working on is as close to live > updating as possible of users for a subscription based > website.. we are using a third party to charge cards and > generate the accounts for us, so I have to work around that > difficulty.. I'm interested in the on-line billing options.

Re: [AOLSERVER] perms

2001-08-08 Thread Patrick Spence
- Original Message - From: "Jerry Asher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 08, 2001 12:57 PM Subject: Re: [AOLSERVER] perms > >Yeah, my partner and I just worked up a different way of doing things.. I am > >going to

Re: [AOLSERVER] perms

2001-08-08 Thread Jerry Asher
>Yeah, my partner and I just worked up a different way of doing things.. I am >going to use some of the code from the tcl script but load it into a >postgres table instead... and handle authentication from the table instead >of using ns_perm... When you get this working, could you post it? Thank

Re: [AOLSERVER] perms

2001-08-08 Thread Patrick Spence
- Original Message - From: "Jerry Asher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 08, 2001 11:25 AM Subject: Re: [AOLSERVER] perms > > > >But no matter which I would have to write a module that reloads it on > >command?

Re: [AOLSERVER] perms

2001-08-08 Thread Patrick Spence
- Original Message - From: "Scott Goodwin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 08, 2001 11:11 AM Subject: Re: [AOLSERVER] perms Ooooh, found the code in init.tcl that initializes the nsperm module... going to try it out

Re: [AOLSERVER] perms

2001-08-08 Thread Jerry Asher
> >But no matter which I would have to write a module that reloads it on >command? Yes, but that should be pretty easy. They are loaded into the system at system startup by a tcl script, so I imagine all you need to do is cut and paste portions of that tcl script into your proc. Also, do consid

Re: [AOLSERVER] perms

2001-08-08 Thread Patrick Spence
- Original Message - From: "Scott Goodwin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 08, 2001 11:11 AM Subject: Re: [AOLSERVER] perms > I rolled my own in Tcl. It loads a file of usernames/passwords every 15 > mins. It stores these

Re: [AOLSERVER] perms

2001-08-08 Thread Scott Goodwin
I rolled my own in Tcl. It loads a file of usernames/passwords every 15 mins. It stores these in nsv arrays. Pretty simple, and fast enough. I have a request processor registered at preauth that checks a urlacls file that contains each ACL'd URL and causes a challenge to be issued based on the inf

Re: [AOLSERVER] perms

2001-08-08 Thread Patrick Spence
- Original Message - From: "Jerry Asher" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 08, 2001 11:03 AM Subject: Re: [AOLSERVER] perms > I think you will need to create a custom module to do this for you. There > is no code I am awa

Re: [AOLSERVER] perms

2001-08-08 Thread Jerry Asher
At 10:56 AM 8/8/01, you wrote: >How do I get Aolserver to recognize that a user has been manually updated in >the passwd file on disk without restarting/HUPing the server? I have >"Skiplocks" set to off in my config file (if its on and I try ns_passwdcheck >it crashes the server hard without a l

[AOLSERVER] perms

2001-08-08 Thread Patrick Spence
How do I get Aolserver to recognize that a user has been manually updated in the passwd file on disk without restarting/HUPing the server? I have "Skiplocks" set to off in my config file (if its on and I try ns_passwdcheck it crashes the server hard without a log entry)... It would be really ni