summaryrefslogtreecommitdiff
path: root/internal/storage/const.go
diff options
context:
space:
mode:
authorJames Elliott <james-d-elliott@users.noreply.github.com>2023-05-07 16:39:17 +1000
committerGitHub <noreply@github.com>2023-05-07 16:39:17 +1000
commitfb5c285c2549c344f5b24a1cae1fe724a89f11a0 (patch)
tree8f7dde699a6d1bfffec8413a0f66d566851af9a2 /internal/storage/const.go
parent90d190121d538318ca2b1358f77b890a1cbe1b9d (diff)
feat(authentication): suport ldap over unix socket (#5397)
This adds support for LDAP unix sockets using the ldapi scheme. In addition it improves all of the address related parsing significantly deprecating old options. Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'internal/storage/const.go')
-rw-r--r--internal/storage/const.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/internal/storage/const.go b/internal/storage/const.go
index 286d39620..2dec1b5e4 100644
--- a/internal/storage/const.go
+++ b/internal/storage/const.go
@@ -82,11 +82,6 @@ func (s OAuth2SessionType) Table() string {
}
const (
- sqlNetworkTypeTCP = "tcp"
- sqlNetworkTypeUnixSocket = "unix"
-)
-
-const (
encryptionNameCheck = "check"
)