mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-23 13:30:14 -05:00
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
|