Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for ldapAdminEnabled (0.16 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/webapp/WEB-INF/view/admin/user/admin_user_edit.jsp

                                        </div>
                                    </div>
                                    <c:if test="${ldapAdminEnabled}">
                                        <div class="form-group row">
                                            <label for="attributes.employeeNumber" class="col-sm-3 text-sm-right col-form-label"><la:message
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 31.4K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/user/AdminUserAction.java

            super.setupHtmlData(runtime);
            runtime.registerData("helpLink", systemHelper.getHelpLink(fessConfig.getOnlineHelpNameUser()));
            runtime.registerData("ldapAdminEnabled", fessConfig.isLdapAdminEnabled());
        }
    
        @Override
        protected String getActionRole() {
            return ROLE;
        }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Jan 02 06:18:24 GMT 2026
    - 21K bytes
    - Click Count (0)
Back to Top