From 619e21ed9c7a71e35e53f38867b53ed974f1d36a Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 10 Aug 2015 12:40:39 +0200 Subject: IPA: Change the default of ldap_user_certificate to userCertificate;binary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is safe from ldb point of view, because ldb gurantees the data is NULL-terminated. We must be careful before we save the data, though. Resolves: https://fedorahosted.org/sssd/ticket/2742 Reviewed-by: Pavel Březina --- src/man/sssd-ldap.5.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/man') diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 978fdbe77..123ac3fac 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -821,7 +821,7 @@ certificate of the user. - Default: no set in the general case, userCertificate + Default: no set in the general case, userCertificate;binary for IPA -- cgit