Begin LDAP HTTP server with stubs
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
def create_user(first, last, username, email, password):
|
||||
print(first, last, username, email, password)
|
||||
|
||||
def set_password(username, password):
|
||||
print(username, password)
|
||||
Reference in New Issue
Block a user