Procedural File: add_value.php
Source Location: /templates/tree/add_value.php
Page Details:
Adds a value to an attribute for a given dn.
Variables that come in as POST vars: - dn (rawurlencoded)
- attr (rawurlencoded) the attribute to which we are adding a value
- new_value (form element)
- binary
On success, redirect to the edit_dn page. On failure, echo an error.
Tags:
Includes:
include_once('../../lib/security.inc') [line 49]
security functions
include_once('../../lib/tree.inc') [line 51]
tree functions
include_once('../../lib/config.inc') [line 53]
access to configuration
include_once('../../lib/ldap.inc') [line 55]
LDAP functions
include_once('../../lib/status.inc') [line 57]
status messages
|