I'm incredibly new to Sugar (system was implemented by someone before me and now I'm in charge of supporting it) and I ran into a problem.
I'm using SugarSuite v4.2.0d
The problem is that when any user goes in to edit their account, a checkbox that was checked in the details view is now unchecked. The field this is happening on is the field that says whether to authenticate against LDAP or not. Here is the raw HTML that it is happening on.
<td width="15%" class="dataField"><slot><input name='is_ldap_user' class="checkbox" tabindex='3' type="checkbox" value='1' {IS_LDAP_USER_DISABLED} {IS_LDAP_USER}></slot></td>
I checked in the database to make sure that it's set to be an LDAP user and it is. Also, the field is disabled so both conditions should be true.
Is there something I'm missing that could be causing this switch to occur? Any help would be appreciated.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks