Merge lp://staging/~zisis00/drizzle/ldap_policy into lp://staging/drizzle
Proposed by
Zisis Sialveras
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~zisis00/drizzle/ldap_policy |
Merge into: | lp://staging/drizzle |
Diff against target: |
1707 lines (+1673/-2) 5 files modified
plugin/ldap_policy/docs/index.rst (+187/-0) plugin/ldap_policy/ldap_policy.cc (+1286/-0) plugin/ldap_policy/ldap_policy.hpp (+194/-0) plugin/ldap_policy/plugin.ini (+3/-0) tests/lib/server_mgmt/drizzled.py (+3/-2) |
To merge this branch: | bzr merge lp://staging/~zisis00/drizzle/ldap_policy |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Drizzle Trunk | Pending | ||
Review via email: mp+119016@code.staging.launchpad.net |
Description of the change
This branch introduce a new plugin named ldap policy. The plugin is an authentication system using LDAP. Each schema/table of Drizzle and user has a record in LDAP. The ldap_policy plugin search in LDAP and dictates if access to target schema/table from user should be granted or not. Also, it is capable to search for supplementaries groups and it has an implementation of a "per-user" cache system for better performance.
Note: Extending the testing suite to have some automated tests & writing detailed documentation are currently in progress.
To post a comment you must log in.
Unmerged revisions
- 2557. By Zisis Sialveras
-
Documentation for ldap-policy
- 2556. By Zisis Sialveras
-
Fixed some errors in ldap_policy
- 2555. By Zisis Sialveras
-
Some changes in ldap_policy
- 2554. By Zisis Sialveras
-
The LDAP policy plugin.
Thanks, this will be reviewed next.