Forum Discussion

bikmaek_9916's avatar
bikmaek_9916
Icon for Nimbostratus rankNimbostratus
Feb 18, 2009

Make a directory save by iRule

Hy there,

 

 

I want to save a directory with an iRule e.g.

 

 

http://example.com/save/

 

 

here I want to use a kind of authentication to login this directory. Without the access has to be denied.

 

 

Do you have any idea how to do this?

 

 

bikmaek

2 Replies

  • Hi bikmaek,

     

     

    What type of authentication do you want to enforce (examples: client certificate, basic auth, LDAP, AD, etc)? Do you have the Advanced Client Authentication module licensed on your LTM's?

     

     

    Aaron
  • If you want very basic "basic auth" you can do this easily in an iRule. Here is an example:

     

     

    HTTP Authentication

     

    http://devcentral.f5.com/Default.aspx?tabid=53&view=topic&postid=13423&ptarget=27797

     

     

    Aaron