Files
web2py/gluon
Christophe Varoqui 5817a1893b LDAP auth login method enhancements
1/
Allow user to pass a group mapping in manage_groups=True mode.
A group mapping is a structure like:

{
  "ldap_grp1": ["web2py_grp1", "web2py_grp2"],
  "ldap_grp2": ["ldap_grp2", "web2py_grp3"],
}

After fetching the ldap user's ldap groups, the list entries are
translated, before janitoring the auth_group and auth_membership
tables.

2/
Allow to define a callback to execute if the auth_group or
auth_membership tables are changed.

Typical use-case are cache flushing and app-driven replication.
2016-03-18 21:24:08 +01:00
..
2015-03-12 09:35:28 -05:00
2015-12-17 21:19:08 -06:00
2015-12-17 21:19:08 -06:00
2014-01-27 22:56:58 +01:00
2014-01-27 22:56:58 +01:00
2015-12-17 21:19:08 -06:00
2014-01-29 23:01:52 +01:00
2015-03-19 00:04:24 +01:00
2014-01-29 23:01:52 +01:00
2015-03-06 22:06:37 -05:00
2015-04-01 21:35:52 +02:00
2016-03-14 14:57:21 -05:00
2015-03-06 22:12:56 -05:00
2015-03-06 22:14:10 -05:00
2016-01-04 13:23:22 +01:00
2016-03-14 15:20:08 -05:00
2016-02-26 13:52:00 -06:00
2016-02-25 02:46:36 +01:00
2015-03-06 22:24:02 -05:00
2015-09-21 22:09:17 +02:00
2014-12-15 22:24:04 +01:00
2015-05-14 12:24:58 -03:00
2016-01-05 07:29:53 -06:00
2015-12-17 21:19:08 -06:00
2016-03-14 12:34:09 -05:00
2015-12-30 10:37:14 +01:00
2015-12-28 14:48:29 +01:00