The "ssl" configuration option for LDAP mapper can take the following values:
based on the code in ldap_mapper.c
However documentation is not very clear what is the meaning of these values.
One could incorrectly assume (with the recent poodle attack) that ssl stands for "SSL 3.0" and tls stands for "TLS 1.x". This would be incorrect: ssl means in fact "LDAPS" and "tls" means "StartTLS".
Anyone involved with LDAP would immediately understand the exact meaning without examining source code for details.
So I suggest to rename "ssl" to "ldaps", "tls" to "starttls" or at least document these values properly.