Skip to content
Snippets Groups Projects
Commit ab1e2bb0 authored by Simon Michnowicz's avatar Simon Michnowicz
Browse files

fixed search filter to use M3 only users

Former-commit-id: b047af43
parent 8a5ed07f
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}"
......
......@@ -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")
......
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