spaceport/ldapserver/ldap_functions.py

6 lines
176 B
Python
Raw Normal View History

2020-02-04 06:18:37 +00:00
def create_user(first, last, username, email, password):
print(first, last, username, email, password)
def set_password(username, password):
print(username, password)