Add modpython sasl test

This commit is contained in:
Alexey Sokolov
2025-03-15 22:43:35 +00:00
parent d6578402b7
commit 93e364b296
4 changed files with 54 additions and 0 deletions
+3
View File
@@ -487,6 +487,9 @@ class Module:
def OnClientSASLAuthenticate(self, sMechanism, sMessage):
pass
def OnClientSASLAborted(self):
pass
def OnModuleLoading(self, sModName, sArgs, eType, bSuccess, sRetMsg):
pass