Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
readme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
isgphys
readme
Commits
66709240
Commit
66709240
authored
5 years ago
by
Sven Mäder
Browse files
Options
Downloads
Patches
Plain Diff
Update AuthLDAPURL to be more specific
parent
ce8b7e42
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
account/ldap.markdown
+1
-1
1 addition, 1 deletion
account/ldap.markdown
web/how_to_restrict_access_to_a_personal_homepage.markdown
+1
-1
1 addition, 1 deletion
web/how_to_restrict_access_to_a_personal_homepage.markdown
with
2 additions
and
2 deletions
account/ldap.markdown
+
1
−
1
View file @
66709240
...
...
@@ -51,7 +51,7 @@ To configure the Apache Webserver to authenticate using a D-PHYS Account, you ne
AuthType Basic
AuthName "ETH D-PHYS Account"
AuthBasicProvider ldap
AuthLDAPURL "ldap://ldap1.phys.ethz.ch ldap2.phys.ethz.ch ldap3.phys.ethz.ch/dc=phys,dc=ethz,dc=ch?uid?
sub
" TLS
AuthLDAPURL "ldap://ldap1.phys.ethz.ch ldap2.phys.ethz.ch ldap3.phys.ethz.ch/
ou=people,
dc=phys,dc=ethz,dc=ch?uid?
one?(&(objectClass=dphysUser)(!(blocked=yes)))
" TLS
AuthLDAPGroupAttribute memberUid
AuthLDAPGroupAttributeIsDN off
...
...
This diff is collapsed.
Click to expand it.
web/how_to_restrict_access_to_a_personal_homepage.markdown
+
1
−
1
View file @
66709240
...
...
@@ -20,7 +20,7 @@ Create a file with name `.htaccess` in that directory with the following content
AuthType
Basic
AuthName
"ETH D-PHYS Account"
AuthBasicProvider
ldap
AuthLDAPURL
"ldap://ldap1.phys.ethz.ch ldap2.phys.ethz.ch ldap3.phys.ethz.ch/dc=phys,dc=ethz,dc=ch?uid?
sub
"
TLS
AuthLDAPURL
"ldap://ldap1.phys.ethz.ch ldap2.phys.ethz.ch ldap3.phys.ethz.ch/
ou=people,
dc=phys,dc=ethz,dc=ch?uid?
one?(&(objectClass=dphysUser)(!(blocked=yes)))
"
TLS
AuthLDAPGroupAttribute
memberUid
AuthLDAPGroupAttributeIsDN
off
```
...
...
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
register
or
sign in
to comment