Merge ~nicolasbock/stsstack-bundles:ldap_update into stsstack-bundles:master

Proposed by Nicolas Bock
Status: Merged
Merged at revision: 44c8afa5cd5112cb4887ab9ae21acad7e50eae1b
Proposed branch: ~nicolasbock/stsstack-bundles:ldap_update
Merge into: stsstack-bundles:master
Diff against target: 17 lines (+7/-0)
1 file modified
overlays/ldap.yaml (+7/-0)
Reviewer Review Type Date Requested Status
Jolly Bundlers Pending
Review via email: mp+401561@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Felipe Reyes (freyes) wrote :

LGTM

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/overlays/ldap.yaml b/overlays/ldap.yaml
2index d6d98f8..fed3a8b 100644
3--- a/overlays/ldap.yaml
4+++ b/overlays/ldap.yaml
5@@ -7,6 +7,13 @@ applications:
6 ldap-password: crapper
7 ldap-suffix: dc=test,dc=com
8 domain-name: userdomain
9+ ldap-group-name-attribute: cn
10+ ldap-group-objectclass: posixGroup
11+ ldap-group-tree-dn: ou=groups,dc=test,dc=com
12+ ldap-user-id-attribute: uid
13+ ldap-user-name-attribute: uid
14+ ldap-user-objectclass: posixAccount
15+ ldap-user-tree-dn: ou=users,dc=test,dc=com
16 relations:
17 - [ keystone, keystone-ldap ]
18

Subscribers

People subscribed via source and target branches