|
|
@ -65,13 +65,8 @@ sigi: |
|
|
|
group: 'OU=GruposAutomaticosOU,DC=senado,DC=gov,DC=br' |
|
|
|
groupSearchString: '(objectClass=Group)' |
|
|
|
groupTypeString: 'cn' |
|
|
|
userAttrMap: |
|
|
|
first_name: "givenName" |
|
|
|
last_name: "sn" |
|
|
|
email: "userPrincipalName" |
|
|
|
is_staff: "cn" |
|
|
|
profileAttrMap: |
|
|
|
nome_completo: "cn" |
|
|
|
userAttrMap: {"first_name": "givenName", "last_name": "sn", "email": "userPrincipalName", 'is_staff': "cn",} |
|
|
|
profileAttrMap: {"nome_completo": "cn"} |
|
|
|
findGroupPerms: True |
|
|
|
mirrorGroups: True |
|
|
|
cacheGroups: True |
|
|
|