Skip to content

Commit

Permalink
add constant for DontUseCopy control
Browse files Browse the repository at this point in the history
  • Loading branch information
marschap committed Oct 2, 2011
1 parent 295e523 commit f45f2cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Net/LDAP/Constant.pm
Expand Up @@ -4,7 +4,7 @@

package Net::LDAP::Constant;

$VERSION = "0.11";
$VERSION = "0.12";

use Exporter qw(import);

Expand Down Expand Up @@ -472,6 +472,8 @@ Refresh Required.
=item LDAP_CONTROL_ASSERTION (1.3.6.1.1.12)
=item LDAP_CONTROL_DONTUSECOPY (1.3.6.1.1.22)
=item LDAP_CONTROL_SYNC (1.3.6.1.4.1.4203.1.9.1.1)
=item LDAP_CONTROL_SYNC_STATE (1.3.6.1.4.1.4203.1.9.1.2)
Expand Down

0 comments on commit f45f2cd

Please sign in to comment.