Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
ldapAuth
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Raphael Fritsch
ldapAuth
Commits
56a4e2db
Commit
56a4e2db
authored
Jan 16, 2019
by
raphael
Browse files
Options
Downloads
Patches
Plain Diff
'README.md' ändern
parent
3a2207a0
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+20
-9
20 additions, 9 deletions
README.md
with
20 additions
and
9 deletions
README.md
+
20
−
9
View file @
56a4e2db
...
...
@@ -37,12 +37,23 @@ ldapAuth.init({
```
# HowTo Client
Change to this settings at your LDAP Client
*
HOST: IP of the Server you set this up
*
PORT: Change to the port you defined (389 default)
*
DN Bind:
`cn=auth`
*
DN Password: Change to your ldapServerPassword
*
Base for user filter:
`ou=user`
*
User filter:
`(&(uid=%s))`
*
Username attribute:
`username`
*
Mail attribute:
`mail`
*
Authentifizierungsquelle: LDAP-Authentifizierung
*
Verzeichnistyp: OpenLDAP //Macht wohl aber keinen großen unterschied was man da einstellt bei einer Authentifizierung
*
Hostname/IP: 134.103.176.108
*
port: 389
*
Encryption/SLL: nein
*
DN Bind (Ldap Benutzername): cn=auth
*
Passwort: Ldap Server passwort
*
Bais-DN (Basis für Benutzersuche): ou=user
*
Benutzerfilter: (&(uid=%s))
*
Benutzer-Objektklasse: uid
*
Attribut Benutzername: username //Falls die Anwendung keine Anmeldung per Mail zulässt (z.B. Jira) muss dieses Attribut auf "mail" gesetzt werden!
*
Attribut Vorname: prename
*
Attribut Nachname: lastname:
*
Attribut Anzeigename: username
*
Attribut Email: mail
*
Attribut Benutzer-ID: uid //Id wird anhand der Mailadresse berechnet
*
Attribut Gruppe: group //Wird in der Regel nicht für Auth gebraucht ist aber gesetzt auf "student" oder "staff"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment