Procedural File: create.php
Source Location: /templates/tree/create.php
Page Details:
Creates a new object.
Variables that come in as POST vars: - new_dn
- attrs (an array of attributes)
- vals (an array of values for the above attrs)
- required_attrs (an array with indices being the attributes,
and the values being their respective values)
- object_classes (rawurlencoded, and serialized array of objectClasses)
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
|