bigbosst / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

Enhancement: Configure shortcuts via HTTP header instead of ldap search #112

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Current configuration (as of b914) allows configuring shortcuts to be
presented to users based on ldap search query.

Enhancement is to present shortcuts based on values within an http header.   

Whereas a header may be present such as:

X-PWM-Shortcut.1=http://www.google.com;;;Google;;;Google Search

PWM could be configured to look for headers (X-PWM-Shortcut.1 in this
example), and present shortcuts based in the header.

Original issue reported on code.google.com by jrivard on 4 Jan 2010 at 8:45