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

fixed search filter to use M3 only users

parent a4398c19
No related branches found
No related tags found
1 merge request!97fixed search filter to use M3 only users
......@@ -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