From e22e04517b9f9d0c7759dc4768eedfd05908e9b6 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 7 May 2015 10:59:10 +0200 Subject: LDAP: add ldap_user_certificate option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related to https://fedorahosted.org/sssd/ticket/2596 Reviewed-by: Pavel Březina --- src/man/sssd-ldap.5.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/man') diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 1b7a2609a..f14090843 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -813,6 +813,20 @@ + + ldap_user_certificate (string) + + + Name of the LDAP attribute containing the X509 + certificate of the user. + + + Default: no set in the general case, userCertificate + for IPA + + + + ldap_group_object_class (string) -- cgit