]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Sync example output
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 21 Oct 2019 13:25:52 +0000 (09:25 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 21 Oct 2019 13:25:56 +0000 (09:25 -0400)
doc/antora/modules/howto/pages/modules/ldap/bootstrap_openldap/docker.adoc
doc/antora/modules/howto/pages/modules/ldap/bootstrap_openldap/packages.adoc

index 63e0ef6ee6e219567d03eb940e341e8528043143..acc461e8b82c029c02624eb346159a2097799bcc 100644 (file)
@@ -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 <dc=example,dc=com> 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
 ----
 ====
index 38a72feaeb011401d4fde4948a7d8fbd49ced71f..c3bb4837819a3ed34325600ce8927aaf5d93f0ae 100644 (file)
@@ -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 <dc=example,dc=com> 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
 ----
 ====