Since I am not versed in low level programming language, it appears
R:GUID.RBL may be the way I should proceed. I assume R:GUID.RBL is some
kind of plug-in to R:Base just like R:Mail?
Thank you for the suggestions.
-- James
----- Original Message -----
From: "Mike Byerley" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Saturday, January 08, 2011 9:46 AM
Subject: [RBASE-L] - Re: crypt() Linux function in R:Base?
That's not what he wants..
James, you can however, if you have the ability to write something in
pascal or C++, create a standard windows 32 bit DLL that you can use in
RBase to Crypt/DeCrypt your passwords using the DLCall function.
----- Original Message -----
From: "jan johansen" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Saturday, January 08, 2011 8:41 AM
Subject: [RBASE-L] - Re: crypt() Linux function in R:Base?
James,
Give R:BASE a call and ask about R:GUID.RBL.
Jan
-----Original Message-----
From: "James W. Kim" <[email protected]>
To: [email protected] (RBASE-L Mailing List)
Date: Fri, 7 Jan 2011 22:31:45 -0500
Subject: [RBASE-L] - crypt() Linux function in R:Base?
Hi,
Does anyone know how to replicate the Linux crypt() function in R:Base?
I use htaccess and htpasswd combination for the purpose of authenticating
users to my web server. I have been using a web script for interactively
adding a new user and deleting a user. However, it dawned on me that if
I
can somehow create the encrypted passwords from R:Base, I can basically
create the htpasswd file and automatically upload the current list to my
server and save a lot of time and effort.
Any help would be appreciated.
James Kim