From b7b8995f3cd6af74f9a87548dc0ee9b555b2043c Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Fri, 19 Nov 2010 10:38:32 +0100 Subject: Fix man page Currently sssd does not support authentication via GSSAPI. I think it is not necessary to support it, because if GSSAPI is possible Kerberos should be use for authentication. --- src/man/sssd-ldap.5.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/man/sssd-ldap.5.xml') diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 416cd778..a30b49d1 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -36,8 +36,8 @@ LDAP back end supports id, auth, access and chpass providers. If you want - to authenticate against an LDAP server either TLS/SSL, LDAPS, or - LDAP+GSSAPI is required. sssd does + to authenticate against an LDAP server either TLS/SSL or LDAPS + is required. sssd does not support authentication over an unencrypted channel. If the LDAP server is used only as an identity provider, an encrypted channel is not needed. Please refer to ldap_access_filter -- cgit