Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #81 #80: remove dependency on dcache-auth #82

Closed

Conversation

JimSermersheim
Copy link
Contributor

@kofemann, here's a stab at the changes I figured you intended for #81
Sorry about the whitespace and import sorting noise (over-eager IDE)

@dcache-ci
Copy link

Can one of the admins verify this patch?

_subject = buildUnixSubject(_uid, _gid, _gids);
}

private Subject buildUnixSubject(int uid, int gid, int[] gids) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that this can be made static

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I can update the patch with that change. It may be a day or so before I get to it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

force-pushed ec7ce13 with suggested change from @rumpelstiltzkin

@kofemann
Copy link
Member

ok to test

1 similar comment
@kofemann
Copy link
Member

ok to test

@kofemann
Copy link
Member

kofemann commented Apr 8, 2019

@JimSermersheim do want to comment on remark from @rumpelstiltzkin?

_subject = buildUnixSubject(_uid, _gid, _gids);
}

private Subject static buildUnixSubject(int uid, int gid, int[] gids) {
Copy link
Member

@kofemann kofemann Jun 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

static must be before return type:

 private static Subject buildUnixSubject(...)

Copy link
Member

@kofemann kofemann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for updating it. Unfortunately, you build system is not happy with it:

https://ci.dcache.org/job/oncrpc4j/314/console

@JimSermersheim
Copy link
Contributor Author

JimSermersheim commented Jun 7, 2019 via email

@kofemann
Copy link
Member

kofemann commented Jun 7, 2019

Yes, life is hard.... And compilation still fails....

Signed-off-by: Jim Sermersheim <jim_sermersheim@yahoo.com>
@JimSermersheim
Copy link
Contributor Author

JimSermersheim commented Jun 7, 2019 via email

@kofemann
Copy link
Member

kofemann commented Jun 8, 2019

yes, this one I am trying to fix.

@kofemann
Copy link
Member

kofemann commented Jun 8, 2019

cherry-picked and merged with adjusted commit message as 9f8fde0. Thanks!

@kofemann kofemann closed this Jun 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants