cloudstack/docs/pot/query-filter.pot
2013-02-02 22:18:06 +01:00

105 lines
1.9 KiB
Plaintext

#
# AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2013-02-02T20:11:59\n"
"PO-Revision-Date: 2013-02-02T20:11:59\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 "Query Filter"
msgstr ""
#. Tag: para
#, no-c-format
msgid "The query filter is used to find a mapped user in the external LDAP server. The query filter should uniquely map the &PRODUCT; user to LDAP user for a meaningful authentication. For more information about query filter syntax, consult the documentation for your LDAP server."
msgstr ""
#. Tag: para
#, no-c-format
msgid "The &PRODUCT; query filter wildcards are:"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Query Filter Wildcard"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Description"
msgstr ""
#. Tag: para
#, no-c-format
msgid "%u"
msgstr ""
#. Tag: para
#, no-c-format
msgid "User name"
msgstr ""
#. Tag: para
#, no-c-format
msgid "%e"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Email address"
msgstr ""
#. Tag: para
#, no-c-format
msgid "%n"
msgstr ""
#. Tag: para
#, no-c-format
msgid "First and last name"
msgstr ""
#. Tag: para
#, no-c-format
msgid "The following examples assume you are using Active Directory, and refer to user attributes from the Active Directory schema."
msgstr ""
#. Tag: para
#, no-c-format
msgid "If the &PRODUCT; user name is the same as the LDAP user ID:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "(uid=%u)"
msgstr ""
#. Tag: para
#, no-c-format
msgid "If the &PRODUCT; user name is the LDAP display name:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "(displayName=%u)"
msgstr ""
#. Tag: para
#, no-c-format
msgid "To find a user by email address:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "(mail=%e)"
msgstr ""