https://bugs.openldap.org/show_bug.cgi?id=6567
--- Comment #15 from Ryan Tandy ryan@openldap.org --- I think there are some bits that can still be cleaned up:
.gitignore:96:libraries/libldap_r/gssapi.c
^- gssapi.c itself was deleted
include/ldap.h:205:/* OpenLDAP GSSAPI options */ include/ldap.h:206:#define LDAP_OPT_X_GSSAPI_DO_NOT_FREE_CONTEXT 0x6200 include/ldap.h:207:#define LDAP_OPT_X_GSSAPI_ALLOW_REMOTE_PRINCIPAL 0x6201
^- all uses of these have been removed
libraries/libldap/init.c:141:#define MAX_LDAP_ATTR_LEN sizeof("GSSAPI_ALLOW_REMOTE_PRINCIPAL")
^- previously MAX_LDAP_ATTR_LEN used "TLS_CIPHER_SUITE", probably switch it back to that (double check nothing else is longer)
(note to self actually, MAX_LDAP_ATTR_LEN is almost certainly relevant for ITS#8847 too...)
libraries/libldap/init.c:44: LDAP_LDO_GSSAPI_NULLARG
libraries/libldap/init.c:60:#define ATTR_GSSAPI 10
libraries/libldap/ldap-int.h:308:#define LDAP_LDO_GSSAPI_NULLARG
^- I think these are just cruft as well...