cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
478
Views
5
Helpful
0
Replies

CSCvk18454 - CUCM 12 option to add ldap username/ password missing in service profile

jeremy.worden
Level 1
Level 1

Solved this via SQL. Note that updating the profile via the GUI after applying the SQL statement will remove the Username and Password

 

run sql update ucserviceprofiledetailxml set xml = '<UseUDS>false</UseUDS><UseUserCredential>false</UseUserCredential><DN>INSERT USERNAME</DN><Password>INSERT PASSWORD</Password><SearchContext1>INSERT SEARCH CONTEXT</SearchContext1><SearchContext2></SearchContext2><SearchContext3></SearchContext3><RecursiveSearch1>true</RecursiveSearch1><SearchTimeout>5</SearchTimeout><BaseFilter></BaseFilter><PredictiveSearchFilter></PredictiveSearchFilter><AllowJabberUserstoSearchandAddSecurityGroups>false</AllowJabberUserstoSearchandAddSecurityGroups>' where pkid = 'INSERT PKID OF PROFILE'

0 Replies 0