funkwhale/docs/locales/gettext/administrator/configuration/ldap.pot

138 lines
4.5 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2023, The Funkwhale Collective
# This file is distributed under the same license as the funkwhale package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: funkwhale 1.3.0-rc3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-01 14:39+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../administrator/configuration/ldap.md:1
msgid "Configure LDAP"
msgstr ""
#: ../../administrator/configuration/ldap.md:3
msgid "{abbr}`LDAP (Lightweight Directory Access Protocol)` is a protocol for providing directory services. It acts as a central authority for user login information. Funkwhale supports LDAP through the [Django LDAP authentication module](https://django-auth-ldap.readthedocs.io/)."
msgstr ""
#: ../../administrator/configuration/ldap.md:6
msgid "LDAP users can't change their password in the app."
msgstr ""
#: ../../administrator/configuration/ldap.md:9
msgid "Dependencies"
msgstr ""
#: ../../administrator/configuration/ldap.md:11
msgid "LDAP support requires extra dependencies. We include these in our requirements files to make it easier to set up. If you aren't using LDAP, you can safely remove these."
msgstr ""
#: ../../administrator/configuration/ldap.md:0
msgid "OS dependencies"
msgstr ""
#: ../../administrator/configuration/ldap.md:15
msgid "`libldap2-dev`"
msgstr ""
#: ../../administrator/configuration/ldap.md:16
msgid "`libsasl2-dev`"
msgstr ""
#: ../../administrator/configuration/ldap.md:0
msgid "Python dependencies"
msgstr ""
#: ../../administrator/configuration/ldap.md:22
msgid "`python-ldap`"
msgstr ""
#: ../../administrator/configuration/ldap.md:23
msgid "`python-django-auth-ldap`"
msgstr ""
#: ../../administrator/configuration/ldap.md:27
msgid "Environment variables"
msgstr ""
#: ../../administrator/configuration/ldap.md:29
msgid "You can configure LDAP authentication using environment variables in your `.env` file."
msgstr ""
#: ../../administrator/configuration/ldap.md:31
msgid "Basic features"
msgstr ""
#: ../../administrator/configuration/ldap.md:34
msgid "Set this to `True` to enable LDAP support"
msgstr ""
#: ../../administrator/configuration/ldap.md:44
msgid "The LDAP {abbr}`URI (Uniform Resource Identifier)` of your authentication server."
msgstr ""
#: ../../administrator/configuration/ldap.md:53
msgid "LDAP user {abbr}`DN (Distinguished Name)` to bind on so you can perform searches."
msgstr ""
#: ../../administrator/configuration/ldap.md:62
msgid "LDAP user password for bind {abbr}`DN (Distinguished Name)`."
msgstr ""
#: ../../administrator/configuration/ldap.md:71
msgid "The LDAP user filter, using `{0}` as the username placeholder. Uses standard [LDAP search syntax](https://social.technet.microsoft.com/wiki/contents/articles/5392.active-directory-ldap-syntax-filters.aspx)."
msgstr ""
#: ../../administrator/configuration/ldap.md:80
msgid "Set to `True` to enable LDAP StartTLS support."
msgstr ""
#: ../../administrator/configuration/ldap.md:89
msgid "The LDAP search root {abbr}`DN (Distinguished Name)`. Supports several entries in a comma-delimited list."
msgstr ""
#: ../../administrator/configuration/ldap.md:98
msgid "A mapping of Django user attributes to LDAP values."
msgstr ""
#: ../../administrator/configuration/ldap.md:107
msgid "Controls whether to use direct binding."
msgstr ""
#: ../../administrator/configuration/ldap.md:115
msgid "Group features"
msgstr ""
#: ../../administrator/configuration/ldap.md:117
msgid "LDAP provides extra features for working with groups. Group configuration is an advanced feature. Most users don't need to configure these settings."
msgstr ""
#: ../../administrator/configuration/ldap.md:120
msgid "[Django's LDAP documentation](https://django-auth-ldap.readthedocs.io/en/latest/groups.html) for groups."
msgstr ""
#: ../../administrator/configuration/ldap.md:124
msgid "The LDAP group search root {abbr}`DN (Distinguished Name)`. This needs to be set to `True` to enable group features."
msgstr ""
#: ../../administrator/configuration/ldap.md:133
msgid "The LDAP group filter."
msgstr ""
#: ../../administrator/configuration/ldap.md:142
msgid "The group that users need to be a member of to authenticate."
msgstr ""
#: ../../administrator/configuration/ldap.md:151
msgid "A group whose members can't authenticate."
msgstr ""