Procedural File: add_oclass.php
Source Location: /templates/tree/add_oclass.php
Page Details:
Adds an objectClass to the specified dn.
Variables that come in as POST vars: Note, this does not do any schema violation checking. That is performed in add_oclass_form.php. Vars that come in as POST: - dn (rawurlencoded)
- new_oclass
- new_attrs (array, if any)
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
|