Projet

Général

Profil

Bug #39389

commentaire description option ldap clean_external_id_on_update

Ajouté par Frédéric Péters il y a environ 4 ans. Mis à jour il y a environ 4 ans.

Statut:
Fermé
Priorité:
Normal
Assigné à:
Catégorie:
-
Version cible:
-
Début:
29 janvier 2020
Echéance:
% réalisé:

0%

Temps estimé:
Patch proposed:
Oui
Planning:
Non

Description

À l'origine on a eu 510c396a55ef9e02a0e35eb0708d69f52213568c :

+    # keep password around so that Django authentification also work
+    'keep_password': True,

mais il y eu ensuite 6c20a1a06421c35a9f9fa992ce55662caaf22356 qui a fait passer le message au-dessus d'une nouvelle option

+    # lookup existing user with an external id build with attributes
+    'lookups': ('external_id', 'username'),
+    'external_id_tuples': (('dn:noquote',),),
     # keep password around so that Django authentification also work
+    'clean_external_id_on_update': True,
     'keep_password': True,

Puis 36cfabd307af6e870301524035164128bc5d0e42 a mis une nouvelle description

     # keep password around so that Django authentification also work
     'clean_external_id_on_update': True,
+    # Conserve the passsword in the Django User object
     'keep_password': True,

Fichiers

Révisions associées

Révision 81c09b33 (diff)
Ajouté par Frédéric Péters il y a environ 4 ans

ldap: update description of keep_password/clean_external_id_on_update (#39389)

Historique

#1

Mis à jour par Frédéric Péters il y a environ 4 ans

Patch pour repartir sur la description initiale et ajouter une description pour clean_external_id_on_update (tirée du message de commit correspondant).

(cela parce que j'étais à montrer les options disponibles et j'ai trouvé bizarre l'explication de clean_external_id_on_update)

#2

Mis à jour par Benjamin Dauvergne il y a environ 4 ans

  • Statut changé de Solution proposée à Solution validée
#3

Mis à jour par Frédéric Péters il y a environ 4 ans

  • Statut changé de Solution validée à Résolu (à déployer)
commit 81c09b330959ade73e7deb37baf010ee17a1e175
Author: Frédéric Péters <fpeters@entrouvert.com>
Date:   Wed Jan 29 16:03:01 2020 +0100

    ldap: update description of keep_password/clean_external_id_on_update (#39389)
#4

Mis à jour par Frédéric Péters il y a environ 4 ans

  • Statut changé de Résolu (à déployer) à Solution déployée

Formats disponibles : Atom PDF