ldap

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2018 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth

type Auth struct {
	auth.DefaultAuthenticateHelper
}

Auth implements AuthenticateHelper interface to authenticate against LDAP

func (*Auth) Authenticate

func (l *Auth) Authenticate(m models.AuthModel) (*models.User, error)

Authenticate checks user's credential against LDAP based on basedn template and LDAP URL, if the check is successful a dummy record will be inserted into DB, such that this user can be associated to other entities in the system.

func (*Auth) OnBoardUser

func (l *Auth) OnBoardUser(u *models.User) error

OnBoardUser will check if a user exists in user table, if not insert the user and put the id in the pointer of user model, if it does exist, return the user's profile.

func (*Auth) PostAuthenticate

func (l *Auth) PostAuthenticate(u *models.User) error

PostAuthenticate -- If user exist in harbor DB, sync email address, if not exist, call OnBoardUser

func (*Auth) SearchUser

func (l *Auth) SearchUser(username string) (*models.User, error)

SearchUser -- Search user in ldap

Jump to

Keyboard shortcuts

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