Sharepoint - Lookup in AD group
Hello,
In a sharepoint list we have a user lookup field, which we would like to lookup a user in a AD group (without adding all the users to the site)
For example if we have added a group called ACL_XX_Test group (which contains a lot of AD users) to the site and we have user lookup field in a sharepoint list where we would like to lookup for example the user Peter Larsson which it's in the list ACL_XX_TEST
group - we enter the ID of Peter Larsson (PL) in user lookup field - but Sharepoint can't find the user - only the ACL group. Is there some way that we can lookup a user in a group...?
Tx
November 29th, 2010 5:22am
Hi ,
Lookup field only works on information which is there on site , please refer column description "Lookup (information already on this site) ", So if the user is not added on the site then you can not find his name using lookup field.
Or
you can create a SharePoint group instead of AD group and this SharePoint group consists of AD users and from that group you can try to fatch the user name.Regards, Pratik Vyas | SharePoint Consultant |
Free Windows Admin Tool Kit Click here and download it now
November 29th, 2010 7:25am
There's another way to oapproach this - if you can limit the whole site collection user population to a given Active Directory OU and subcontainers. There's a settale property (need to be on SP2!) that lets you lock the People Picker to a given strucuture
stsadm -o setsiteuseraccountdirectorypath -path "OU=Employees,DC=Company,DC=com" url http://server/sites/teamsite
In case your admin accounts live elsewhere in AD, there's a parallel strucuture to allow those accoutj sot live there:
stsadm -o setproperty -url http://server/sites/teamsite -pn peoplepicker-serviceaccountdirectorypaths -pv " OU=MOSS-Accounts,DC=Company,DC=com
Good luck!Chris McNulty MCSE/MCTS/MSA/MVTS http://www.kma-llc.net | blog http://blogs.kma-llc.net/microknowledge | twitter @cmcnulty2000
November 29th, 2010 7:32am
Hi ,
Lookup field only works on information which is there on site , please refer column description "Lookup (information already on this site) ", So if the user is not added on the site then you can not find his name using lookup field.
Or
you can create a SharePoint group instead of AD group and this SharePoint group consists of AD users and from that group you can try to fatch the user name.Regards, Pratik Vyas | SharePoint Consultant |
Free Windows Admin Tool Kit Click here and download it now
November 29th, 2010 2:52pm
Hi,
The lookup column is looked up a existed list only, so AD users cannot be used in lookup column by SharePoint OOB.
As an alternative, we provide the Person or Group column to retrieve uses in the AD and SharePoint groups.
Hope the information can be helpful.
I wish you every success in your important work.
Best regards,
David Hu
November 30th, 2010 9:31pm
Hi,
The lookup column is looked up a existed list only, so AD users cannot be used in lookup column by SharePoint OOB.
As an alternative, we provide the Person or Group column to retrieve uses in the AD and SharePoint groups.
Hope the information can be helpful.
I wish you every success in your important work.
Best regards,
David Hu
Free Windows Admin Tool Kit Click here and download it now
November 30th, 2010 9:31pm