goharbor-client icon indicating copy to clipboard operation
goharbor-client copied to clipboard

Create LDAP group

Open jbertozzi opened this issue 3 years ago • 0 comments

Hello,

I'd like to create group in a Harbor instance binded to a LDAP server.

Is there a way to achieve that using this library?

For now I am using:

cat template/create-ldap-group.tpl
{
  "group_name": "__group_name__",
  "ldap_group_dn": "__group_dn__",
  "group_type": 0,
  "id": 0
}

jbertozzi avatar Feb 10 '22 14:02 jbertozzi