URL: https://github.com/SSSD/sssd/pull/885 Author: tscherf Title: #885: Fix option type for ldap_group_type Action: opened
PR body: """ Signed-off-by: Thorsten Scherf <tsch...@redhat.com> """ To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/885/head:pr885 git checkout pr885
From e9d4a9f2c69499333f6301abf86d773f0d9b8764 Mon Sep 17 00:00:00 2001 From: Thorsten Scherf <tsch...@redhat.com> Date: Wed, 18 Sep 2019 14:48:11 +0200 Subject: [PATCH] Fix option type for ldap_group_type Signed-off-by: Thorsten Scherf <tsch...@redhat.com> --- src/man/sssd-ldap.5.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index f0bc82db5f..f61a641855 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -1025,7 +1025,7 @@ </varlistentry> <varlistentry> - <term>ldap_group_type (integer)</term> + <term>ldap_group_type (string)</term> <listitem> <para> The LDAP attribute that contains an integer value
_______________________________________________ sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org