(self)
| 14 | return CACHE_DEFAULT_SCHEMA |
| 15 | |
| 16 | def getUsers(self): |
| 17 | warnMsg = "on Cache it is not possible to enumerate the users" |
| 18 | logger.warning(warnMsg) |
| 19 | |
| 20 | return [] |
| 21 | |
| 22 | def getPasswordHashes(self): |
| 23 | warnMsg = "on Cache it is not possible to enumerate password hashes" |