mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-30 17:58:39 +01:00
added support for ACL
This commit is contained in:
parent
785b2f707b
commit
94b2199bbe
@ -111,7 +111,7 @@
|
||||
<td>IMAP server type:</td>
|
||||
<td>
|
||||
<select name="newsettings[imap_server_type]">
|
||||
<option value="Cyrus"<?php echo $selected["Cyrus"]; ?>>Cyrus</option>
|
||||
<option value="Cyrus"<?php echo $selected["Cyrus"]; ?>>Cyrus or Courier</option>
|
||||
<option value="UWash"<?php echo $selected["UWash"]; ?>>UWash</option>
|
||||
</select>
|
||||
</td>
|
||||
@ -184,6 +184,17 @@
|
||||
<td><input type="checkbox" name="newsettings[auto_create_acct]" value="True"<?php echo ($current_config["auto_create_acct"]?" checked":""); ?>></td>
|
||||
</tr>
|
||||
|
||||
<?php $selected[$current_config["acl_default"]] = " selected"; ?>
|
||||
<tr bgcolor="e6e6e6">
|
||||
<td>If no ACL records for user or any group the user is a member of: </td>
|
||||
<td>
|
||||
<select name="newsettings[acl_default]">
|
||||
<option value="grant"<?php echo $selected["grant"]; ?>>Grant Access</option>
|
||||
<option value="deny"<?php echo $selected["deny"]; ?>>Deny Access</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr bgcolor="e6e6e6">
|
||||
<td>LDAP host:</td>
|
||||
<td><input name="newsettings[ldap_host]" value="<?php echo $current_config["ldap_host"]; ?>"></td>
|
||||
|
Loading…
Reference in New Issue
Block a user