AnantLabs / google-enterprise-connector-sharepoint

Automatically exported from code.google.com/p/google-enterprise-connector-sharepoint
0 stars 0 forks source link

For ACL indexing, add ability to differentiate identical group names in Sharepoint, Active Directory, and local computer #177

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Set up a group called newhires in Sharepoint
2. Set up a group called newhires in Active Directory
3. Set up a local group called newhires on the Sharepoint server
4. Assign some users to these groups
5. Grant permission to these groups to access a Sharepoint site
6. Set up a connector to crawl this site with ACL indexing enabled

What is the expected output? What do you see instead?

We expect the group names to be represented as: 

DOMAIN\newhires
SHAREPOINT\newhires
LOCALCOMPUTER\newhires

but they are all indexed as newhires

What version of the product are you using? On what operating system?

Any supported version of Sharepoint and Windows server

Please provide any additional information below.

Original issue reported on code.google.com by w...@google.com on 15 Dec 2010 at 5:13

GoogleCodeExporter commented 9 years ago
Fix: Added advanced properties in connectorDefaults.xml and 
connectorInstance.xml to configure the format for username and groupname to be 
used in ACEs.
Refer: 
http://code.google.com/p/google-enterprise-connector-sharepoint/source/detail?r=
997

Original comment by th.nitendra on 20 Dec 2010 at 5:12