mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Return required config fields to board admin
git-svn-id: file:///svn/phpbb/trunk@2839 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
702761f40b
commit
2b0b8993e7
1 changed files with 5 additions and 0 deletions
|
@ -59,6 +59,11 @@ function admin_ldap(&$new)
|
||||||
<td class="row2"><input type="text" size="40" name="ldap_uid" value="<?php echo $new['ldap_uid']; ?>" /></td>
|
<td class="row2"><input type="text" size="40" name="ldap_uid" value="<?php echo $new['ldap_uid']; ?>" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
//
|
||||||
|
// These are fields required in the config table
|
||||||
|
//
|
||||||
|
return array('ldap_server', 'ldap_base_dn', 'ldap_uid');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue