Skip to content

Commit

Permalink
Added missing LDAP constants
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-sokolov committed May 23, 2017
1 parent fe76547 commit 14aa842
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ldap/ldap.php
Original file line number Diff line number Diff line change
Expand Up @@ -1193,5 +1193,12 @@ function ldap_modify_batch ( $link_identifier , $dn , $entry) {}
*/
define('LDAP_OPT_X_TLS_CACERTFILE', 24578);

define('LDAP_MODIFY_BATCH_ATTRIB', 'attrib');
define('LDAP_MODIFY_BATCH_MODTYPE', 'modtype');
define('LDAP_MODIFY_BATCH_VALUES', 'values');
define('LDAP_OPT_TIMEOUT', 20482);
define('LDAP_OPT_DIAGNOSTIC_MESSAGE', 50);


// End of ldap v.
?>

0 comments on commit 14aa842

Please sign in to comment.