Loading README.md +4 −0 Original line number Diff line number Diff line Loading @@ -51,3 +51,7 @@ from getpass import getpass user = input("Username: ") password = getpass() ``` ## Further reading * [`portal/ldap/Directory.py`](https://gitlab.cl.uni-heidelberg.de/fachschaft/portal/-/blob/master/ldap/Directory.py?ref_type=heads): LDAP implementation for another project from which I self-plagiarized many of the instructions here Loading
README.md +4 −0 Original line number Diff line number Diff line Loading @@ -51,3 +51,7 @@ from getpass import getpass user = input("Username: ") password = getpass() ``` ## Further reading * [`portal/ldap/Directory.py`](https://gitlab.cl.uni-heidelberg.de/fachschaft/portal/-/blob/master/ldap/Directory.py?ref_type=heads): LDAP implementation for another project from which I self-plagiarized many of the instructions here