New Message: Re: NT authentication under Frontier

webmaster at userland.com webmaster at userland.com
Thu Oct 25 10:19:41 PDT 2001


A new message was posted:

Address: http://frontier.userland.com/discuss/msgReader$9016

By: David Carter-Tod (wccartd at wc.cc.va.us)

In LDAP.root there's a VBScript where some of the magic happens. That code is easily alterable to use any kind of authentication mechanism. Specifically, you could replace all the code in the Main function with:

Set objADsItem = GetObject("WinNT:")
set myuser = objADsItem.OpenDSObject ("WinNT://mydomain/myserver/" & user, dn, pass)
if err.number=0 then
 Main=myuser.get("CN")
else
 Main = "errPass"
end if
Set objADsItem = Nothing

No promises, warrantees, testing, etc., but that should do it!

David

This is a Manila site.. http://manila.userland.com/.





More information about the Frontier-Server mailing list