how to implement a customAuth.dll in IIS?

Re: how to implement a customAuth.dll in IIS? PLease help by Chris

Chris
Fri Nov 18 21:35:48 CST 2005

; For CustomAuth.dll to function correctly, the following steps
; must be taken:
;
; - It must be running on at least IIS 6.0
; - CustomAuth.dll must be installed as a filter
; - CustomAuth.dll must be installed as a wildcard script map
; - In the wildcard script map dialog, "verify file exists" must
; be unchecked.
; - CustomAuth.dll must be allowed in the IIS MMC Web Service
; Extensions folder
; - CustomAuth.ini must exist in the same directory as CustomAuth.dll
; - If not using the built-in logon and logoff pages, then the
; specified pages must have ACLs set such that the Internet Guest
; Account must have access to them
; - For any pages that require successful logon, set an ACL that
; denies the anonymous user account read access.

Do you need something specific?

Chris



Re: how to implement a customAuth.dll in IIS? PLease help by Adrian

Adrian
Sun Nov 20 18:48:44 CST 2005

Thank you for your reply. I did your steps in implementing the
customAuth.dll but when I browse the sharepoint website, no login page
appears. and the progress bar is too slow. I believe that the browser
cannot see the page? should I create login page?


Re: how to implement a customAuth.dll in IIS? PLease help by Adrian

Adrian
Sun Nov 20 19:01:10 CST 2005

Im sorry but what is ACL?


Re: how to implement a customAuth.dll in IIS? PLease help by kimandre

kimandre
Sun Nov 20 22:52:47 CST 2005

Adrian wrote:

> Im sorry but what is ACL?

Access Control List.
<http://searchsecurity.techtarget.com/sDefinition/0,,sid14_gci213757,00.
html>

Also, I don't know who or what you're responding to (I had to take a
guess), so please look at this:
<http://www.safalra.com/special/googlegroupsreply/>

--
Kim André Akerø
- kimandre@NOSPAMbetadome.com
(remove NOSPAM to contact me directly)

Re: how to implement a customAuth.dll in IIS? PLease help by Adrian

Adrian
Mon Nov 21 00:21:28 CST 2005

can u give me please an idea on why does my sharepoint website doesnt
display a login page? I implemented what chris crowse wrote above. When
I tried to view the website white page page or blank comes out and the
status bar of the browser seems to be to slow.


Re: how to implement a customAuth.dll in IIS? PLease help by Adrian

Adrian
Tue Nov 29 02:11:36 CST 2005

I have a problem a plain white page appears into my browser whenever I
implement the custom.dll. what do you think is the prob? Please help.