mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
ITS#7454, fix example usage
This commit is contained in:
parent
3bf87500a3
commit
2ac1967b66
@ -129,7 +129,7 @@ is printed to standard output.
|
|||||||
The following command:
|
The following command:
|
||||||
.LP
|
.LP
|
||||||
.nf
|
.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
|
.fi
|
||||||
.LP
|
.LP
|
||||||
returns
|
returns
|
||||||
@ -141,7 +141,7 @@ returns
|
|||||||
The command:
|
The command:
|
||||||
.LP
|
.LP
|
||||||
.nf
|
.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
|
.fi
|
||||||
.LP
|
.LP
|
||||||
returns
|
returns
|
||||||
|
Loading…
Reference in New Issue
Block a user