| Matt Slaga \(US\) 2006-06-30, 7:11 pm |
| Link is below... Forgot to add it to the last post.
http://www.cisco.com/en/US/partner/...556/products_te
ch_note09186a00804d2087.shtml#topic1
-----Original Message-----
From: Jonathan Charles [mailto:jonvoip@gmail.com]
Sent: Friday, June 30, 2006 4:41 PM
To: Matt Slaga (US)
Cc: Joe Pollere (US); ciscovoip
Subject: Re: [cisco-voip] Removing users from the Corporate Directory
(onthephones)
That looks really unpleasant... I will try it...
Jonathan
On 6/30/06, Matt Slaga (US) <Matt.Slaga@us.didata.com> wrote:
> They took it out in 4.1, but you used to be able to leave out the
> first name to omit from the directory.
>
> Now it is a little more involved:
>
> 1. Open Notepad on the publisher server.
>
> 2. Cut and paste these four lines and save the file as a text file on
> the C: drive as hideuser.ldif.
>
> Note: The spaces should appear as this output shows. Ensure that
> there are no extra spaces in the LDIF file. Otherwise, the script
> fails when you run it.
>
> dn: cn=[userid], ou=users, o=cisco.com changeType:modify
> replace:Description Description:CiscoPrivateUser
>
> 3. Set the [userid] to be the user you want to hide. For example:
>
> dn: cn=ctiuser, ou=users, o=cisco.com
> changeType:modify
> replace:Description
> Description:CiscoPrivateUser
>
> 4. Select Start > Run > cmd to open a command prompt on the publisher
> server and run this script in order to set the description field in DC
> Directory:
>
> ldapmodify -h <server name> -p 8404 -D "cn=Directory
> Manager,o=cisco.com" -w <DCDAdmin Password> -c -f hideuser.ldif.txt
>
>
> This output shows a successful run:
>
> C:\>ldapmodify -h CallManagerPub -p 8404 -D "cn=Directory Manager,
> o=cisco.com" -w cisco -c -f hideuser.ldif.txt modifying entry
> cn=ctiuser, ou=users, o=cisco.com
>
>
>
> -----Original Message-----
> From: cisco-voip-bounces@puck.nether.net
> [mailto:cisco-voip-bounces@puck.nether.net] On Behalf Of Jonathan
> Charles
> Sent: Friday, June 30, 2006 4:21 PM
> To: Joe Pollere (US)
> Cc: ciscovoip
> Subject: Re: [cisco-voip] Removing users from the Corporate Directory
> (onthephones)
>
> Sounds good, but there I still want to be able to work with these
> accounts. I just want them to not show up on the phone, directory,
> corporate directory...
>
>
>
> Jonathan
>
> On 6/30/06, Joe Pollere (US) <Joe.Pollere@us.didata.com> wrote:
[vbcol=seagreen]
phone...[vbcol=seagreen]
>
>
[vbcol=seagreen]
[vbcol=seagreen]
>
> ________________________________________
_______
> cisco-voip mailing list
> cisco-voip@puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-voip
>
> -----------------------------------------
> Disclaimer:
>
> This e-mail communication and any attachments may contain confidential
> and privileged information and is for use by the designated
> addressee(s) named above only. If you are not the intended addressee,
> you are hereby notified that you have received this communication in
> error and that any use or reproduction of this email or its contents
> is strictly prohibited and may be unlawful. If you have received this
> communication in error, please notify us immediately by replying to
> this message and deleting it from your computer. Thank you.
>
>
-----------------------------------------
Disclaimer:
This e-mail communication and any attachments may contain
confidential and privileged information and is for use by the
designated addressee(s) named above only. If you are not the
intended addressee, you are hereby notified that you have received
this communication in error and that any use or reproduction of
this email or its contents is strictly prohibited and may be
unlawful. If you have received this communication in error, please
notify us immediately by replying to this message and deleting it
from your computer. Thank you.
|