Forum Discussion
Jeff_Green_4244
Nov 07, 2011Nimbostratus
Create Domino LTPA token on F5 problem
Hi,
I'm trying to use the code at
http://per.lausten.dk/blog/2009/06/how-to-create-a-ltpa-session-cookie-for-lotus-domino-using-f5.html
to create a Domino LTPA token but...
nitass
Nov 09, 2011Employee
why does it seem okay to me?
[root@ve1023:Active] config b version|grep -iA 1 version
BIG-IP Version 10.2.3 112.0
Final Edition
[root@ve1023:Active] config b rule myrule list
rule myrule {
when RULE_INIT {
set text "\x00\x01\x02\x03Hello World"
set text_enc [b64encode $text]
set text_dec [b64decode $text_enc]
binary scan $text H* text_hex
binary scan $text_enc H* text_enc_hex
binary scan $text_dec H* text_dec_hex
log local0. "Text: $text_hex"
log local0. "Text encoded: $text_enc_hex"
log local0. "Text decoded: $text_dec_hex"
}
}
[root@ve1023:Active] config grep -i myrule /var/log/ltm
Nov 8 23:54:37 local/ve1023 err mcpd[3752]: 01020066:3: The requested rule (myrule) already exists in partition Common.
Nov 8 23:54:37 local/tmm info tmm[4766]: Rule myrule : Text: 0001020348656c6c6f20576f726c64
Nov 8 23:54:37 local/tmm info tmm[4766]: Rule myrule : Text encoded: 414145434130686c6247787649466476636d786b
Nov 8 23:54:37 local/tmm info tmm[4766]: Rule myrule : Text decoded: 0001020348656c6c6f20576f726c64
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