stages/password: improve labelling of LDAP backend
This commit is contained in:
parent
bf33828ac1
commit
da15a8878f
|
@ -6,7 +6,8 @@ As passbook is currently in a pre-stable, only the latest "stable" version is su
|
|||
|
||||
| Version | Supported |
|
||||
| -------- | ------------------ |
|
||||
| 0.8.15 | :white_check_mark: |
|
||||
| 0.9.x | :white_check_mark: |
|
||||
| 0.10.x | :white_check_mark: |
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
|
|
|
@ -14,10 +14,7 @@ def get_authentication_backends():
|
|||
"django.contrib.auth.backends.ModelBackend",
|
||||
_("passbook-internal Userdatabase"),
|
||||
),
|
||||
(
|
||||
"passbook.sources.ldap.auth.LDAPBackend",
|
||||
_("passbook LDAP (Only needed when User-Sync is not enabled."),
|
||||
),
|
||||
("passbook.sources.ldap.auth.LDAPBackend", _("passbook LDAP"),),
|
||||
]
|
||||
|
||||
|
||||
|
|
Reference in New Issue