Skip to content
Snippets Groups Projects
Commit c9bc9bd6 authored by Jonathan Weth's avatar Jonathan Weth :keyboard: Committed by root
Browse files

LDAP information

parent a8c188cc
No related branches found
No related tags found
1 merge request!86Merge school-apps
......@@ -42,6 +42,25 @@ pip install django
pip install django-auth-ldap
```
- `example_secure_settings.py` zu `secure_settings.py` kopieren und anpassen
### LDAP (info.katharineum.de)
#### Adresse vom Info aus:
localhost:389
#### BIND-Nutzer
DN: uid=readldap,ou=people,dc=skole,dc=skolelinux,dc=no
PW: grummelPASS1531
#### BASIS DN
dc=skole,dc=skolelinux,dc=no
#### SSH-Tunnel herstellen
```sudo ssh -L 389:localhost:389 <user>@info.katharineum.de -N ```
(<user> durch Nutzer ersetzen)
#### Verbindung testen
1. Tunnel erstellen (siehe Befehl)
2. Apache Active Directory (AD) zum Testen öffnen (Download unter http://directory.apache.org/studio/)
3. Verbindung in AD mit oben genannten Daten herstellen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment