Skip to content

Commit

Permalink
Fix LDAP Schema Syntax (bug 904380)
Browse files Browse the repository at this point in the history
Apply the change from commit 8741597 to the .schema file as well
(additional fix for bug 904380)

Change-Id: Ifd7e7de235b9c81c746cdc64ce699073697c8bb0
  • Loading branch information
rhafer committed Jan 17, 2012
1 parent 45c62a8 commit 3d08211
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions keystone/backends/ldap/keystone.schema
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ objectClass (
NAME 'keystoneUser'
SUP top
AUXILIARY
MUST ( keystoneName )
MUST ( keystoneEnabled )
MUST ( keystoneName $ keystoneEnabled )
MAY ( mail $ userPassword )
)

Expand All @@ -70,8 +69,7 @@ objectClass (
NAME 'keystoneTenant'
SUP top
AUXILIARY
MUST ( keystoneName )
MUST ( keystoneEnabled )
MUST ( keystoneName $ keystoneEnabled )
MAY ( member $ description )
)

Expand Down

0 comments on commit 3d08211

Please sign in to comment.