From 8c589385f918cf7ef4e0d9d9982bba3865dbfee2 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 14 Jun 2008 11:31:30 +0000 Subject: implement SASL authentication based on a patch by Dan White git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@762 ef36b2f9-881f-0410-afb5-c4e39611909c --- man/nss-ldapd.conf.5.xml | 61 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 46 insertions(+), 15 deletions(-) (limited to 'man') diff --git a/man/nss-ldapd.conf.5.xml b/man/nss-ldapd.conf.5.xml index 834029b..05661aa 100644 --- a/man/nss-ldapd.conf.5.xml +++ b/man/nss-ldapd.conf.5.xml @@ -176,11 +176,10 @@ Specifies the clear text credentials with which to bind. This option is only applicable when used with above. - - - When binding to the directory using SASL or other - authentication mechanisms apart from simple binds, this option is not - used. + @@ -194,32 +193,64 @@ - AUTHID + yes|no - Specifies the authorization identity to be used when performing SASL - authentication. + Specifies whether SASL authentication should be used. - PROPERTIES + MECHANISM - Specifies Cyrus SASL security properties. Allowed values are described - in the - ldap.conf5 - manual page. + Specifies the SASL mechanism to be used when + performing SASL authentication. - yes|no + REALM - Specifies whether SASL authentication should be used. + Specifies the SASL realm to be used when performing + SASL authentication. + + + + + + AUTHCID + + + Specifies the authentication identity to be used when performing + SASL authentication. + + + + + + AUTHZID + + + Specifies the authorization identity to be used when performing + SASL authentication. + Must be specified in one of the formats: dn:<distinguished name> + or u:<username>. + + + + + + PROPERTIES + + + Specifies Cyrus SASL security properties. + Allowed values are described in the + ldap.conf5 + manual page. -- cgit v1.2.3