linkdd / lemonldap-cli

Command Line tool to configure LemonLDAP::NG (depecrated: now maintained by the LemonLDAP::NG team)
http://linkdd.github.com/lemonldap-cli
GNU General Public License v3.0
7 stars 0 forks source link

manage location rules #5

Closed linkdd closed 12 years ago

linkdd commented 12 years ago

Adding support of rules :

manager.example.com:
- default : $uid eq "drwho"
- ^/logout : logout_sso http://auth.example.com

And with command line:

lemonldap-cli rules-set manager.example.com default "$uid eq \"drwho\""
lemonldap-cli rules-set manager.example.com "^/logout" "logout_sso http://auth.example.com"