Skip to content
Snippets Groups Projects
Commit 46ed15d4 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#7454, fix example usage

parent 979d4862
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ is printed to standard output.
The following command:
.LP
.nf
ldapuri \-h ldap.example.com \-b dc=example,dc=com \-s sub \-f "(cn=Some One)"
ldapurl \-h ldap.example.com \-b dc=example,dc=com \-s sub \-f "(cn=Some One)"
.fi
.LP
returns
......@@ -141,7 +141,7 @@ returns
The command:
.LP
.nf
ldapuri \-H ldap://ldap.example.com:389/dc=example,dc=com??sub?(cn=Some%20One)
ldapurl \-H ldap://ldap.example.com:389/dc=example,dc=com??sub?(cn=Some%20One)
.fi
.LP
returns
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment