Forum Discussion
Garth_Ladlow_32
Nimbostratus
Feb 24, 2011Am 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
Nimbostratus
Feb 25, 2011I 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
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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