Add home page. Self-signed certificate.
This commit is contained in:
parent
3c87bcbeee
commit
1c14ea3939
2 changed files with 10 additions and 1 deletions
|
@ -17,6 +17,16 @@
|
|||
line: "BASE {{ basedn }}"
|
||||
insertafter: "#BASE.*"
|
||||
|
||||
- name: do not verify cert
|
||||
lineinfile:
|
||||
dest: /etc/ldap/ldap.conf
|
||||
line: "LDAPTLS_REQCERT never"
|
||||
|
||||
- name: set homepage
|
||||
lineinfile:
|
||||
dest: /etc/firefox-esr/firefox-esr.js
|
||||
line: pref("browser.startup.homepage", "https://www.startpage.com");
|
||||
|
||||
#- name: enable pam_umask
|
||||
# lineinfile:
|
||||
# dest: /etc/pam.d/common-session
|
||||
|
|
|
@ -16,5 +16,4 @@ ldap_search_base = {{ basedn }}
|
|||
|
||||
auth_provider = ldap
|
||||
cache_credentials = true
|
||||
|
||||
ldap_tls_reqcert = never
|
||||
|
|
Loading…
Add table
Reference in a new issue