NSS/PAM/LDAP_Auth with openldap-23

Setting_up_OpenLDAP_for_Unix_Authentication tutorial is great, works ok, etc. Trouble is getting it to work with openldap23-server which comes with openldap23-(sasl-)client. Nss/pam_ldap require openldap22-client, is there any way around this? Tnx.

The StartTLS operation

The StartTLS operation establishes Transport Layer Security (the descendant of SSL) on the connection. That can provide data confidentiality (to protect data from being observed by third parties) and/or data integrity protection (which protects the data from tampering). During TLS negotiation the server sends its X.509 certificate to prove its identity. The client may also send a certificate to prove its identity. After doing so, the client may then use SASL/EXTERNAL. By using the SASL/EXTERNAL,642-586 the client requests the server derive its identity from credentials provided at a lower level (such as TLS). Though technically the server may use any identity information established at any lower level, typically the server will use the identity information established by TLS.Servers also often support the non-standard "LDAPS" ("Secure LDAP", JN0-342 commonly known as "LDAP over SSL") protocol on a separate port, by default 636. LDAPS differs from LDAP in two ways: 1) upon connect, 000-331 the client and server establish TLS before any LDAP messages are transferred (without a Start TLS operation) and 2) the LDAPS connection must be closed upon TLS closure.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.