15
ldap/ldap.go
15
ldap/ldap.go
@@ -25,6 +25,21 @@ func (m *LDAPMatcher) Key() string {
|
||||
func (m *LDAPMatcher) Type() string {
|
||||
return "DIRECTORY"
|
||||
}
|
||||
func (m *LDAPMatcher) Vendor(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *LDAPMatcher) Version(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *LDAPMatcher) OsType(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *LDAPMatcher) OsVersion(matchCtx *osm.MatchCtx) string {
|
||||
return "UNKNOWN"
|
||||
}
|
||||
|
||||
func (m *LDAPMatcher) Name(matchCtx *osm.MatchCtx) string {
|
||||
return "LDAP"
|
||||
|
||||
Reference in New Issue
Block a user