Revert "Revert "ing""

This reverts commit 7e4a2f1775
This commit is contained in:
Administrator
2018-09-13 08:31:11 +00:00
parent 7e4a2f1775
commit 8bc927cf91
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"