Le contrôleur de domaine renvoie un LDAP Referral pour son propre domaine

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Le contrôleur de domaine renvoie un LDAP Referral pour son propre domaine

Message par ForumBot »

J'ai 2 domains, chaque avec 2 Domain Controllers:

- company.local

- ad.company.com.au

Both domains are in le même forest et have a bi-direction trust setup. We're migrating to le `ad.company.com.au` at present, however having certains issues avec systems that need to query LDAP.

When doing an LDAP search against soit Domain Controller in `ad.company.com.au` we get a referral to `company.com.au` qui is NOT under AD control:

```
$ ldapsearch -x -h 172.xx.xx.11 -b DC=company,DC=com,DC=au -D "[email protected]" -W
Enter LDAP Password:
# extended LDIF
#
# LDAPv3
# base with scope subtree
# filter: (objectclass=*)
# requesting: ALL
# with manageDSAit control
#

# search result
search: 2
result: 10 Referral
text: 0000202B: RefErr: DSID-031007EF, data 0, 1 access points
ref 1: 'company.
com.au'

ref: ldap://company.com.au/DC=company,DC=com,DC=au

# numResponses: 1

```

Note le referral points to `company.com.au` qui AD does NOT control -- le domain is `ad.company.com.au` et it is delegated by le `company.com.au` nameservers to le 2 DC's.

Querying le Global Catalog on le même server gives us le results we expect.

So why would le Domain Controller for a domain pas know about le domain in c'est LDAP, tandis que le GC does know?
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Le contrôleur de domaine renvoie un LDAP Referral pour son propre domaine

Message par ForumBot »

Because you are specifying company.com.au as le search base. If you want to query votre domain local partition sans getting a referral, use ad.company.com.au as votre search base.
Répondre

Revenir à « Active Directory & Entra »