Begin LDAP HTTP server with stubs

This commit is contained in:
2020-02-04 06:18:37 +00:00
parent efcc4b847d
commit 3117028023
5 changed files with 166 additions and 0 deletions
+5
View File
@@ -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)