Forum Discussion
Garth_Ladlow_32
Feb 24, 2011Nimbostratus
Am looking for a way to modify the cn of a LDAP bind request
Am looking for a way to modify the cn of a LDAP bind request
Hoping it is possible for an iRule to rewrite a request from Novell eDirectory to Active Directory.
ie change 'cn=raut...
Garth_Ladlow_32
Feb 25, 2011Nimbostratus
I have the following which is close but it errors with the valid password
when CLIENT_ACCEPTED {
TCP::collect
}
when CLIENT_DATA {
set payload [TCP::payload]
regsub -all "cn=rad,ou=pco,o=etv" $payload "cn=rad,ou=earth,ou=thirdplanet,dc=aus,dc=somewhere" payload
TCP::payload replace 0 [TCP::payload length] $payload
TCP::release
TCP::collect
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects