SharePoint LDAP filtering of People Picker users
        Posted  
        
            by 78lro
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by 78lro
        
        
        
        Published on 2009-07-24T14:59:22Z
        Indexed on 
            2010/04/05
            20:03 UTC
        
        
        Read the original article
        Hit count: 435
        
Hi
On my WSS server I have run the following stsadm command to filter the people picker results:
stsadm.exe -o setproperty -url http://myserver -pn "peoplepicker-searchadcu stomfilter" -pv "(memberOf=CN=SharePoint,OU=AccessGroups,DC=contosio,DC=local)"
My WSS sites are all used by different groups of users.
Whenever I create a new site collection in WSS I want to ensure that I can filter the people picker to only show he relevant users for that group - can I automate this or would I have to manually do something like the above stsadm command?
All the best
© Stack Overflow or respective owner