mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r20038: document first rootdse search
metze
(This used to be commit da6415363b
)
This commit is contained in:
parent
ea212eb00f
commit
4daaae70b6
@ -631,6 +631,41 @@ struct test_join_ads_dc *torture_join_domain_ads_dc(const char *machine_name,
|
||||
* Open 1st LDAP connection to the DC using admin credentials
|
||||
*/
|
||||
|
||||
/*
|
||||
* LDAP search 1st LDAP connection:
|
||||
*
|
||||
* Request:
|
||||
* basedn: ""
|
||||
* scope: base
|
||||
* filter: (objectClass=*)
|
||||
* attrs: *
|
||||
* Result:
|
||||
* ""
|
||||
* currentTime: ...
|
||||
* subschemaSubEntry: ...
|
||||
* dsServiceName: CN=<netbios_name>,CN=Servers,CN=<site_name>,CN=Sites,CN=Configuration,<domain_partition>
|
||||
* namingContexts: <domain_partition>
|
||||
* CN=Configuration,<domain_partition>
|
||||
* CN=Schema,CN=Configuration,<domain_partition>
|
||||
* defaultNamingContext: <domain_partition>
|
||||
* schemaNamingContext: CN=Schema,CN=Configuration,<domain_partition>
|
||||
* configurationNamingContext:CN=Configuration,<domain_partition>
|
||||
* rootDomainNamingContext:<domain_partition>
|
||||
* supportedControl: ...
|
||||
* supportedLDAPVersion: 3
|
||||
* 2
|
||||
* supportedSASLmechanisms:...
|
||||
* dnsHostName: <dns_host_name>
|
||||
* ldapServiceName: <domain_dns_name>:<netbios_name>$@<REALM>
|
||||
* serverName: CN=Servers,CN=<site_name>,CN=Sites,CN=Configuration,<domain_partition>
|
||||
* supportedCapabilities: ...
|
||||
* isSyncronized: TRUE
|
||||
* isGlobalCatalogReady: TRUE
|
||||
* domainFunctionality: 0
|
||||
* forestFunctionality: 0
|
||||
* domainControllerFunctionality: 2
|
||||
*/
|
||||
|
||||
/*
|
||||
* LDAP search 1st LDAP connection:
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user