cloudstack/docs/pot/example-LDAP-configuration-commands.pot
2013-02-02 22:18:06 +01:00

72 lines
2.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#
# AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2013-02-02T20:11:58\n"
"PO-Revision-Date: 2013-02-02T20:11:58\n"
"Last-Translator: Automatically generated\n"
"Language-Team: None\n"
"MIME-Version: 1.0\n"
"Content-Type: application/x-publican; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Tag: title
#, no-c-format
msgid "Example LDAP Configuration Commands"
msgstr ""
#. Tag: para
#, no-c-format
msgid "To understand the examples in this section, you need to know the basic concepts behind calling the &PRODUCT; API, which are explained in the Developers Guide."
msgstr ""
#. Tag: para
#, no-c-format
msgid "The following shows an example invocation of ldapConfig with an ApacheDS LDAP server"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "http://127.0.0.1:8080/client/api?command=ldapConfig&amp;hostname=127.0.0.1&amp;searchbase=ou%3Dtesting%2Co%3Dproject&amp;queryfilter=%28%26%28uid%3D%25u%29%29&amp;binddn=cn%3DJohn+Singh%2Cou%3Dtesting%2Co%project&amp;bindpass=secret&amp;port=10389&amp;ssl=true&amp;truststore=C%3A%2Fcompany%2Finfo%2Ftrusted.ks&amp;truststorepass=secret&amp;response=json&amp;apiKey=YourAPIKey&amp;signature=YourSignatureHash"
msgstr ""
#. Tag: para
#, no-c-format
msgid "The command must be URL-encoded. Here is the same example without the URL encoding:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "http://127.0.0.1:8080/client/api?command=ldapConfig\n"
"&amp;hostname=127.0.0.1\n"
"&amp;searchbase=ou=testing,o=project\n"
"&amp;queryfilter=(&amp;(%uid=%u))\n"
"&amp;binddn=cn=John+Singh,ou=testing,o=project\n"
"&amp;bindpass=secret\n"
"&amp;port=10389\n"
"&amp;ssl=true\n"
"&amp;truststore=C:/company/info/trusted.ks\n"
"&amp;truststorepass=secret\n"
"&amp;response=json\n"
"&amp;apiKey=YourAPIKey&amp;signature=YourSignatureHash\n"
" "
msgstr ""
#. Tag: para
#, no-c-format
msgid "The following shows a similar command for Active Directory. Here, the search base is the testing group within a company, and the users are matched up based on email address."
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "http://10.147.29.101:8080/client/api?command=ldapConfig&amp;hostname=10.147.28.250&amp;searchbase=OU%3Dtesting%2CDC%3Dcompany&amp;queryfilter=%28%26%28mail%3D%25e%29%29 &amp;binddn=CN%3DAdministrator%2COU%3Dtesting%2CDC%3Dcompany&amp;bindpass=1111_aaaa&amp;port=389&amp;response=json&amp;apiKey=YourAPIKey&amp;signature=YourSignatureHash"
msgstr ""
#. Tag: para
#, no-c-format
msgid "The next few sections explain some of the concepts you will need to know when filling out the ldapConfig parameters."
msgstr ""