Commit c9a9f1b0 authored by Jakob Moser's avatar Jakob Moser
Browse files

Add further reading

parent ddbfe9b7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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