mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
5421d7070a
The search reference points (either an integer index or a string for comparison) are supposed to use ASN1_CONTEXT or ASN1_CONTEXT_SIMPLE (respectively) ASN.1 types. We were using these types, but we also put extra ones in too, which nobody else likes. Pair-programmed-with: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>