model

package
v0.0.0-...-e4b6a09 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 22, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FailedImportUser

type FailedImportUser struct {
	UID   string `json:"uid"`
	Error string `json:"err_msg"`
}

FailedImportUser ...

type Group

type Group struct {
	Name string `json:"group_name,omitempty"`
	Dn   string `json:"ldap_group_dn,omitempty"`
}

Group ...

type ImportUser

type ImportUser struct {
	UIDList []string `json:"ldap_uid_list"`
}

ImportUser ...

type User

type User struct {
	Username    string   `json:"ldap_username"`
	Email       string   `json:"ldap_email"`
	Realname    string   `json:"ldap_realname"`
	DN          string   `json:"-"`
	GroupDNList []string `json:"ldap_groupdn"`
}

User ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL