CCIE Voice notes

We finally got our CCIEs….Hope this blog helps others too!!

How to hide users in Corporate Directory?

Posted by cciev on September 18, 2006

1. Create a file by the name hideuser.ldif (can be any name) in Notepad

2. Lets take the example of hiding ac user for Attendant Console. Put the following contents in the file and save it.

dn: cn=ac, ou=users, o=cisco.com
changeType:modify
replace:Description
Description:CiscoPrivateUser

3. Go to command line and run the following command.

ldapmodify -h <server name> -p 8404 -D “cn=Directory
Manager,o=cisco.com” -w <DCDAdmin Password> -c -f hideuser.ldif

One Response to “How to hide users in Corporate Directory?”

  1. Dana said

    Hi there,

    Is there any way to hide users in CUCM version 7? It looks like this is a command for version 4 on the Windows appliance.

    Thanks
    Dana

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>