Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
43f1dec5
Commit
43f1dec5
authored
25 years ago
by
Kurt Spanier
Browse files
Options
Downloads
Patches
Plain Diff
Some more comments.
parent
681a146f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/tweb/Makefile.openldap
+5
-4
5 additions, 4 deletions
contrib/tweb/Makefile.openldap
contrib/tweb/README
+14
-1
14 additions, 1 deletion
contrib/tweb/README
with
19 additions
and
5 deletions
contrib/tweb/Makefile.openldap
+
5
−
4
View file @
43f1dec5
...
...
@@ -15,7 +15,7 @@
# Creation date: Z D D V V *
# August 16 1995 Z D D V V *
# Last modification: Z D D V V *
# September
9
1999
ZZZZ DDD V *
# September
13
1999 ZZZZ DDD V *
# *
#/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
#-----------------------------------------------------------------------------
...
...
@@ -35,10 +35,11 @@
#########################################################################
# where is your LDAP client library located
LDAP_RUNTIME
=
/LDAP
LDAP_SOURCE
=
/LDAP/ldap-3.3
# WE NEED portable.h AND ldap_log.h, SO POINT TO THE SOURCE TREE
LDAP_RUNTIME
=
../..
LDAP_SOURCE
=
../..
LIBDIR
=
$(
LDAP_RUNTIME
)
/lib
LIBDIR
=
$(
LDAP_RUNTIME
)
/lib
raries
INCDIR
=
$(
LDAP_RUNTIME
)
/include
# where is some version information for your LDAP client library
...
...
This diff is collapsed.
Click to expand it.
contrib/tweb/README
+
14
−
1
View file @
43f1dec5
...
...
@@ -14,7 +14,7 @@
* Creation date: Z D D V V *
* September 14 1995 Z D D V V *
* Last modification: Z D D V V *
*
January
1
9
1999
ZZZZ DDD V *
*
September
1
3
1999 ZZZZ DDD V *
* *
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
...
...
@@ -69,6 +69,19 @@ INSTALLATION
several configuration parameters TWEB provides for runtime
configuration of the program.
SINCE THE CODE IS ONLY THE CORE GATEWAY, WITH SOME PRIVATE EXTENSIONS
NOT INCLUDED INTO THAT DISTRIBUTION, DO NOT DELETE CODE BETWEEN
#ifdef TUE_TEL
#endif
AND
#ifdef AMBIXGW
#endif
IN ANY OF THE SUPPORTED FILES !!!
SUPPORT
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment