package
Version:
v0.0.0-...-a14a4d2
Opens a new window with list of versions in this module.
Published: Dec 27, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type FailedImportUser struct {
UID string `json:"uid"`
Error string `json:"err_msg"`
}
FailedImportUser ...
type Group struct {
Name string `json:"group_name,omitempty"`
Dn string `json:"ldap_group_dn,omitempty"`
}
Group ...
type ImportUser struct {
UIDList []string `json:"ldap_uid_list"`
}
ImportUser ...
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 ...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.