Files
opencloud/vendor/github.com/libregraph/idm/defaults.go
2023-04-19 20:24:34 +02:00

13 lines
226 B
Go

/*
* SPDX-License-Identifier: Apache-2.0
* Copyright 2021 The LibreGraph Authors.
*/
package idm
// Defaults as used by multiple sub packages.
var (
DefaultLDAPBaseDN = "dc=lg,dc=local"
DefaultMailDomain = "lg.local"
)