<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
A sample ldapmodify from CSCdz63349:<br>
<br>
Workaround:<br>
For Active Directory:<br>
Use ADU&amp;C and set the Description attribute of the user to
"CiscoPrivateUser"<br>
without the quotation marks.<br>
<br>
For DC Directory:<br>
First, cut and paste the following 4 lines into a file called
"hideuser.ldif" <br>
text file, and save it in the C: drive of the publisher callmanager
server.<br>
<br>
dn: cn=[userid],ou=users,o=cisco.com<br>
changeType: modify<br>
replace: Description<br>
Description: CiscoPrivateUser<br>
<br>
set the [userid] to be the user you would like to hide. Example for the
UserID<br>
ctifw:<br>
<br>
dn: cn=ctifw,ou=users,o=cisco.com<br>
changeType: modify<br>
replace: Description<br>
Description: CiscoPrivateUser<br>
<br>
Next run the following command from a cmd prompt on the publisher
callmanager<br>
server in order to set the description field in DC Directory.<br>
<br>
ldapmodify -h &lt;server name&gt;&lt;/server&gt; -p 8404 -D
"cn=Directory Manager,o=cisco.com" -w &lt;DCDAdmin Password&gt; -c -f
hideuser.ldif<br>
<br>
<br>
/Wes<br>
<br>
<br>
c3voip wrote:
<blockquote cite="mid:000001c805ff$b8409a20$28c1ce60$@rr.com"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 12 (filtered medium)">
  <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
  </style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
  <div class="Section1">
  <p class="MsoNormal">I know in an AD Integrated CCM 4.1 cluster you
can exclude
users from the Corporate Directory/Global Directory by giving the user
the
Description of &#8220;CiscoPrivateUser&#8221;.&nbsp; Is there a way to do the same
thing with DC Directory?<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal">Thanks,<o:p></o:p></p>
  <p class="MsoNormal">-C<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  </div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
cisco-voip mailing list
<a class="moz-txt-link-abbreviated" href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a>
<a class="moz-txt-link-freetext" href="https://puck.nether.net/mailman/listinfo/cisco-voip">https://puck.nether.net/mailman/listinfo/cisco-voip</a></pre>
</blockquote>
</body>
</html>