Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb13735

Browse files
committed
Fix for an Issue #294
1 parent 5620445 commit cb13735

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

plugins/dbms/maxdb/enumeration.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@ def getColumns(self, onlyColNames=False):
162162

163163
return kb.data.cachedColumns
164164

165+
def getPrivileges(self, *args):
166+
warnMsg = "on SAP MaxDB it is not possible to enumerate the user privileges"
167+
logger.warn(warnMsg)
168+
169+
return {}
170+
165171
def searchDb(self):
166172
warnMsg = "on SAP MaxDB it is not possible to search databases"
167173
logger.warn(warnMsg)

0 commit comments

Comments
 (0)