From: Arran Cudbard-Bell Date: Mon, 21 Oct 2019 13:25:52 +0000 (-0400) Subject: Sync example output X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4914dc75e084d1489eeb45d4c77ff5efcf782b72;p=thirdparty%2Ffreeradius-server.git Sync example output --- diff --git a/doc/antora/modules/howto/pages/modules/ldap/bootstrap_openldap/docker.adoc b/doc/antora/modules/howto/pages/modules/ldap/bootstrap_openldap/docker.adoc index 63e0ef6ee6e..acc461e8b82 100644 --- a/doc/antora/modules/howto/pages/modules/ldap/bootstrap_openldap/docker.adoc +++ b/doc/antora/modules/howto/pages/modules/ldap/bootstrap_openldap/docker.adoc @@ -104,15 +104,6 @@ ldapsearch -LLL -H ldap://localhost -x -D cn=readonly,dc=example,dc=com -w reado .Expected output [source,ldiff] ---- -# extended LDIF -# -# LDAPv3 -# base with scope subtree -# filter: (&(objectClass=radiusClient)(radiusClientShortname=client2)) -# requesting: ALL -# - -# 2.2.2.2, clients, example.com dn: radiusClientIdentifier=2.2.2.2,ou=clients,dc=example,dc=com objectClass: radiusClient radiusClientIdentifier: 2.2.2.2 @@ -121,12 +112,5 @@ radiusClientShortname: client2 radiusClientType: cisco radiusClientRequireMa: TRUE radiusClientComment: Another test client - -# search result -search: 2 -result: 0 Success - -# numResponses: 2 -# numEntries: 1 ---- ==== diff --git a/doc/antora/modules/howto/pages/modules/ldap/bootstrap_openldap/packages.adoc b/doc/antora/modules/howto/pages/modules/ldap/bootstrap_openldap/packages.adoc index 38a72feaeb0..c3bb4837819 100644 --- a/doc/antora/modules/howto/pages/modules/ldap/bootstrap_openldap/packages.adoc +++ b/doc/antora/modules/howto/pages/modules/ldap/bootstrap_openldap/packages.adoc @@ -239,15 +239,6 @@ ldapsearch -LLL -H ldap://localhost -x -D cn=readonly,dc=example,dc=com -w reado .Expected output [source,ldiff] ---- -# extended LDIF -# -# LDAPv3 -# base with scope subtree -# filter: (&(objectClass=radiusClient)(radiusClientShortname=client2)) -# requesting: ALL -# - -# 2.2.2.2, clients, example.com dn: radiusClientIdentifier=2.2.2.2,ou=clients,dc=example,dc=com objectClass: radiusClient radiusClientIdentifier: 2.2.2.2 @@ -256,12 +247,5 @@ radiusClientShortname: client2 radiusClientType: cisco radiusClientRequireMa: TRUE radiusClientComment: Another test client - -# search result -search: 2 -result: 0 Success - -# numResponses: 2 -# numEntries: 1 ---- ====