1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00

Bump version

This commit is contained in:
sauls8t 2018-09-04 17:44:40 +01:00
parent 074eea3aeb
commit 6e0958b3c3
4 changed files with 9 additions and 17 deletions

View file

@ -166,15 +166,3 @@ type LDAPUser struct {
Firstname string `json:"firstName"`
Lastname string `json:"lastName"`
}
// LDAPAuthRequest data received via LDAP client library
// type LDAPAuthRequest struct {
// Domain string `json:"domain"`
// Token string `json:"token"`
// RemoteID string `json:"remoteId"`
// Email string `json:"email"`
// Username string `json:"username"`
// Firstname string `json:"firstname"`
// Lastname string `json:"lastname"`
// Enabled bool `json:"enabled"`
// }