Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(290)

Issue 13675043: feed wellknown group membership for users (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 10 months ago by Tanmay Vartak
Modified:
12 years, 10 months ago
Reviewers:
pjo, ondrejnovak, ejona
CC:
connector-cr_google.com
Visibility:
Public.

Description

feed wellknown group membership for users

Patch Set 1 #

Total comments: 3

Patch Set 2 : Approach 1 with localized string support #

Total comments: 6

Patch Set 3 : with code review comments suggested by Eric #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -11 lines) Patch
M src/com/google/enterprise/adaptor/ad/AdAdaptor.java View 1 2 14 chunks +87 lines, -11 lines 4 comments Download
M src/com/google/enterprise/adaptor/ad/AdEntity.java View 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 14
Tanmay Vartak
12 years, 10 months ago (2013-09-12 03:55:47 UTC) #1
Tanmay Vartak
On 2013/09/12 03:55:47, Tanmay Vartak wrote: + PJ and Ondra, Even though I was not ...
12 years, 10 months ago (2013-09-12 04:06:31 UTC) #2
pjo
Thank you. What was the group source name? The allowed pattern is "[a-zA-Z_][a-zA-Z0-9_-]*". Cheers, PJ ...
12 years, 10 months ago (2013-09-12 05:25:36 UTC) #3
ondrejnovak
Hi, I would propose to structure this differently - the onboard database is size constrained, ...
12 years, 10 months ago (2013-09-12 07:37:07 UTC) #4
Tanmay Vartak
On 2013/09/12 07:37:07, ondrejnovak wrote: > Hi, > > I would propose to structure this ...
12 years, 10 months ago (2013-09-12 14:43:33 UTC) #5
ondrejnovak
Hi, you need to change the domain for BUILTIN groups and also have an option ...
12 years, 10 months ago (2013-09-12 15:27:35 UTC) #6
Tanmay Vartak
12 years, 10 months ago (2013-09-13 16:17:47 UTC) #7
Tanmay Vartak
On 2013/09/13 16:17:47, Tanmay Vartak wrote: This CL is specifically targeted to support well known ...
12 years, 10 months ago (2013-09-13 16:25:53 UTC) #8
ondrejnovak
LGTM I am happy with only one version of well known identities. SP connector, FS ...
12 years, 10 months ago (2013-09-13 16:36:14 UTC) #9
ejona
On 2013/09/13 16:36:14, ondrejnovak wrote: > SP connector, FS connector and SP adaptor feed localized ...
12 years, 10 months ago (2013-09-13 16:48:09 UTC) #10
ejona
https://codereview.appspot.com/13675043/diff/9001/src/com/google/enterprise/adaptor/ad/AdAdaptor.java File src/com/google/enterprise/adaptor/ad/AdAdaptor.java (right): https://codereview.appspot.com/13675043/diff/9001/src/com/google/enterprise/adaptor/ad/AdAdaptor.java#newcode110 src/com/google/enterprise/adaptor/ad/AdAdaptor.java:110: localizedStrings.putAll( This should be: localizedStrings = context.getConfig().getvaluesWithPrefix("ad.localized.")) (and better, ...
12 years, 10 months ago (2013-09-13 18:08:22 UTC) #11
Tanmay Vartak
12 years, 10 months ago (2013-09-13 21:17:25 UTC) #12
ejona
LGTM https://codereview.appspot.com/13675043/diff/16001/src/com/google/enterprise/adaptor/ad/AdAdaptor.java File src/com/google/enterprise/adaptor/ad/AdAdaptor.java (right): https://codereview.appspot.com/13675043/diff/16001/src/com/google/enterprise/adaptor/ad/AdAdaptor.java#newcode17 src/com/google/enterprise/adaptor/ad/AdAdaptor.java:17: import com.google.common.base.Strings; Unused import. https://codereview.appspot.com/13675043/diff/16001/src/com/google/enterprise/adaptor/ad/AdAdaptor.java#newcode165 src/com/google/enterprise/adaptor/ad/AdAdaptor.java:165: public GroupCatalog() ...
12 years, 10 months ago (2013-09-13 21:57:29 UTC) #13
pjo
12 years, 10 months ago (2013-09-16 17:54:16 UTC) #14
Message was sent while issue was closed.
LGTM.  Thank you.

https://codereview.appspot.com/13675043/diff/16001/src/com/google/enterprise/...
File src/com/google/enterprise/adaptor/ad/AdAdaptor.java (right):

https://codereview.appspot.com/13675043/diff/16001/src/com/google/enterprise/...
src/com/google/enterprise/adaptor/ad/AdAdaptor.java:172: // member to
"Interactive" and "authenticated users" groups.
does casing matter?  Should authenticated users be Authenticated Users.

https://codereview.appspot.com/13675043/diff/16001/src/com/google/enterprise/...
src/com/google/enterprise/adaptor/ad/AdAdaptor.java:339: * returns principal
name for ADEntity object. if domain is available return
s/if/If/
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b