Auth: Add dummy LDAP service #98

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2022-11-22 22:14:34 +01:00
parent d8712b4636
commit cc38922cbe
36 changed files with 587 additions and 337 deletions

View File

@@ -52,6 +52,12 @@ const (
IsUnstacked int8 = -1
)
// Authentication providers.
const (
ProviderNone = ""
ProviderPassword = "password"
)
// Sort options.
const (
SortOrderDefault = ""