Unable to modify account or domain on Admin interface: Difference between revisions

(Created page with "=== <h1>Unable to modify account or domain on Admin interface.</h1> === <hr> <br> <h2>Problem: </h2>Issue with admin console either not loading or giving and error when modif...")
 
No edit summary
 
Line 10: Line 10:
If the output is like -  
If the output is like -  


<pre>$ zmprov -l gd domain.com zimbraAuthLdapURL
zmprov -l gd domain.com zimbraAuthLdapURL


zimbraAuthLdapURL: ldap://ldap1.com:3268
Output:
zimbraAuthLdapURL: ldap://ldap2.com:3268</pre>
zimbraAuthLdapURL: ldap://ldap1.com:3268
zimbraAuthLdapURL: ldap://ldap2.com:3268  


We can add values to zimbraAuthLdapURL like -
We need to add values to zimbraAuthLdapURL like -
zmprov md domain.com zimbraAuthLdapURL "ldap://ldap1.com ldap://ldap2.com"


<pre>zmprov md domain.com zimbraAuthLdapURL "ldap://ldap1.com ldap://ldap2.com"</pre>


RFE to support multiple values with attribute zimbraAuthLdapURL - https://bugzilla.zimbra.com/show_bug.cgi?id=35115 


Best Regards,<br>
 
Sourabh Bhushan
 
Submitted by:  Sourabh Bhushan

Latest revision as of 19:34, 21 August 2017

Unable to modify account or domain on Admin interface.



Problem:

Issue with admin console either not loading or giving and error when modifying a domain users.

"Javascript error in method ZaController.prototype.changeActionState"

Solution:

Check the attribute value of issue facing domain users - zimbraAuthLdapURL

If the output is like -

zmprov -l gd domain.com zimbraAuthLdapURL

Output:

zimbraAuthLdapURL: ldap://ldap1.com:3268
zimbraAuthLdapURL: ldap://ldap2.com:3268 

We need to add values to zimbraAuthLdapURL like -

zmprov md domain.com zimbraAuthLdapURL "ldap://ldap1.com ldap://ldap2.com" 


RFE to support multiple values with attribute zimbraAuthLdapURL - https://bugzilla.zimbra.com/show_bug.cgi?id=35115


Submitted by: Sourabh Bhushan

Jump to: navigation, search