OK, So, I did the LDAPMODIFY thing with DCD to remove some system users from the phone directory... worked great... but...<br><br>Now, if I go to IPCC 4.0 and check the synchronization, it says it can't find the users (the system works, IPCC just can't verify it)...
<br><br>So, I changed it back (apparently just leaving the description blank reverts it back) and it passes synch...<br><br>So, there really is no way to remove the account without making it dissappear everywhere?<br><br>
<br><br><br>Jonathan<br><br><div><span class="gmail_quote">On 7/1/06, <b class="gmail_sendername">Wes Sisk</b> &lt;<a href="mailto:wsisk@cisco.com">wsisk@cisco.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
the process below is only necessary if you are using CM's default<br>ldap directory, DC Directory.&nbsp;&nbsp;The LDIFs are necessary because DCD<br>does not exposed the description field for easy editing the way AD does.<br><br>/Wes
<br><br>On Jun 30, 2006, at 5:16 PM, Joe Pollere ((US)) wrote:<br><br>That's weird...When I last did this I was using the AD plugin with CM<br>4.1.3 as I remember I didn't have to execute ldifde -i -f hideuser.ldif.<br>All I did was add CiscoPrivateUser to the Description Field and it hid
<br>those accounts from appearing in the Corporate Dir.<br><br><br>Joe<br><br><br>-----Original Message-----<br>From: Matt Slaga (US)<br>Sent: Friday, June 30, 2006 4:46 PM<br>To: Jonathan Charles<br>Cc: Joe Pollere (US); ciscovoip
<br>Subject: RE: [cisco-voip] Removing users from the Corporate Directory<br>(onthephones)<br><br>Link is below...&nbsp;&nbsp;Forgot to add it to the last post.<br><br><a href="http://www.cisco.com/en/US/partner/products/sw/voicesw/ps556/products_te">
http://www.cisco.com/en/US/partner/products/sw/voicesw/ps556/products_te</a><br>ch_note09186a00804d2087.shtml#topic1<br><br><br>-----Original Message-----<br>From: Jonathan Charles [mailto:<a href="mailto:jonvoip@gmail.com">
jonvoip@gmail.com</a>]<br>Sent: Friday, June 30, 2006 4:41 PM<br>To: Matt Slaga (US)<br>Cc: Joe Pollere (US); ciscovoip<br>Subject: Re: [cisco-voip] Removing users from the Corporate Directory<br>(onthephones)<br><br>That looks really unpleasant... I will try it...
<br><br><br><br>Jonathan<br><br>On 6/30/06, Matt Slaga (US) &lt;<a href="mailto:Matt.Slaga@us.didata.com">Matt.Slaga@us.didata.com</a>&gt; wrote:<br>&gt; They took it out in 4.1, but you used to be able to leave out the<br>
&gt; first name to omit from the directory.<br>&gt;<br>&gt; Now it is a little more involved:<br>&gt;<br>&gt; 1.&nbsp;&nbsp;Open Notepad on the publisher server.<br>&gt;<br>&gt; 2.&nbsp;&nbsp;Cut and paste these four lines and save the file as a text file on
<br><br>&gt; the C: drive as hideuser.ldif.<br>&gt;<br>&gt; Note:&nbsp;&nbsp;The spaces should appear as this output shows. Ensure that<br>&gt; there are no extra spaces in the LDIF file. Otherwise, the script<br>&gt; fails when you run it.
<br>&gt;<br>&gt; dn: cn=[userid], ou=users, o=<a href="http://cisco.com">cisco.com</a> changeType:modify<br>&gt; replace:Description Description:CiscoPrivateUser<br>&gt;<br>&gt; 3.&nbsp;&nbsp;Set the [userid] to be the user you want to hide. For example:
<br>&gt;<br>&gt; dn: cn=ctiuser, ou=users, o=<a href="http://cisco.com">cisco.com</a><br>&gt; changeType:modify<br>&gt; replace:Description<br>&gt; Description:CiscoPrivateUser<br>&gt;<br>&gt; 4.&nbsp;&nbsp;Select Start &gt; Run &gt; cmd to open a command prompt on the publisher
<br><br>&gt; server and run this script in order to set the description field in DC<br>&gt; Directory:<br>&gt;<br>&gt; ldapmodify -h &lt;server name&gt; -p 8404 -D &quot;cn=Directory<br>&gt; Manager,o=<a href="http://cisco.com">
cisco.com</a>&quot; -w &lt;DCDAdmin Password&gt; -c -f hideuser.ldif.txt<br>&gt;<br>&gt;<br>&gt; This output shows a successful run:<br>&gt;<br>&gt; C:\&gt;ldapmodify -h CallManagerPub -p 8404 -D &quot;cn=Directory Manager,
<br>&gt; o=<a href="http://cisco.com">cisco.com</a>&quot; -w Cisco -c -f hideuser.ldif.txt modifying entry<br>&gt; cn=ctiuser, ou=users, o=<a href="http://cisco.com">cisco.com</a><br>&gt;<br>&gt;<br>&gt;<br>&gt; -----Original Message-----
<br>&gt; From: <a href="mailto:cisco-voip-bounces@puck.nether.net">cisco-voip-bounces@puck.nether.net</a><br>&gt; [mailto:<a href="mailto:cisco-voip-bounces@puck.nether.net">cisco-voip-bounces@puck.nether.net</a>] On Behalf Of Jonathan
<br>&gt; Charles<br>&gt; Sent: Friday, June 30, 2006 4:21 PM<br>&gt; To: Joe Pollere (US)<br>&gt; Cc: ciscovoip<br>&gt; Subject: Re: [cisco-voip] Removing users from the Corporate Directory<br>&gt; (onthephones)<br>&gt;<br>
&gt; Sounds good, but there I still want to be able to work with these<br>&gt; accounts. I just want them to not show up on the phone, directory,<br>&gt; corporate directory...<br>&gt;<br>&gt;<br>&gt;<br>&gt; Jonathan<br>
&gt;<br>&gt; On 6/30/06, Joe Pollere (US) &lt;<a href="mailto:Joe.Pollere@us.didata.com">Joe.Pollere@us.didata.com</a>&gt; wrote:<br>&gt;&gt; Jonathan,<br>&gt;&gt;<br>&gt;&gt; Add CiscoPrivateUser to the description field.
<br>&gt;&gt;<br>&gt;&gt; From page 14-17 of the CM 4.1 SRND:<br>&gt;&gt;<br>&gt;&gt; You can prevent system and service accounts from appearing in Cisco<br>&gt;&gt; CallManager Administration by adding the string CiscoPrivateUser to
<br>&gt;&gt; the user's Description field. The CCM Administrator, CCMSysUser, and<br><br>&gt;&gt; IPMA SysUser accounts have this field set by default, but you can<br>&gt;&gt; safely add the description to the CCM Directory Manager account as
<br>&gt;&gt; well. Use Microsoft ADSIEdit (Active Directory Service Interfaces,<br>&gt;&gt; available as a part of the Windows 2000 Support Tools) or any other<br>&gt;&gt; LDAP tool to update the Description field.<br>&gt;&gt;
<br>&gt;&gt; Regards,<br>&gt;&gt;<br>&gt;&gt; Joe<br>&gt;&gt;<br>&gt;&gt; -----Original Message-----<br>&gt;&gt; From: <a href="mailto:cisco-voip-bounces@puck.nether.net">cisco-voip-bounces@puck.nether.net</a><br>&gt;&gt; [mailto:
<a href="mailto:cisco-voip-bounces@puck.nether.net">cisco-voip-bounces@puck.nether.net</a>] On Behalf Of Jonathan<br>&gt;&gt; Charles<br>&gt;&gt; Sent: Friday, June 30, 2006 3:39 PM<br>&gt;&gt; To: ciscovoip<br>&gt;&gt; Subject: [cisco-voip] Removing users from the Corporate Directory
<br>&gt;&gt; (on<br>&gt;&gt; thephones)<br>&gt;&gt;<br>&gt;&gt; So, I have CCM4.1(3), but I am seeing my admin accounts (JTAPI,<br>&gt;&gt; RMJTAPI, appadmin, etc...) showing up in the directory on the<br>phone...<br>&gt;&gt;
<br>&gt;&gt; How do I remove them?<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; Jonathan<br>&gt;&gt; _______________________________________________<br>&gt;&gt; cisco-voip mailing list<br>&gt;&gt; <a href="mailto:cisco-voip@puck.nether.net">
cisco-voip@puck.nether.net</a><br>&gt;&gt; <a href="https://puck.nether.net/mailman/listinfo/cisco-voip">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>&gt;&gt;<br>&gt;&gt; -----------------------------------------
<br>&gt;&gt; Disclaimer:<br>&gt;&gt;<br>&gt;&gt; This e-mail communication and any attachments may contain<br>&gt;&gt; confidential<br>&gt;<br>&gt;&gt; and privileged information and is for use by the designated<br>&gt;&gt; addressee(s) named above only.&nbsp;&nbsp;If you are not the intended
<br>&gt;&gt; addressee,<br>&gt;<br>&gt;&gt; you are hereby notified that you have received this communication in<br><br>&gt;&gt; error and that any use or reproduction of this email or its contents<br><br>&gt;&gt; is strictly prohibited and may be unlawful.&nbsp;&nbsp;If you have received
<br>&gt;&gt; this<br>&gt;<br>&gt;&gt; communication in error, please notify us immediately by replying to<br>&gt;&gt; this message and deleting it from your computer. Thank you.<br>&gt;&gt;<br>&gt;&gt;<br>&gt; _______________________________________________
<br>&gt; cisco-voip mailing list<br>&gt; <a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>&gt; <a href="https://puck.nether.net/mailman/listinfo/cisco-voip">https://puck.nether.net/mailman/listinfo/cisco-voip
</a><br>&gt;<br>&gt; -----------------------------------------<br>&gt; Disclaimer:<br>&gt;<br>&gt; This e-mail communication and any attachments may contain confidential<br><br>&gt; and privileged information and is for use by the designated
<br>&gt; addressee(s) named above only.&nbsp;&nbsp;If you are not the intended addressee,<br><br>&gt; you are hereby notified that you have received this communication in<br>&gt; error and that any use or reproduction of this email or its contents
<br>&gt; is strictly prohibited and may be unlawful.&nbsp;&nbsp;If you have received this<br><br>&gt; communication in error, please notify us immediately by replying to<br>&gt; this message and deleting it from your computer. Thank you.
<br>&gt;<br>&gt;<br><br>-----------------------------------------<br>Disclaimer:<br><br>This e-mail communication and any attachments may contain<br>confidential and privileged information and is for use by the<br>designated addressee(s) named above only.&nbsp;&nbsp;If you are not the
<br>intended addressee, you are hereby notified that you have received<br>this communication in error and that any use or reproduction of<br>this email or its contents is strictly prohibited and may be<br>unlawful.&nbsp;&nbsp;If you have received this communication in error, please
<br>notify us immediately by replying to this message and deleting it<br>from your computer. Thank you.<br><br><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">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br><br></blockquote></div><br>