blob: ff221b07aa63cf4e212c64b6817ae2f9a4abb91b [file] [log] [blame]
#Licensed to the Apache Software Foundation (ASF) under one
#or more contributor license agreements. See the NOTICE file
#distributed with this work for additional information
#regarding copyright ownership. The ASF licenses this file
#to you under the Apache License, Version 2.0 (the
#"License"); you may not use this file except in compliance
#with the License. You may obtain a copy of the License at
#http://www.apache.org/licenses/LICENSE-2.0
#Unless required by applicable law or agreed to in writing,
#software distributed under the License is distributed on an
#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
#KIND, either express or implied. See the License for the
#specific language governing permissions and limitations
#under the License.
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 ""