authentication

package
v0.0.0-...-47d1103 Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2015 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LDAPScopeWholeSubtree string = "sub"
	LDAPNeverDerefAliases string = "never"
	LDAPQueryTimeout      int    = 10

	BaseDN      string = "dc=example,dc=com"
	GroupBaseDN string = "ou=groups," + BaseDN
	UserBaseDN  string = "ou=people," + BaseDN

	GroupFilter         string = "objectClass=groupOfNames"
	GroupQueryAttribute string = "cn"
	UserFilter          string = "objectClass=inetOrgPerson"
	UserQueryAttribute  string = "cn"

	GroupMembershipAttribute string = "member"

	GroupNameAttribute1 string = "missing"
	GroupNameAttribute2 string = "cn"

	UserNameAttribute1 string = "missing"
	UserNameAttribute2 string = "name"
	UserNameAttribute3 string = "cn"

	GroupName1 string = "group1"
	GroupName2 string = "group2"
	GroupName3 string = "group3"

	UserName1 string = "Person1"
	UserName2 string = "Person2"
	UserName3 string = "Person3"
	UserName4 string = "Person4"
	UserName5 string = "Person5"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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