You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
im using SF 3.4 with ldaptools-bundle.
all woks fin except the role mapping and this' my config:
`
ldap_tools:
domains:
ad.home.fr:
domain_name: ad.home.fr
base_dn: 'dc=ad,dc=home,dc=fr'
username: 'cn=admin,dc=ad,dc=home,dc=fr'
password: "mypass"
servers: [ad.home.fr]
bind_format: 'uid=%%username%%,ou=Users,dc=ad,dc=home,dc=fr'
ldap_type: openldap
security:
roles:
# Using the common group name
SUPER_ADMIN: [ 'Domain Admins' ]
# Using the distinguished name of the group
ROLE_USER: 'cn=Clients,ou=Groups,dc=ad,dc=home,dc=fr'
ROLE_ADMIN: 'cn=Tech,ou=Groups,dc=ad,dc=home,dc=fr'
Bump.
Wanting to map a role with a gobal role and it doesnt work. ROLE_SAUVEGARDE_LECTURE: ['ID_GUISMO_ROLE_SAUVEGARDE_RX']'
this role is never given. Account is member of 'Domain Users' , which is a member of ID_GUISMO_ROLE_SAUVEGARDE_RX .
Setting Domain Users doesnt work.
Howver, when an account is member of a role non including domain users, it works flawlessly.
Hello,
im using SF 3.4 with ldaptools-bundle.
all woks fin except the role mapping and this' my config:
`
ldap_tools:
`
and security
`
security:
providers:
`
in my openldap i have:
2 Groups: ou=Groups,dc=ad,dc=home,dc=fr
2 Users: ou=Users,dc=ad,dc=home,dc=fr
each user have a gidNumber
Can someone help me please?
Thanks.
The text was updated successfully, but these errors were encountered: