Forum Discussion

Le_Coyote_53930's avatar
Le_Coyote_53930
Icon for Nimbostratus rankNimbostratus
Jul 29, 2010

Access krbdelegate configuration from iRule

Gurus,

 

 

Does anyone know how to get from an iRule the client principal value from the krbdelegate configuration?

 

Here is what I'm looking for as returned from the command line:

 

BIGpipe auth krbdelegate my-kerberos-config list

 

 

auth krbdelegate my-kerberos-config {

 

server principal "HTTP/myserver.dummy.com"

 

client principal "HTTP/myservice.dummy.com"

 

debug enable

 

}

 

 

I couldn't get anywhere with [PROFILE::auth $profile $key]

 

 

The idea would be to modify it on the fly.

 

 

Thank you for your insight.

 

D.

 

No RepliesBe the first to reply