| Leticia Wanderley | cc36397 | 2017-06-26 23:52:52 -0300 | [diff] [blame] | 1 | # Licensed under the Apache License, Version 2.0 (the "License"); you may | 
 | 2 | # not use this file except in compliance with the License. You may obtain | 
 | 3 | # a copy of the License at | 
 | 4 | # | 
 | 5 | #    http://www.apache.org/licenses/LICENSE-2.0 | 
 | 6 | # | 
 | 7 | # Unless required by applicable law or agreed to in writing, software | 
 | 8 | # distributed under the License is distributed on an "AS IS" BASIS, | 
 | 9 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or | 
 | 10 | # implied. See the License for the specific language governing | 
 | 11 | # permissions and limitations under the License. | 
 | 12 |  | 
 | 13 | # Demo LDAP user | 
 | 14 | dn: cn=demo,ou=Users,${BASE_DN} | 
 | 15 | cn: demo | 
 | 16 | displayName: demo | 
 | 17 | givenName: demo | 
 | 18 | mail: demo@openstack.org | 
 | 19 | objectClass: inetOrgPerson | 
 | 20 | objectClass: top | 
 | 21 | sn: demo | 
 | 22 | uid: demo | 
 | 23 | userPassword: demo |