07-06-2012 01:47 PM - edited 03-17-2019 02:26 PM
I understand using EDI contact search utilizes your AD credentials you've used to login to your PC. What is the best way to handle contact search for PC's that are not domain members (ie: home PC's connecting via VPN)?
Is this an argument for choosing UDS over EDI? Is it ok to specify a read-only AD user account in the jabber-config.xml file to use for EDI?
Thoughts and opinions are welcomed!
Thanks,
Ryan
Solved! Go to Solution.
07-06-2012 06:19 PM
Since you can configure site specific profiles via the device config, you can configure a special .xml file for those users, and configure a read only user as you mention, to bind to the AD and not use the windows credentials.
Just change this one:
UseWindowsCredentials to 0 and configure ConnectionUsername and ConnectionPassword.
Even the documentation says it should be a read-only user
Important: Cisco Jabber for Windows does not encrypt the credentials that you specify in a configuration file and writes the credentials to a log file as plain text. If you specify credentials in a configuration file, you should use a shared, read-only directory account that all Cisco Jabber for Windows users can use.
HTH
java
if this helps, please rate
www.cisco.com/go/pdihelpdesk
07-06-2012 06:19 PM
Since you can configure site specific profiles via the device config, you can configure a special .xml file for those users, and configure a read only user as you mention, to bind to the AD and not use the windows credentials.
Just change this one:
UseWindowsCredentials to 0 and configure ConnectionUsername and ConnectionPassword.
Even the documentation says it should be a read-only user
Important: Cisco Jabber for Windows does not encrypt the credentials that you specify in a configuration file and writes the credentials to a log file as plain text. If you specify credentials in a configuration file, you should use a shared, read-only directory account that all Cisco Jabber for Windows users can use.
HTH
java
if this helps, please rate
www.cisco.com/go/pdihelpdesk
04-16-2013 05:23 PM
Hello,
I found myself in the exact same issue. I know this was post very long time ago, but if you know how I have to change de jabber-config xml file in order to permit that my non in domain users could use the jabber properly.
Please be so kind to let me know.
Regards
04-18-2013 03:50 AM
Hi Maria,
You could add following parameters under the Directory node in xml file (admin guide):
You can use Config File Generator if you need help with the xml file generation.
or if your AD is integrated with CUCM then simply use UDS as below:
Thanks,
Maqsood
04-18-2013 09:29 AM
Thank you so much Maqsood.
It worksss, this is great!!!
I change de EDI integration for UDS adding the next xml file, so the user will not search the credentials in the AD instead it will do the lookup in the CUCM
And I add this XML file in the following file of each user outside the domain:
C:\Users\mrios\AppData\Roaming\Cisco\Unified Communications\Jabber\CSF\Config
04-18-2013 04:01 PM
Hi Maria,
Instead of copying the xml file on each non-domain machine, you should really create a group configuration file for these set of users as Jaime mentioned in his post. You should then host the file on TFTP server.
When client starts it always attempts to download the xml configuration file from TFTP server. If a configuration file is available, it will download and overwrite the existing file. Please review following sections in admin guide to create and upload a group configuration file.
Please review Configure the Client section for a complete description of available configuration options.
Thanks,
Maqsood
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide