Active Directory authentication / authorisation



I have been toying with the idea of having an Active Directory
authentication / authorisation functionality in MS Access; but there
is not much useful info around.

I have built these functionalities for some applications (JAVA, PHP).
The parameters used there are the LDAP parameters for AD:

*searchFilter: (objectClass=user)
*searchBase: OU=register,OU=applications,DC=inside,DC=mycompany,DC=com
*adminPassword: Password
*adminName: CN=LDAP
Lookup,OU=Services,OU=applications,DC=inside,DC=mycompany,DC=com
*ldapURL: ldap://ldap.nicta.net

But I have not had much experience with LDAP queries using VBA :-(

Is there any sample code showing the correct synthax and appropriate
functions to use these parameters in a VBA for Access environment?

My idea is to have users presented with a login form; if they
authenticate successfully against AD then I can manage their
authorisation in locally in MS Access.

An even better scenario would be to also check if they belong to a
specific AD group - this way I could also manage authorisation using
AD.

I am using Access2k3 on Win XP S2; the AD service supports LDAP v4.

Any help would be greatly appreciated.

.



Relevant Pages

  • Re: Basic Authentication Login Box
    ... It is an ISAPI Extension which shows off the new HSE_REQ_EXEC_URL ... This new function allows an ISAPI Extension, on IIS6, to change ... the functionality can modify or leave-alone any aspect of the entire ... Authentication boundaries. ...
    (microsoft.public.inetserver.iis.security)
  • Re: Web access - a non-techie writes....
    ... I have already signed up for the 30 day trial, and I kind of aware of its functionality over the web. ... My questions are more around how it would work with regard to authentication in our particular situation. ... Outlook Web Access (OWA) is included in Exchange ...
    (microsoft.public.exchange.connectivity)
  • Re: Forms Authentication behavior on request denial
    ... by Forms Authentication. ... You could then also get around your authorisation problem ... by explicitly redirecting authenticated, unauthorised ... >> You're seeing the expected behavior. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • RE: IAS authorization against AD groups without authentication
    ... When I send through a RADIUS-REQUEST for authentication and pass a valid ... username and password, IAS finds the account object, authenticates me and ... When I send the same username string through for authorisation the IAS ...
    (microsoft.public.internet.radius)
  • Re: authentication using custom UsernameTokenManager class.....
    ... authorisation has been completed but this has to be done from inside the web ... authorisation in a similar way to it does authentication? ... > check this against the web method that is being called..... ... > What I don't want to do is to use the UsernameTokenManager to do implicit ...
    (microsoft.public.dotnet.framework.webservices.enhancements)