mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
r19995: add section about finding details of the RID Manager fSMORoleOwner
metze (This used to be commit ce671ff6c13e71c5b54ba8f14d81af45a3e796a9)
This commit is contained in:
parent
c117648b98
commit
df8fcba2bb
@ -766,6 +766,59 @@ struct test_join_ads_dc *torture_join_domain_ads_dc(const char *machine_name,
|
||||
*/
|
||||
/* END: Infrastructure FSMO */
|
||||
|
||||
/* START: RID Manager FSMO */
|
||||
/*
|
||||
* LDAP search 1st LDAP connection:
|
||||
*
|
||||
* Request:
|
||||
* basedn: <domain_partition>
|
||||
* scope: base
|
||||
* filter: (objectClass=*)
|
||||
* attrs: rIDManagerReference
|
||||
* Result:
|
||||
* <domain_partition>
|
||||
* rIDManagerReference: CN=RID Manager$,CN=System,<domain_partition>
|
||||
*/
|
||||
|
||||
/*
|
||||
* LDAP search 1st LDAP connection:
|
||||
*
|
||||
* Request:
|
||||
* basedn: CN=RID Manager$,CN=System,<domain_partition>
|
||||
* scope: base
|
||||
* filter: (objectClass=*)
|
||||
* attrs: fSMORoleOwner
|
||||
* Result:
|
||||
* CN=Infrastructure,<domain_partition>
|
||||
* fSMORoleOwner: CN=NTDS Settings,<rid_manager_fsmo_server_object>
|
||||
*/
|
||||
|
||||
/*
|
||||
* LDAP search 1st LDAP connection:
|
||||
*
|
||||
* Request:
|
||||
* basedn: <rid_manager_fsmo_server_object>
|
||||
* scope: base
|
||||
* filter: (objectClass=*)
|
||||
* attrs: dnsHostName
|
||||
* Result:
|
||||
* <rid_manager_fsmo_server_object>
|
||||
* dnsHostName: <dns_host_name>
|
||||
*/
|
||||
|
||||
/*
|
||||
* LDAP search 1st LDAP connection:
|
||||
*
|
||||
* Request:
|
||||
* basedn: CN=NTDS Settings,<rid_manager_fsmo_server_object>
|
||||
* scope: base
|
||||
* filter: (objectClass=*)
|
||||
* attrs: msDs-ReplicationEpoch
|
||||
* Result:
|
||||
* CN=NTDS Settings,<rid_manager_fsmo_server_object>
|
||||
*/
|
||||
/* END: RID Manager FSMO */
|
||||
|
||||
/* ... */
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user