diff options
author | Sergio Benitez <sbenitez@mit.edu> | 2015-08-12 16:58:27 -0700 |
---|---|---|
committer | Sergio Benitez <sbenitez@mit.edu> | 2015-08-12 17:01:22 -0700 |
commit | 7d84d4a8f0cb30df04241f528ed74672a485274a (patch) | |
tree | e42a4d0163ac9573a75ea47e6659a8761e78d936 /conf | |
parent | 631c85ba4f51d3fe910324595c154dfaf25935d2 (diff) | |
download | gitea-7d84d4a8f0cb30df04241f528ed74672a485274a.tar.gz gitea-7d84d4a8f0cb30df04241f528ed74672a485274a.zip |
Significantly enhanced LDAP support in Gogs.
Diffstat (limited to 'conf')
-rwxr-xr-x | conf/locale/locale_bg-BG.ini | 2 | ||||
-rwxr-xr-x | conf/locale/locale_de-DE.ini | 2 | ||||
-rw-r--r-- | conf/locale/locale_en-US.ini | 9 | ||||
-rwxr-xr-x | conf/locale/locale_es-ES.ini | 3 | ||||
-rwxr-xr-x | conf/locale/locale_fr-FR.ini | 2 | ||||
-rwxr-xr-x | conf/locale/locale_it-IT.ini | 2 | ||||
-rwxr-xr-x | conf/locale/locale_ja-JP.ini | 2 | ||||
-rwxr-xr-x | conf/locale/locale_lv-LV.ini | 2 | ||||
-rwxr-xr-x | conf/locale/locale_nl-NL.ini | 2 | ||||
-rwxr-xr-x | conf/locale/locale_pl-PL.ini | 2 | ||||
-rwxr-xr-x | conf/locale/locale_pt-BR.ini | 2 | ||||
-rwxr-xr-x | conf/locale/locale_ru-RU.ini | 2 | ||||
-rwxr-xr-x | conf/locale/locale_zh-CN.ini | 2 | ||||
-rwxr-xr-x | conf/locale/locale_zh-HK.ini | 2 |
14 files changed, 5 insertions, 31 deletions
diff --git a/conf/locale/locale_bg-BG.ini b/conf/locale/locale_bg-BG.ini index 65d5962f1c..383d697bf3 100755 --- a/conf/locale/locale_bg-BG.ini +++ b/conf/locale/locale_bg-BG.ini @@ -663,8 +663,6 @@ auths.auth_name=Име на удостоверяването auths.domain=Домейн
auths.host=Хост
auths.port=Порт
-auths.base_dn=Основен DN
-auths.attribute_username=Атрибут на потребителско име
auths.attribute_name=Атрибут име
auths.attribute_surname=Атрибут фамилия
auths.attribute_mail=E-Mail атрибут
diff --git a/conf/locale/locale_de-DE.ini b/conf/locale/locale_de-DE.ini index c4805d6b19..ab63844bd1 100755 --- a/conf/locale/locale_de-DE.ini +++ b/conf/locale/locale_de-DE.ini @@ -722,8 +722,6 @@ auths.auth_name=Authentifizierungsname auths.domain=Domain
auths.host=Host
auths.port=Port
-auths.base_dn=Base DN
-auths.attribute_username=Benutzername Attribut
auths.attribute_name=Vorname Attribut
auths.attribute_surname=Nachname Attribut
auths.attribute_mail=E-Mail Attribut
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 4256b523cd..37950cc301 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -722,12 +722,13 @@ auths.auth_name = Authorization Name auths.domain = Domain auths.host = Host auths.port = Port -auths.base_dn = Base DN -auths.attribute_username = Username attribute +auths.bind_dn = Bind DN +auths.bind_password = Bind Password +auths.user_base = User Search Base auths.attribute_name = First name attribute auths.attribute_surname = Surname attribute auths.attribute_mail = E-mail attribute -auths.filter = Search Filter +auths.filter = User Filter auths.ms_ad_sa = Ms Ad SA auths.smtp_auth = SMTP Authorization Type auths.smtphost = SMTP Host @@ -859,4 +860,4 @@ raw_minutes = minutes default_message = Drop files here or click to upload. invalid_input_type = You can't upload files of this type. file_too_big = File size({{filesize}} MB) exceeds maximum size({{maxFilesize}} MB). -remove_file = Remove file
\ No newline at end of file +remove_file = Remove file diff --git a/conf/locale/locale_es-ES.ini b/conf/locale/locale_es-ES.ini index b3d8bfc46f..c5aec377c1 100755 --- a/conf/locale/locale_es-ES.ini +++ b/conf/locale/locale_es-ES.ini @@ -663,13 +663,10 @@ auths.auth_name=Nombre de Autorización auths.domain=Dominio
auths.host=Host
auths.port=Puerto
-auths.base_dn=Base DN
-auths.attribute_username=Atributo username
auths.attribute_name=Atributo nombre
auths.attribute_surname=Atributo apellido
auths.attribute_mail=Atributo correo electrónico
auths.filter=Filtro de Búsqueda
-auths.ms_ad_sa=Ms Ad SA
auths.smtp_auth=Tipo de Autorización SMTP
auths.smtphost=SMTP Host
auths.smtpport=Puerto SMTP
diff --git a/conf/locale/locale_fr-FR.ini b/conf/locale/locale_fr-FR.ini index 0f8d33e328..69f686bc25 100755 --- a/conf/locale/locale_fr-FR.ini +++ b/conf/locale/locale_fr-FR.ini @@ -722,8 +722,6 @@ auths.auth_name=Nom d'Autorisation auths.domain=Domaine
auths.host=Hôte
auths.port=Port
-auths.base_dn=Base DN (Nom Distingué)
-auths.attribute_username=Attribut du nom d'utilisateur
auths.attribute_name=Attribut du prénom
auths.attribute_surname=Attribut du nom de famille
auths.attribute_mail=Attribut de l'e-mail
diff --git a/conf/locale/locale_it-IT.ini b/conf/locale/locale_it-IT.ini index de6d83bea3..8377cdbe24 100755 --- a/conf/locale/locale_it-IT.ini +++ b/conf/locale/locale_it-IT.ini @@ -663,8 +663,6 @@ auths.auth_name=Nome Autorizzazione auths.domain=Dominio
auths.host=Host
auths.port=Porta
-auths.base_dn=Base DN
-auths.attribute_username=Attributo Nome Utente
auths.attribute_name=Attributo Nome
auths.attribute_surname=Attributo Cognome
auths.attribute_mail=Attributo Email
diff --git a/conf/locale/locale_ja-JP.ini b/conf/locale/locale_ja-JP.ini index 582f5c63e4..f84dab5407 100755 --- a/conf/locale/locale_ja-JP.ini +++ b/conf/locale/locale_ja-JP.ini @@ -663,8 +663,6 @@ auths.auth_name=認証名 auths.domain=ドメイン
auths.host=ホスト
auths.port=ポート
-auths.base_dn=ベースのドメイン名
-auths.attribute_username=ユーザー名属性
auths.attribute_name=名前属性
auths.attribute_surname=名字属性
auths.attribute_mail=Eメール属性
diff --git a/conf/locale/locale_lv-LV.ini b/conf/locale/locale_lv-LV.ini index c2d4fac6b0..c525031b6b 100755 --- a/conf/locale/locale_lv-LV.ini +++ b/conf/locale/locale_lv-LV.ini @@ -663,8 +663,6 @@ auths.auth_name=Autorizācijas nosaukums auths.domain=Domēns
auths.host=Resursdators
auths.port=Ports
-auths.base_dn=Pamata DN
-auths.attribute_username=Username attribute
auths.attribute_name=First name attribute
auths.attribute_surname=Surname attribute
auths.attribute_mail=E-mail attribute
diff --git a/conf/locale/locale_nl-NL.ini b/conf/locale/locale_nl-NL.ini index baa4862128..4d8cbd9fff 100755 --- a/conf/locale/locale_nl-NL.ini +++ b/conf/locale/locale_nl-NL.ini @@ -663,8 +663,6 @@ auths.auth_name=Autorisatienaam auths.domain=Domein
auths.host=Host
auths.port=Poort
-auths.base_dn=Base DN
-auths.attribute_username=Gebruikersnaam attribuut
auths.attribute_name=Voornaam attribuut
auths.attribute_surname=Achternaam attribuut
auths.attribute_mail=E-mail attribuut
diff --git a/conf/locale/locale_pl-PL.ini b/conf/locale/locale_pl-PL.ini index ea0fd796b0..3518970252 100755 --- a/conf/locale/locale_pl-PL.ini +++ b/conf/locale/locale_pl-PL.ini @@ -663,8 +663,6 @@ auths.auth_name=Nazwa autoryzacji auths.domain=Domena
auths.host=Host
auths.port=Port
-auths.base_dn=Base DN
-auths.attribute_username=Atrybut username
auths.attribute_name=Atrybut imienia
auths.attribute_surname=Atrybut nazwiska
auths.attribute_mail=Atrybut email
diff --git a/conf/locale/locale_pt-BR.ini b/conf/locale/locale_pt-BR.ini index 76eec67059..419bcc2cda 100755 --- a/conf/locale/locale_pt-BR.ini +++ b/conf/locale/locale_pt-BR.ini @@ -663,8 +663,6 @@ auths.auth_name=Nome da Autorização auths.domain=Domínio
auths.host=Host
auths.port=Porta
-auths.base_dn=Base DN
-auths.attribute_username=Atributo nome de usuário
auths.attribute_name=Atributo primeiro nome
auths.attribute_surname=Atributo sobrenome
auths.attribute_mail=Atributo e-mail
diff --git a/conf/locale/locale_ru-RU.ini b/conf/locale/locale_ru-RU.ini index 1f62ce0e2b..bf1c1b1b08 100755 --- a/conf/locale/locale_ru-RU.ini +++ b/conf/locale/locale_ru-RU.ini @@ -663,8 +663,6 @@ auths.auth_name=Название авторизации auths.domain=Домен
auths.host=Хост
auths.port=Порт
-auths.base_dn=Base DN
-auths.attribute_username=Username attribute
auths.attribute_name=First name attribute
auths.attribute_surname=Surname attribute
auths.attribute_mail=E-mail attribute
diff --git a/conf/locale/locale_zh-CN.ini b/conf/locale/locale_zh-CN.ini index ed5a89fbc6..29149ab1a9 100755 --- a/conf/locale/locale_zh-CN.ini +++ b/conf/locale/locale_zh-CN.ini @@ -722,8 +722,6 @@ auths.auth_name=授权名称 auths.domain=域名
auths.host=主机地址
auths.port=主机端口
-auths.base_dn=Base DN
-auths.attribute_username=用户名属性
auths.attribute_name=名字属性
auths.attribute_surname=姓氏属性
auths.attribute_mail=邮箱属性
diff --git a/conf/locale/locale_zh-HK.ini b/conf/locale/locale_zh-HK.ini index e58e321c87..8d1f6ee514 100755 --- a/conf/locale/locale_zh-HK.ini +++ b/conf/locale/locale_zh-HK.ini @@ -663,8 +663,6 @@ auths.auth_name=授權名稱 auths.domain=域名
auths.host=主機地址
auths.port=主機端口
-auths.base_dn=Base DN
-auths.attribute_username=用戶名屬性
auths.attribute_name=名子屬性
auths.attribute_surname=姓氏屬性
auths.attribute_mail=電子郵箱屬性
|