When we search the user in people
picker it is pulling the same user name from multipile domains. we want only to
pull from one domain but no luck even after trying below steps
<o:p></o:p>
http://blog.ithinksharepoint.com/2008/10/30/restricting-the-people-picker-to-searching-one-domain/<o:p></o:p>
stsadm -o
setproperty -pnpeoplepicker-searchadcustomquery -pv “(canonicalName=[jda.corp.local]*)” -url
http://xxx.xxx.com <o:p></o:p>
O/P: operation completed successfully.<o:p></o:p>
we have checked in SharePoint Content DB of respective web
application , in user information table we see the all the user email ids that
are associated with multiple domains. So as an example I removed id related to
i2 email. By using following steps.<o:p></o:p>
Deleted this
respective tp id by using following query but did
not help. Even after deleting we are getting results from domain which we want
to restrict.<o:p></o:p>
Delete
From
contentdatabase.userinfor where tp_id = xxx <o:p></o:p>
Please help me..<o:p></o:p>
<v:shapetype coordsize="21600,21600" filled="f" id="_x0000_t75" o:preferrelative="t" o:spt="75" path="m@4@5l@4@11@9@11@9@5xe" stroked="f">
<v:stroke joinstyle="miter">
<v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0">
<v:f eqn="sum @0 1 0">
<v:f eqn="sum 0 0 @1">
<v:f eqn="prod @2 1 2">
<v:f eqn="prod @3 21600 pixelWidth">
<v:f eqn="prod @3 21600 pixelHeight">
<v:f eqn="sum @0 0 1">
<v:f eqn="prod @6 1 2">
<v:f eqn="prod @7 21600 pixelWidth">
<v:f eqn="sum @8 21600 0">
<v:f eqn="prod @7 21600 pixelHeight">
<v:f eqn="sum @10 21600 0">
</v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:f></v:formulas>
<v:path gradientshapeok="t" o:connecttype="rect" o:extrusionok="f">
<o:lock aspectratio="t" v:ext="edit">
</o:lock></v:path></v:stroke></v:shapetype><v:shape alt="" id="Picture_x0020_2" o:spid="_x0000_i1025" style="width:401.25pt;height:142.5pt;" type="#_x0000_t75">
<v:imagedata o:href="cid:image003.png@01CD74BE.3DA9D140" src="file:///C:\Users\j1012893\AppData\Local\Temp\msohtmlclip1\01\clip_image001.png">
</v:imagedata></v:shape>
Thanks, Ram Ch