Procedural File: add_attr.php
Source Location: /htdocs/add_attr.php
Page Details:
Adds an attribute/value pair to an object
Variables that come in as POST vars:
Tags:
Includes:
is_binary_option_required [line 140]
bool is_binary_option_required(
object $ldapserver, attr $attr)
|
|
Check if we need to append the ;binary option to the name of some binary attribute
Parameters
| object |
$ldapserver |
Server Object that the attribute is in. |
| attr |
$attr |
Attribute to test to see if it requires ;binary added to it. |
|