MCPcopy Index your code
hub / github.com/XiaoliChan/LDAPShell / do_disable_account

Method do_disable_account

utils/ldap_shell.py:365–366  ·  view source on GitHub ↗
(self, username)

Source from the content-addressed store, hash-verified

363 print('It seems you are already connected through a TLS channel.')
364
365 def do_disable_account(self, username):
366 self.toggle_account_enable_disable(username, False)
367
368 def do_enable_account(self, username):
369 self.toggle_account_enable_disable(username, True)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected