mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +02:00
Bump version
This commit is contained in:
parent
074eea3aeb
commit
6e0958b3c3
4 changed files with 9 additions and 17 deletions
|
@ -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"`
|
||||
// }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue