]> git.mjollnir.org Git - moodle.git/commitdiff
Added configuration interface for value LDAP_objectclass
authorpaca70 <paca70>
Sun, 15 Aug 2004 16:12:19 +0000 (16:12 +0000)
committerpaca70 <paca70>
Sun, 15 Aug 2004 16:12:19 +0000 (16:12 +0000)
auth/ldap/config.html

index e09629726c08a1054b95c92b948b1b9ecbc36f3f..bfaf88cf28a86f182d40c377ecdf23c86a03cb2c 100644 (file)
     </TD>
 </TR>
 
+<TR VALIGN=TOP BGCOLOR="<?php echo $THEME->cellheading2 ?>">
+       <TD ALIGN=RIGHT><P>ldap_objectclass:</TD>
+       <TD>
+    <INPUT name=ldap_objectclass TYPE=text SIZE=30 VALUE="<?php echo $config->ldap_objectclass?>">
+    <?php  if (isset($err["ldap_objectclass"])) formerr($err["ldap_objectclass"]); ?>
+    </TD>
+    <TD>
+    <?php  print_string("auth_ldap_objectclass","auth") ?>
+    </TD>
+</TR>
+
 <TR VALIGN=TOP BGCOLOR="<?php echo $THEME->cellheading2 ?>">
        <TD ALIGN=RIGHT><P>ldap_search_sub:</TD>
        <TD>