Is there away to configure CUCM6 to use the "Display Name" in AD for the corporate directory?<br><br>Thanks<br><br><div class="gmail_quote">2008/6/14 Pattishall, Jan <<a href="mailto:Jan.Pattishall@synergit.com">Jan.Pattishall@synergit.com</a>>:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div link="blue" vlink="purple" lang="EN-US">
<div>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">The only way I have learned to do this is by writing a new
filter and applying it to Callmanager using the AXL toolkit. <br>
<br>
In our edirectory environment, we did this to only sync users who have something
in the ipPhone field. </span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">For LDAP it looks like this:</span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"><?xml version="1.0" encoding="UTF-8"?></span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"><!--DTD generated by XMLSPY v5 rel. 4 U
(<a href="http://www.xmlspy.com" target="_blank">http://www.xmlspy.com</a>)--></span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"><!DOCTYPE data [</span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> <!ELEMENT
data (sql+)></span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> <!ELEMENT
sql EMPTY></span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> <!ATTLIST
sql</span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> query
CDATA #IMPLIED</span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> update
CDATA #IMPLIED</span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">> </span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">]></span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"><data></span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> <sql
update="update ldapfilter set filter ='(ipPhone=*)' where
tkldapserver=2"/></span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> <sql
query="select * from ldapfilter where tkldapserver=2"/></span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"></data></span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">So for AD it should look like this:</span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"><?xml version="1.0" encoding="UTF-8"?></span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"><!--DTD generated by XMLSPY v5 rel. 4 U
(<a href="http://www.xmlspy.com" target="_blank">http://www.xmlspy.com</a>)--></span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"><!DOCTYPE data [</span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> <!ELEMENT
data (sql+)></span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> <!ELEMENT
sql EMPTY></span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> <!ATTLIST
sql</span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> query
CDATA #IMPLIED</span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> update
CDATA #IMPLIED</span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">> </span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">]></span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"><data></span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> <sql
update="update ldapfilter set filter
='(&amp;(objectclass=user)(!(objectclass=Computer))(!(UserAccountControl:1.2.840.113556.1.4.803:=2))(|(ipPhone=*)))'
where tkldapserver=1"/></span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">
<sql query="select * from ldapfilter where tkldapserver=1"/></span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"></data></span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">Just be careful when applying it because the readme in the AXL
toolkit isn't correct and the syntax should actually be:</span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">java -cp
.\classes;.\lib\saaj-api.jar;.\lib\saaj-impl.jar;.\lib\mail.jar;.\lib\activation.jar;.\lib\jaxm-api.jar;.\lib\jaxm-runtime.jar;.\lib\xercesImpl.jar;.\lib\xml-apis.jar
AxlSqlToolkit -username=appadmin -password=****** -host=<a href="http://172.31.2.104" target="_blank">172.31.2.104</a>
-input=ADchange2.xml</span></p>
<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
<div style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">
<p><b><span style="font-size: 10pt;">From:</span></b><span style="font-size: 10pt;">
<a href="mailto:cisco-voip-bounces@puck.nether.net" target="_blank">cisco-voip-bounces@puck.nether.net</a> [mailto:<a href="mailto:cisco-voip-bounces@puck.nether.net" target="_blank">cisco-voip-bounces@puck.nether.net</a>] <b>On
Behalf Of </b>Scott Voll<br>
<b>Sent:</b> Friday, June 13, 2008 2:25 PM<br>
<b>To:</b> Joe Cisco<br>
<b>Cc:</b> <a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a><br>
<b>Subject:</b> Re: [cisco-voip] hiding AD users in Corp Directory</span></p>
</div><div><div></div><div class="Wj3C7c">
<p> </p>
<div>
<p>more of a question then an answer, but could you only sync a
particular OU and move the ones you want hinden to a different OU?</p>
</div>
<div>
<p> </p>
</div>
<div>
<p style="margin-bottom: 12pt;">Scott</p>
</div>
<div>
<p>On Fri, Jun 13, 2008 at 10:59 AM, Joe Cisco <<a href="mailto:smetsysocsic@gmail.com" target="_blank">smetsysocsic@gmail.com</a>> wrote:</p>
<p style="margin-bottom: 12pt;">UC6.1 - LDAP/Active Directory
Integrated. I know I've seen how to to this before, but maybe a different
version of CM - how can I hide particular AD users that I don't want listed in
corporate directory?<br>
<br>
Thanks,<br>
<br>
Joe C.<br>
<br>
_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a></p>
</div>
<p> </p>
</div></div></div>
</div>
<br>_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
<br></blockquote></div><br>