Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AdditionalLdapAttributes []message.LDAPString
Functions ¶
func GetFilteredUsers ¶
func StartLdapServer ¶
func StartLdapServer()
Types ¶
type AttributeMapper ¶ added in v1.462.0
type AttributeMapper func(user *object.User) message.AttributeValue
type FieldRelation ¶ added in v1.462.0
type FieldRelation struct {
// contains filtered or unexported fields
}
func (FieldRelation) GetAttributeValue ¶ added in v1.462.0
func (rel FieldRelation) GetAttributeValue(user *object.User) message.AttributeValue
func (FieldRelation) GetField ¶ added in v1.462.0
func (rel FieldRelation) GetField() (string, error)
Click to show internal directories.
Click to hide internal directories.