Skip to content

Commit

Permalink
PNDA-4740 Remove Hardcoded DC in Ldap config
Browse files Browse the repository at this point in the history
  • Loading branch information
janselva committed Jun 27, 2018
1 parent 154aed9 commit 6f8f77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/ldap-client/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ldap-client-openldap-clients:

ldap-client-link-server:
cmd.run:
- name: authconfig --enableldap --enableldapauth --ldapserver={{ ldap_server }} --ldapbasedn="dc={{ ldap_base_dn }}" --enablemkhomedir --update
- name: authconfig --enableldap --enableldapauth --ldapserver={{ ldap_server }} --ldapbasedn="{{ ldap_base_dn }}" --enablemkhomedir --update
- require:
- pkg: ldap-client-nss-pam-ldapd
- pkg: ldap-client-openldap-clients
Expand Down

0 comments on commit 6f8f77c

Please sign in to comment.