From ab355eced46b5f488ed62a79a7f2e5ac2b6a574c Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 16 Oct 2014 13:17:37 +0200 Subject: Views: apply user SSH public key override With this patch the SSH public key override attribute is read from the FreeIPA server and saved in the cache with the other override data. Since it is possible to have multiple public SSH keys this override value does not replace any other data but will be added to existing values. Fixes https://fedorahosted.org/sssd/ticket/2454 Reviewed-by: Jakub Hrozek --- src/man/sssd-ipa.5.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/man/sssd-ipa.5.xml') diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index 51f14f8fc..e8a716c41 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -626,6 +626,9 @@ ldap_user_shell + + ldap_user_ssh_public_key + -- cgit