Skip to content
Snippets Groups Projects
Unverified Commit 8954d452 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Rename sshAuthorizedKey to sshPublicKey. Advances ticdesk#64.

parent 5d996e50
No related branches found
No related tags found
1 merge request!9WIP: Rename sshAuthorizedKey to sshPublicKey. Advances ticdesk#64.
......@@ -29,7 +29,7 @@ ldap_schema = rfc2307
ldap_account_expire_policy = shadow
ldap_pwd_policy = shadow
ldap_access_order = fitler, expire
ldap_user_ssh_public_key = sshAuthorizedKey
ldap_user_ssh_public_key = sshPublicKey
auth_provider = krb5
chpass_provider = krb5
cache_credentials = true
......
......@@ -69,7 +69,7 @@
regexp: tcp_listen_port
notify: restart auditd
- name: Get supraadmin SSH keys
shell: ldapsearch -H ldapi:// -Y EXTERNAL -QLLL -o ldif-wrap=no -b ou=People,dc=teckids,dc=org memberOf=cn=supraadmin,ou=Groups,dc=teckids,dc=org sshAuthorizedKey | grep sshAuthorizedKey | cut -d" " -f2-4
shell: ldapsearch -H ldapi:// -Y EXTERNAL -QLLL -o ldif-wrap=no -b ou=People,dc=teckids,dc=org memberOf=cn=supraadmin,ou=Groups,dc=teckids,dc=org sshPublicKey | grep sshPublicKey | cut -d" " -f2-4
register: supraadminkeys
- name: Get DNS key for dehydrated
fetch: src=/etc/dehydrated/acme.key dest=tmp/ flat=yes
......
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