Skip to content

LDAP groups are now dynamic!

Compare
Choose a tag to compare
@omar-m-othman omar-m-othman released this 28 Jul 16:18
· 25 commits to master since this release

This function is added:
func (l *LdapGroups) GetExtraGroups(serial, vendor string) (string, error)

If you want to add extra groups at runtime using a script, you have
the option of specifying

  • Bin.Executor: Usually /bin/sh or /bin/bash and the like
  • Bin.Path: Path your actual script
    You get the serial of the asset and its vendor as two arguments
    If you want more, create a GitHub issue and we will take a look