Subversion Repositories wimsdev

Rev

Rev 17180 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17180 Rev 18625
Line 91... Line 91...
91
      <label for="up_ldap_branch">ldap branch <span class="field_required">*</span></label>
91
      <label for="up_ldap_branch">ldap branch <span class="field_required">*</span></label>
92
      <input size="30" name="up_ldap_branch" id="up_ldap_branch" value="$class_ldap_branch" placeholder="ou=people,dc=u-psud,dc=fr">
92
      <input size="30" name="up_ldap_branch" id="up_ldap_branch" value="$class_ldap_branch" placeholder="ou=people,dc=u-psud,dc=fr">
93
    </div>
93
    </div>
94
    <div class="field box">
94
    <div class="field box">
95
      <label for="up_ldap_accreditation">ldap accreditation</label>
95
      <label for="up_ldap_accreditation">ldap accreditation</label>
96
      <input size="50" name="up_ldap_accreditation" id="up_ldap_accreditation" value='$class_ldap_accreditation' placeholder='accreditation (nothing, or -D "some_path" -w some_password)'>
96
      <input size="50" name="up_ldap_accreditation" id="up_ldap_accreditation" value='' placeholder='accreditation (nothing, or -D some_path -w some_password)'>
97
    </div>
97
    </div>
98
    <div class="field box">
98
    <div class="field box">
99
      <label for="up_ldap_uid">ldap uid</label>
99
      <label for="up_ldap_uid">ldap uid</label>
100
      <input size="30" name="up_ldap_uid" id="up_ldap_uid" value="$class_ldap_uid" placeholder="uid">
100
      <input size="30" name="up_ldap_uid" id="up_ldap_uid" value="$class_ldap_uid" placeholder="uid">
101
    </div>
101
    </div>