mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s4:libnet: Fix code spelling
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
d8fa0dd62e
commit
cd44f8063b
@ -93,7 +93,7 @@
|
||||
* ldapServiceName: <domain_dns_name>:<netbios_name>$@<REALM>
|
||||
* serverName: CN=Servers,CN=<site_name>,CN=Sites,CN=Configuration,<domain_partition>
|
||||
* supportedCapabilities: ...
|
||||
* isSyncronized: TRUE
|
||||
* isSynchronized: TRUE
|
||||
* isGlobalCatalogReady: TRUE
|
||||
* domainFunctionality: 0
|
||||
* forestFunctionality: 0
|
||||
@ -361,7 +361,7 @@
|
||||
* Result:
|
||||
* CN=<new_dc_netbios_name>,CN=Computers,<domain_partition>
|
||||
* distinguishedName: CN=<new_dc_netbios_name>,CN=Computers,<domain_partition>
|
||||
* userAccoountControl: 4096 <0x1000>
|
||||
* userAccountControl: 4096 <0x1000>
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -549,7 +549,7 @@
|
||||
* Result:
|
||||
* CN=<new_dc_netbios_name>,CN=Computers,<domain_partition>
|
||||
* distinguishedName: CN=<new_dc_netbios_name>,CN=Computers,<domain_partition>
|
||||
* userAccoountControl: 4096 <0x00001000>
|
||||
* userAccountControl: 4096 <0x00001000>
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -565,7 +565,7 @@
|
||||
* attrs: userAccountControl
|
||||
* Result:
|
||||
* CN=<new_dc_netbios_name>,CN=Computers,<domain_partition>
|
||||
* userAccoountControl: 4096 <0x00001000>
|
||||
* userAccountControl: 4096 <0x00001000>
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -575,7 +575,7 @@
|
||||
*
|
||||
* Request (replace):
|
||||
* CN=<new_dc_netbios_name>,CN=Computers,<domain_partition>
|
||||
* userAccoountControl: 532480 <0x82000>
|
||||
* userAccountControl: 532480 <0x82000>
|
||||
* Result:
|
||||
* <success>
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user