mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-22 19:19:18 -05:00
78064e6bab
Signed-off-by: Christian Richter <crichter@owncloud.com>
12 lines
144 B
Go
12 lines
144 B
Go
package idm
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed ldif/base.ldif.tmpl
|
|
var BaseLDIF string
|
|
|
|
//go:embed ldif/demousers.ldif
|
|
var DemoUsersLDIF string
|