bugy / script-server

Web UI for your scripts with execution management
Other
1.57k stars 248 forks source link

Use of nested LDAP groups #541

Open fnpanic opened 2 years ago

fnpanic commented 2 years ago

Hi,

is it possible to use nested ldap groups?

Can we use this type of group name in script server which is a ldap query for nested groups like:

filter: "(memberof:1.2.840.113556.1.4.1941:=CN=UserGroup,OU=Groups,,DC=domain,DC=local)"

bugy commented 2 years ago

Hi @fnpanic I think this is not possible. Script server checks for member= and memberUid= fields

fnpanic commented 2 years ago

ok. Understood. Thanks for the quick reply.

christophe0001 commented 2 years ago

Hi everyone, I'm new to the tool and since then I've been trying to add LDAP groups in script-server but I can't get the configuration done. My end goal being to only allow certain users to run certain scripts and not others. Can you help me please ?