Add embeded libregrah/idm server
This add a new service "idm" providing and LDAP service (via ldaps) on port 9235. If not existing it will bootstrap an initial LDAP tree and administrative user as well as a self-signed Certificate and Key (similar to what is done for glauth).
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ ci-golangci-lint: $(GOLANGCI_LINT)
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
@go test -v -coverprofile coverage.out ./...
|
||||
@go test -v -tags '$(TAGS)' -coverprofile coverage.out ./...
|
||||
|
||||
.PHONY: go-coverage
|
||||
go-coverage:
|
||||
|
||||
Reference in New Issue
Block a user