mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[MM-56889] Add PositionAttribute to LDAP test data (#26242)
This commit is contained in:
parent
c4432a5234
commit
726d7494b6
@ -667,6 +667,7 @@ config-ldap: ## Configures LDAP.
|
||||
@sed -i'' -e 's|"FirstNameAttribute": ".*"|"FirstNameAttribute": "cn"|g' ../config/config.json
|
||||
@sed -i'' -e 's|"LastNameAttribute": ".*"|"LastNameAttribute": "sn"|g' ../config/config.json
|
||||
@sed -i'' -e 's|"NicknameAttribute": ".*"|"NicknameAttribute": "cn"|g' ../config/config.json
|
||||
@sed -i'' -e 's|"PositionAttribute": ".*"|"PositionAttribute": "title"|g' ../config/config.json
|
||||
@sed -i'' -e 's|"EmailAttribute": ".*"|"EmailAttribute": "mail"|g' ../config/config.json
|
||||
@sed -i'' -e 's|"UsernameAttribute": ".*"|"UsernameAttribute": "uid"|g' ../config/config.json
|
||||
@sed -i'' -e 's|"IdAttribute": ".*"|"IdAttribute": "uid"|g' ../config/config.json
|
||||
|
@ -8,6 +8,7 @@ changetype: add
|
||||
objectclass: iNetOrgPerson
|
||||
sn: User
|
||||
cn: Test1
|
||||
title: Test1 Title
|
||||
mail: success+testone@simulator.amazonses.com
|
||||
userPassword: Password1
|
||||
|
||||
@ -16,6 +17,7 @@ changetype: add
|
||||
objectclass: iNetOrgPerson
|
||||
sn: User
|
||||
cn: Test2
|
||||
title: Test2 Title
|
||||
mail: success+testtwo@simulator.amazonses.com
|
||||
userPassword: Password1
|
||||
|
||||
@ -24,6 +26,7 @@ changetype: add
|
||||
objectclass: iNetOrgPerson
|
||||
sn: User
|
||||
cn: Test3
|
||||
title: Test3 Title
|
||||
mail: success+testthree@simulator.amazonses.com
|
||||
userPassword: Password1
|
||||
|
||||
@ -32,6 +35,7 @@ changetype: add
|
||||
objectclass: iNetOrgPerson
|
||||
sn: User
|
||||
cn: Test4
|
||||
title: Test4 Title
|
||||
mail: success+testfour@simulator.amazonses.com
|
||||
userPassword: Password1
|
||||
|
||||
@ -40,6 +44,7 @@ changetype: add
|
||||
objectclass: iNetOrgPerson
|
||||
sn: User
|
||||
cn: Test5
|
||||
# No title to allow testing that path
|
||||
mail: success+testfive@simulator.amazonses.com
|
||||
userPassword: Password1
|
||||
|
||||
@ -50,6 +55,7 @@ changetype: add
|
||||
objectclass: iNetOrgPerson
|
||||
sn: User
|
||||
cn: Dev3
|
||||
title: DevOps Engineer
|
||||
mail: success+devopsone@simulator.amazonses.com
|
||||
userPassword: Password1
|
||||
|
||||
@ -58,6 +64,7 @@ changetype: add
|
||||
objectclass: iNetOrgPerson
|
||||
sn: User
|
||||
cn: Dev1
|
||||
title: Senior Software Design Engineer
|
||||
mail: success+devone@simulator.amazonses.com
|
||||
userPassword: Password1
|
||||
|
||||
@ -66,6 +73,7 @@ changetype: add
|
||||
objectclass: iNetOrgPerson
|
||||
sn: User
|
||||
cn: Dev2
|
||||
title: Software Design Engineer ||
|
||||
mail: success+devtwo@simulator.amazonses.com
|
||||
userPassword: Password1
|
||||
|
||||
@ -74,6 +82,7 @@ changetype: add
|
||||
objectclass: iNetOrgPerson
|
||||
sn: User
|
||||
cn: Dev3
|
||||
title: Software Design Engineer
|
||||
mail: success+devthree@simulator.amazonses.com
|
||||
userPassword: Password1
|
||||
|
||||
@ -82,6 +91,7 @@ changetype: add
|
||||
objectclass: iNetOrgPerson
|
||||
sn: User
|
||||
cn: Dev4
|
||||
title: Staff Software Design Engineer
|
||||
mail: success+devfour@simulator.amazonses.com
|
||||
userPassword: Password1
|
||||
|
||||
@ -92,6 +102,7 @@ changetype: add
|
||||
objectclass: iNetOrgPerson
|
||||
sn: User
|
||||
cn: Exec1
|
||||
title: CEO
|
||||
mail: success+execone@simulator.amazonses.com
|
||||
userPassword: Password1
|
||||
|
||||
@ -100,6 +111,7 @@ changetype: add
|
||||
objectclass: iNetOrgPerson
|
||||
sn: User
|
||||
cn: Exec2
|
||||
title: CTO
|
||||
mail: success+exectwo@simulator.amazonses.com
|
||||
userPassword: Password1
|
||||
|
||||
@ -110,6 +122,7 @@ changetype: add
|
||||
objectclass: iNetOrgPerson
|
||||
sn: User
|
||||
cn: Board1
|
||||
title: Director
|
||||
mail: success+boardone@simulator.amazonses.com
|
||||
userPassword: Password1
|
||||
|
||||
@ -118,6 +131,7 @@ changetype: add
|
||||
objectclass: iNetOrgPerson
|
||||
sn: User
|
||||
cn: Board2
|
||||
title: Inside Director
|
||||
mail: success+boardtwo@simulator.amazonses.com
|
||||
userPassword: Password1
|
||||
|
||||
@ -126,6 +140,7 @@ changetype: add
|
||||
objectclass: iNetOrgPerson
|
||||
sn: User
|
||||
cn: Board3
|
||||
title: Outside Director
|
||||
mail: success+boardthree@simulator.amazonses.com
|
||||
userPassword: Password1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user