Commit 6371b3b5 authored by Jakob Moser's avatar Jakob Moser
Browse files

Add a tip

parent ec287ad1
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -112,6 +112,14 @@ dn = f"cn={escape_rdn(user)},ou=fnphi,ou=rzuser,dc=ad,dc=uni-heidelberg,dc=de"
This only works if the student is part of the `ou=fnphi` organization, i.e., a member of the Neuphilologische Fakultät. This does not generalize. Until I've figured out a better way, I discourage using the Uni LDAP server.
>>>

>>> [!tip]

If in your scenario, it is acceptable to manually determine a users distinguished name, you can connect to the URZ Windows Terminal Server and follow the guide below (both pages are in German):

- [Windows Terminalserver](https://www.urz.uni-heidelberg.de/de/service-katalog/desktop-und-arbeitsplatz/windows-terminalserver)
- [Distinguished Name (DN) oder vollständigen Active Directory Pfad abfragen](https://www.windows-faq.de/2020/07/30/distinguished-name-dn-oder-vollstaendigen-active-directory-pfad-abfragen/)
>>>

## Connect

```python