Unbind your LDAP servers with iRules
LDAP is one of the most widely used authentication protocols around today. There are plenty of others, but LDAP is undeniably one of the big ones. It comes as no surprise then that we often hear diff...
Published Oct 09, 2008
Version 1.0Colin_Walker_12
Historic F5 Account
Joined May 12, 2005
Colin_Walker_12
Historic F5 Account
Joined May 12, 2005
Nat_Thirasuttakorn
Dec 29, 2010Employee
This irule is still relavant. please note that it requires OneConnect profile.
However, there is a bug :)
this line:
set ber_len [expr (($ber_len_ext>>(4-$ext_len)*8)+(0x100^$ext_len))%(0x100^$ext_len)]
should be changed to:
set ber_len [expr ($ber_len_ext & 0xffffffff) >>(4-$ext_len)*8)]