Re: Purveyor and Auth DLL



On Apr 2, 7:46 am, "Hal Kuff" <Halk...@xxxxxxxxxxx> wrote:
Hi,

Can anyone volunteer about 10 mins on the phone to go over how to link
in the dll so we can use the authenticate model? If so can you send a
contact number to kuff at tessco dot com , or perhaps sumamrize it here
would be great as well. I hear Mr. Maniotes used to be the community guru
but we do not have current info on him.

--HK

acutally, it is quite easy ...

1. compile the file_auth.c program (c 6.0 or higher) using
the file_auth.com dcl routine


2. place the .DLL compiled result in your scripts directory


3. next run the purveyor RSM management web interface
and goto to the realm that you want to authenticate
and check the box "Use authentication DLL" and fill the
the name box with the directory and name of your scripts
directory you entered in the virtual servers setup screen ...


4. sit back and relax because vms authentication takes
over using sysuaf ...


we actually took the supplied DLL and tweaked it to
work with the HTPASSWORD module from apache,
so you can modify file_auth easily to work with other
file formats ...




Reply Reply to author Forward









4. Hal Kuff View profile
More options Apr 2, 8:26 am

Newsgroups: comp.os.vms
From: "Hal Kuff" <Halk...@xxxxxxxxxxx>
Date: Mon, 2 Apr 2007 08:26:33 -0400
Local: Mon, Apr 2 2007 8:26 am
Subject: Re: Purveyor and Auth DLL
Reply | Reply to author | Forward | Print | Individual message | Show
original | Report this message | Find messages by this author
Hi, thanks.... we have someone here that has been having a tough go of
it...
I will verify they are following your hints


<gen...@xxxxxxxxxxxxxxx> wrote in message


news:1175516265.953692.128330@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


- Hide quoted text -
- Show quoted text -

On Apr 2, 7:46 am, "Hal Kuff" <Halk...@xxxxxxxxxxx> wrote:
Hi,

Can anyone volunteer about 10 mins on the phone to go over how to
link
in the dll so we can use the authenticate model? If so can you send a
contact number to kuff at tessco dot com , or perhaps sumamrize it here
would be great as well. I hear Mr. Maniotes used to be the community guru
but we do not have current info on him.


--HK


acutally, it is quite easy ...


1. compile the file_auth.c program (c 6.0 or higher) using
the file_auth.com dcl routine


2. place the .DLL compiled result in your scripts directory


3. next run the purveyor RSM management web interface
and goto to the realm that you want to authenticate
and check the box "Use authentication DLL" and fill the
the name box with the directory and name of your scripts
directory you entered in the virtual servers setup screen ...


4. sit back and relax because vms authentication takes
over using sysuaf ...


we actually took the supplied DLL and tweaked it to
work with the HTPASSWORD module from apache,
so you can modify file_auth easily to work with other
file formats ...





Reply Reply to author Forward Rate this post: Text for clearing
space









5. gen...@xxxxxxxxxxxxxxx View profile
More options Apr 2, 8:26 am

Newsgroups: comp.os.vms
From: gen...@xxxxxxxxxxxxxxx
Date: 2 Apr 2007 05:26:44 -0700
Local: Mon, Apr 2 2007 8:26 am
Subject: Re: Purveyor and Auth DLL
Reply | Reply to author | Forward | Print | Individual message | Show
original | Remove | Report this message | Find messages by this
author
On Apr 2, 8:17 am, gen...@xxxxxxxxxxxxxxx wrote:



- Hide quoted text -
- Show quoted text -

On Apr 2, 7:46 am, "Hal Kuff" <Halk...@xxxxxxxxxxx> wrote:

Hi,


Can anyone volunteer about 10 mins on the phone to go over how to link
in the dll so we can use the authenticate model? If so can you send a
contact number to kuff at tessco dot com , or perhaps sumamrize it here
would be great as well. I hear Mr. Maniotes used to be the community guru
but we do not have current info on him.


--HK


acutally, it is quite easy ...


1. compile the file_auth.c program (c 6.0 or higher) using
the file_auth.com dcl routine


2. place the .DLL compiled result in your scripts directory


3. next run the purveyor RSM management web interface
and goto to the realm that you want to authenticate
and check the box "Use authentication DLL" and fill the
the name box with the directory and name of your scripts
directory you entered in the virtual servers setup screen ...


4. sit back and relax because vms authentication takes
over using sysuaf ...


we actually took the supplied DLL and tweaked it to
work with the HTPASSWORD module from apache,
so you can modify file_auth easily to work with other
file formats ...



forgot to mention ...

there are two supplied DLLs for authentication ...


SAMPLE_AUTH_AXP and _VAX autheticate againset SYSUAF
where FILE_AUTH_AXP and _VAX authenticate againset a generic
file layout which you can modify to use any layout you want ...




Reply Reply to author Forward









6. gen...@xxxxxxxxxxxxxxx View profile
More options Apr 2, 8:29 am

Newsgroups: comp.os.vms
From: gen...@xxxxxxxxxxxxxxx
Date: 2 Apr 2007 05:29:41 -0700
Local: Mon, Apr 2 2007 8:29 am
Subject: Re: Purveyor and Auth DLL
Reply | Reply to author | Forward | Print | Individual message | Show
original | Remove | Report this message | Find messages by this
author
On Apr 2, 8:26 am, gen...@xxxxxxxxxxxxxxx wrote:



- Hide quoted text -
- Show quoted text -

On Apr 2, 8:17 am, gen...@xxxxxxxxxxxxxxx wrote:

On Apr 2, 7:46 am, "Hal Kuff" <Halk...@xxxxxxxxxxx> wrote:


Hi,


Can anyone volunteer about 10 mins on the phone to go over how to link
in the dll so we can use the authenticate model? If so can you send a
contact number to kuff at tessco dot com , or perhaps sumamrize it here
would be great as well. I hear Mr. Maniotes used to be the community guru
but we do not have current info on him.


--HK


acutally, it is quite easy ...

there are two supplied DLLs for authentication ...

SAMPLE_AUTH_AXP and _VAX autheticate againset SYSUAF
where FILE_AUTH_AXP and _VAX authenticate againset a generic
file layout which you can modify to use any layout you want ...- Hide
quoted text -

also the sample_auth "c" routine is ALREADY compiled
where the file_auth IS NOT compiled ...

1. compile the file_auth.c program (c 6.0 or higher) using
the file_auth.com dcl routine (sample_auth for sysuaf
is already compiled)

2. place the .DLL compiled result in your scripts directory

3. next run the purveyor RSM management web interface
and goto to the realm that you want to authenticate
and check the box "Use authentication DLL" and fill the
the name box with the directory and name of your scripts
directory you entered in the virtual servers setup screen ...

4. sit back and relax because vms authentication takes
over using sysuaf ...

we actually took the supplied DLL and tweaked it to
work with the HTPASSWORD module from apache,
so you can modify file_auth easily to work with other
file formats ...



.



Relevant Pages

  • Re: Purveyor and Auth DLL
    ... I will verify they are following your hints ... place the .DLL compiled result in your scripts directory ... and goto to the realm that you want to authenticate ...
    (comp.os.vms)
  • Re: Purveyor and Auth DLL
    ... in the dll so we can use the authenticate model? ... place the .DLL compiled result in your scripts directory ... and goto to the realm that you want to authenticate ...
    (comp.os.vms)
  • Re: Purveyor and Auth DLL
    ... SAMPLE_AUTH_AXP and _VAX autheticate againset SYSUAF ... where FILE_AUTH_AXP and _VAX authenticate againset a generic ... compile the file_auth.c program using ... place the .DLL compiled result in your scripts directory ...
    (comp.os.vms)
  • Re: Purveyor and Auth DLL
    ... SAMPLE_AUTH_AXP and _VAX autheticate againset SYSUAF ... where FILE_AUTH_AXP and _VAX authenticate againset a generic ... compile the file_auth.c program using ... place the .DLL compiled result in your scripts directory ...
    (comp.os.vms)