Esempio n. 1
0
func init() {
	auth.Register("ldap_auth", &Auth{})
}
Esempio n. 2
0
func init() {
	auth.Register("db_auth", &Auth{})
}