Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
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
hpc-team
HPCasCode
Commits
b047af43
Commit
b047af43
authored
8 years ago
by
Simon Michnowicz
Browse files
Options
Downloads
Patches
Plain Diff
fixed search filter to use M3 only users
parent
a4398c19
No related branches found
No related tags found
1 merge request
!97
fixed search filter to use M3 only users
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/provision_homedir/templates/provision_homedir.py.j2
+1
-1
1 addition, 1 deletion
roles/provision_homedir/templates/provision_homedir.py.j2
roles/provision_slurm/templates/provision_slurm.py.j2
+1
-1
1 addition, 1 deletion
roles/provision_slurm/templates/provision_slurm.py.j2
with
2 additions
and
2 deletions
roles/provision_homedir/templates/provision_homedir.py.j2
+
1
−
1
View file @
b047af43
...
...
@@ -84,7 +84,7 @@ s.ldapserver="{{ ldapURI }}"
s
.
binddn
=
"
{{ ldapBindDN }}
"
s
.
bindpw
=
"
{{ ldapBindDNPassword }}
"
s
.
baseDN
=
"
{{ ldapBase }}
"
s
.
searchFilter
=
"
{{
search
_filter }}
"
s
.
searchFilter
=
"
{{
ldap_access
_filter }}
"
homeDirEntry
=
"
{{ homeDirEntry }}
"
mnthome
=
"
{{ mnthome }}
"
...
...
This diff is collapsed.
Click to expand it.
roles/provision_slurm/templates/provision_slurm.py.j2
+
1
−
1
View file @
b047af43
...
...
@@ -67,7 +67,7 @@ s.ldapserver="{{ ldapURI }}"
s
.
binddn
=
"
{{ ldapBindDN }}
"
s
.
bindpw
=
"
{{ ldapBindDNPassword }}
"
s
.
baseDN
=
"
{{ ldapBase }}
"
s
.
searchFilter
=
"
{{
search
_filter }}
"
s
.
searchFilter
=
"
{{
ldap_access
_filter }}
"
users
=
get_users
(
s
)
mk_slurmaccount
(
"
default
"
)
...
...
This diff is collapsed.
Click to expand it.
Simon Michnowicz
@smichnow
mentioned in commit
ab1e2bb0
·
4 years ago
mentioned in commit
ab1e2bb0
mentioned in commit ab1e2bb02084655f8cfc9cf3a3446dd512a91ea9
Toggle commit list
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