This commit is contained in:
crusader
2018-09-12 13:52:58 +09:00
parent 0ef5ca805c
commit f265cbad85
25 changed files with 375 additions and 0 deletions

View File

@@ -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"