Forum Discussion
sergei_karpovit
Nimbostratus
May 08, 2006Rules format - upgrade from 4.x to 9.x
We are in the process of upgrading from version 4.x to 9.x
Can someone help me and tell whether i have to do any changes to my Rule from version 4.x before i put it n the version 9.x?
thank...
sergei_karpovit
Nimbostratus
Jun 06, 2006thanks,
how about this one? Also, is there a way that i can put line comments withing iRule code? whatg would be the syntax?
thanks in advance
=======================================
when CLIENT_ACCEPTED {
set tmm_auth_ssl_cc_ldap_sid [AUTH::start pam default_ssl_cc_ldap]
}
when CLIENTSSL_CLIENTCERT {
AUTH::cert_credential $tmm_auth_ssl_cc_ldap_sid [SSL::cert 0]
AUTH::authenticate $tmm_auth_ssl_cc_ldap_sid
SSL::handshake hold
}
when AUTH_SUCCESS {
if {$tmm_auth_ssl_cc_ldap_sid eq [AUTH::last_event_session_id]} {
SSL::handshake resume
}
}
when AUTH_FAILURE {
if {$tmm_auth_ssl_cc_ldap_sid eq [AUTH::last_event_session_id]} {
reject
}
}
when AUTH_WANTCREDENTIAL {
if {$tmm_auth_ssl_cc_ldap_sid eq [AUTH::last_event_session_id]} {
reject
}
}
when AUTH_ERROR {
if {$tmm_auth_ssl_cc_ldap_sid eq [AUTH::last_event_session_id]} {
reject
}
}
======================================================================================
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
