mirror of
https://github.com/curl/curl.git
synced 2026-08-25 19:43:33 +03:00
English: use American spelling consistently
Authorization, Initialization, Organization etc. Closes #8673
This commit is contained in:
parent
b47bda5594
commit
4a8f6869db
23 changed files with 38 additions and 39 deletions
|
|
@ -317,13 +317,13 @@ Name, Attributes, Scope, Filter and Extension for a LDAP search. Each field is
|
|||
separated by a question mark and when that field is not required an empty
|
||||
string with the question mark separator should be included.
|
||||
|
||||
Search for the DN as `My Organisation`:
|
||||
Search for the DN as `My Organization`:
|
||||
|
||||
ldap://ldap.example.com/o=My%20Organisation
|
||||
ldap://ldap.example.com/o=My%20Organization
|
||||
|
||||
the same search but will only return postalAddress attributes:
|
||||
|
||||
ldap://ldap.example.com/o=My%20Organisation?postalAddress
|
||||
ldap://ldap.example.com/o=My%20Organization?postalAddress
|
||||
|
||||
Search for an empty DN and request information about the
|
||||
`rootDomainNamingContext` attribute for an Active Directory server:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue