diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-12-09 13:54:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:29:04 -0500 |
commit | 00306527b6b5f7b392cf4be98444283458ede619 (patch) | |
tree | aef5820ff963909d28396a9cc5a225160e7363f3 /source4/torture/rpc | |
parent | 9944a67508ee437f6fd38bb2ce77ce1f5cbfac50 (diff) | |
download | samba-00306527b6b5f7b392cf4be98444283458ede619.tar.gz samba-00306527b6b5f7b392cf4be98444283458ede619.tar.bz2 samba-00306527b6b5f7b392cf4be98444283458ede619.zip |
r20093: some documentation updates
metze
(This used to be commit 314308c0bf8eeb168d59dab2a867e6bf5f51266b)
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/testjoin.c | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/source4/torture/rpc/testjoin.c b/source4/torture/rpc/testjoin.c index 3369dd5638..40192b6ac1 100644 --- a/source4/torture/rpc/testjoin.c +++ b/source4/torture/rpc/testjoin.c @@ -659,8 +659,8 @@ struct test_join_ads_dc *torture_join_domain_ads_dc(const char *machine_name, * attrs: * * Result: * "" - * currentTime: ... - * subschemaSubEntry: ... + * currentTime: 20061202155100.0Z + * subschemaSubentry: CN=Aggregate,CN=Schema,CN=Configuration,<domain_partition> * dsServiceName: CN=<netbios_name>,CN=Servers,CN=<site_name>,CN=Sites,CN=Configuration,<domain_partition> * namingContexts: <domain_partition> * CN=Configuration,<domain_partition> @@ -672,7 +672,12 @@ struct test_join_ads_dc *torture_join_domain_ads_dc(const char *machine_name, * supportedControl: ... * supportedLDAPVersion: 3 * 2 - * supportedSASLmechanisms:... + * supportedLDAPPolicies: ... + * highestCommitedUSN: ... + * supportedSASLMechanisms:GSSAPI + * GSS-SPNEGO + * EXTERNAL + * DIGEST-MD5 * dnsHostName: <dns_host_name> * ldapServiceName: <domain_dns_name>:<netbios_name>$@<REALM> * serverName: CN=Servers,CN=<site_name>,CN=Sites,CN=Configuration,<domain_partition> |