mirror of
https://github.com/documize/community.git
synced 2025-07-31 02:59:44 +02:00
parent
86d25b2191
commit
8ab3cbe7e8
4 changed files with 2 additions and 45 deletions
|
@ -126,8 +126,7 @@ func (h *Handler) Preview(w http.ResponseWriter, r *http.Request) {
|
|||
response.WriteJSON(w, result)
|
||||
}
|
||||
|
||||
// Sync gets list of Keycloak users and inserts new users into Documize
|
||||
// and marks Keycloak disabled users as inactive.
|
||||
// Sync gets list of LDAP users and inserts new users into Documize.
|
||||
func (h *Handler) Sync(w http.ResponseWriter, r *http.Request) {
|
||||
ctx := domain.GetRequestContext(r)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue