Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2006-09-19
2006-09-19 17:36:56 by Martin Stjernholm <mast@lysator.liu.se>
528b409b5e00d45c7ccbdb41bd7e11911edc81d6 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Updated condition for using Protocols.LDAP.
Rev: server/base_server/roxen.pike:1.935
6:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
934
2006/09/
14
09
:
23
:
50
wellhard
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
935
2006/09/
19
17
:
36
:
56
mast
Exp $";
//! @appears roxen //!
4462:
// for module encoding stuff
-
#if constant (Protocols.LDAP.
FilterError
)
+
#if constant (Protocols.LDAP.
SEARCH_RETURN_DECODE_ERRORS
)
// Pike 7.7 or later - we use the native LDAP module and link the // migration alias NewLDAP to it. add_constant ("NewLDAP", Protocols.LDAP);