Re: Trouble Authenticating users from trusted domains

From: Troubled Mike (TroubledMike_at_discussions.microsoft.com)
Date: 01/04/05


Date: Tue, 4 Jan 2005 13:11:02 -0800

I have run these commands and they were successful. Should the Domain
Controllers from the site that this application is located pass the username
on to the proper child domain? Even without a Domain identifier?

"ptwilliams" wrote:

> In order to successfully logon, you must be able to resolve the _ldap SRV
> records.
>
> Ensure that the dsGetDc call is successful by either running nltest
> /dsgetdc:domain-name.com or netdiag /test:dsgetdc
>
>
> > Is there a way or how can Active Directory or LDAP search all of my
> > domains, both parent and child, for the username to authenticate?
>
> If you're using an LDAP query this is possible through the use of crossRef
> objects and LDAP referrals. Although in order for this to work you must
> pass the full DN of the domain. If you don't pass the DN, then you'll need
> to pass additional info., such as domain name, etc.
>
> --
>
> Paul Williams
>
> http://www.msresource.net/
> http://forums.msresource.net/
>
> "Troubled Mike" <Troubled Mike@discussions.microsoft.com> wrote in message
> news:E472A4BC-DED2-472F-B4D0-A7AAE7FCACCA@microsoft.com...
> I have an ERP application that can authenticate users from Active Directory
> or LDAP. The problem that I am having is that it does not appear that any
> domain information is passed to my DCs or LDAP Server. For example, I can
> login and authenticate just fine in the parent domain, but when I try to
> login as a user from the child domain, the authentication fails. The only
> login information that is entered is the user name, i.e. sjones. Is there a
> way or how can Active Directory or LDAP search all of my domains, both
> parent
> and child, for the username to authenticate?
>
>
>



Relevant Pages

  • Re: Trouble Authenticating users from trusted domains
    ... For the internal referrals, ... We have a new ERP system that can either authenticate with it's own user ... If you specify an LDAP server, ... >> login as a user from the child domain, ...
    (microsoft.public.win2000.active_directory)
  • Re: Trouble Authenticating users from trusted domains
    ... > In order to successfully logon, you must be able to resolve the _ldap SRV ... > I have an ERP application that can authenticate users from Active ... > login as a user from the child domain, ...
    (microsoft.public.win2000.active_directory)
  • Re: Asp.Net Forms authentication using Active Directory
    ... LDAP bind to authenticate them, nor can you do the password change via LDAP. ... > checking the username or password. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • LDAP Authentication
    ... I am trying to create an asp page that will authenticate against AD using ... LDAP and vbscript. ... If the username and password are correct then ... Set lobjUser = dso.OpenDSObject ...
    (microsoft.public.inetserver.iis.security)
  • Re: Trouble Authenticating users from trusted domains
    ... We have a new ERP system that can either authenticate with it's own user ... much prefer authenticating via Active Directory as it makes Administration ... If you specify an LDAP server, ... >> login as a user from the child domain, ...
    (microsoft.public.win2000.active_directory)

Loading