lp://staging/~hingo/drizzle/drizzle-auth_ldap-fix-and-docs
- Get this branch:
- bzr branch lp://staging/~hingo/drizzle/drizzle-auth_ldap-fix-and-docs
Branch merges
- Henrik Ingo: Needs Resubmitting
- Mark Atwood: Needs Fixing
- Stewart Smith (community): Approve
- Drizzle Merge Team: Pending requested
-
Diff: 630 lines (+466/-18)4 files modifiedplugin/auth_ldap/auth_ldap.cc (+18/-5)
plugin/auth_ldap/docs/index.rst (+445/-10)
plugin/auth_ldap/plugin.ini (+2/-2)
plugin/auth_ldap/schema/drizzle_create_ldap_user (+1/-1)
Related bugs
Related blueprints
Branch information
Recent revisions
- 2464. By Henrik Ingo
-
Fix old DRIZZLE_PLUGIN macro and plugin.ini that both were giving
build errors. - 2463. By Henrik Ingo
-
Fully document how to install OpenLDAP, setup LDAP directory, add Drizzle
users, configure drizzled and connect with drizzle client using LDAP
authentication.Add myself and Edward Konetzko as authors.
Bug fix: Includes one more bug fix found while documenting:
The LDAP admin password was made visible in a read only variable
to all Drizzle users (show variables). For security reasons, the
variable was removed. - 2462. By Henrik Ingo
-
Add a .. note:: to docs that --auth-ldap.bind-db will no longer work
(it was changed to bind-dn in earlier commit). As there are almost
no users for this module out there, no point in providing backwards
compatibility, but it's still nice to point out the change for those
1 or 2 users that might be using this. - 2461. By Henrik Ingo
-
drizzle_
create_ ldap_user was initially created for testing purposes
only, and recently promoted to be distributed to end users. For some
reason it appended a running number to the end of the username, such
as "hingo0". This patch removes that so the username is as given on
command line ("hingo"). - 2460. By Henrik Ingo
-
Bug fix: search LDAP directory for uid, not cn. The cn field
is for common name, such as "Henrik Ingo". - 2459. By Henrik Ingo
-
Change default value of --auth-
ldap.mysql- password- attribute to
drizzleMysqlUserPassword so that it matches the attribute name in
the provided openldap ldif schema. - 2458. By Henrik Ingo
-
Fixing typo (or misunderstanding of ldap terminology):
was: --auth-ldap.bind-db correct: --auth-ldap.bind-dnNote that the variable was already -dn, only parameter was -db.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~drizzle-trunk/drizzle/development