stonezdj(Daojun Zhang)

Results 204 comments of stonezdj(Daojun Zhang)

> > LDAP Filter is considered to be more complex and difficult to manipulate. If somebody should not be in the admin group appear in the the admin, it could...

> @stonezdj We already have LDAP filter for filtering normal users. in this PR we are extending the same to filter admin users. > > Hope this helps The purpose...

@bupd could you put the file content in link https://pastebin.com/em9MVQXR to your personal github repo? we can't access it.

see https://github.com/goharbor/harbor-arm, but current it seems don't work, we need more contributor's help on it.

I prefer the current option, the alternative impl lets the user configure the magic number in the filter. rare user can understand the meaning. and the code is more complex...

We have no knowledge on DefectDojo, can you please ask the question in the DefectDojo project?

Because the middleware https://github.com/goharbor/harbor/blob/26f6310fbcaefa104dd8966c20d06018ed8fcb8a/src/server/middleware/url/parse.go#L27 did similar validation, could you please merge it into this middleware?

In the "Administration" --> "Groups" --> "New Group", you can add a ldap group by DN, then it will appear in the list.

Because there are too many users start with pr1005 and the sql query for search user group is limited by page size 10. ``` SELECT T0."id", T0."group_name", T0."group_type", T0."ldap_group_dn" FROM...

Current harbor doesn't support mark a single tag as immutable. we should update the swagger for clarity.