Git Product home page Git Product logo

ldap-sdk's Introduction

The split here is Directory SDK for C versus Directory SDK for Java.

The content is the very latest I have... but I have been tardy in reading
the developer Wiki, so perhaps some of what I've done is out of sync. I mean
Anton has reviewed the C SDK content and I've updated that to account for
his review comments. Also, I added what was necessary to cover the new
sample code I wrote (and I think Anton checked in). But it might not do
blindly to overwrite anything on the Wiki with what I have here. And it
might require a little post-update Wiki gardening to remove weeds.

The Directory SDK for C guide includes reference material. The Directory SDK
for Java guide does not, since there should be Javadoc somewhere. If this
assumption is wrong, let me know. I had a script to do that in my home dir
at work.

This version has the proper license as per
https://bugzilla.mozilla.org/show_bug.cgi?id=369156

The top files for each book are named 00-Programmers-Guide.book, so all
the other files are then pulled in through SYSTEM entities. In other words
run validation on the .books.

Hope it helps,
[email protected], June 19, 2007

ldap-sdk's People

Contributors

cipherboy avatar ckelleyrh avatar definite avatar edewata avatar fmarco76 avatar hatrayflood avatar jbeich avatar jcranmer avatar kewisch avatar khuey avatar landryb avatar lcamacho avatar mharmsen99 avatar nkinder avatar richm avatar sillebille avatar stanislavlevin avatar t-matsuu avatar yselkowitz avatar

Watchers

 avatar  avatar

ldap-sdk's Issues

Drop dependency on SecurityManager

The Security Manager API was deprecated in JDK 17 so it should be removed from the code.

$ ./build.sh 
...
build-jdk:
    [javac] Compiling 155 source files to /home/edewata/build/ldapjdk/classes
    [javac] /home/edewata/Projects/ldap-sdk/java-sdk/ldapjdk/src/main/java/com/netscape/sasl/Sasl.java:249: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
    [javac]         SecurityManager security = System.getSecurityManager();
    [javac]         ^
    [javac] /home/edewata/Projects/ldap-sdk/java-sdk/ldapjdk/src/main/java/com/netscape/sasl/Sasl.java:249: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal
    [javac]         SecurityManager security = System.getSecurityManager();
    [javac]                                          ^
    [javac] /home/edewata/Projects/ldap-sdk/java-sdk/ldapjdk/src/main/java/netscape/ldap/LDAPCheckComm.java:56: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
    [javac]       SecurityManager sec = System.getSecurityManager();
    [javac]       ^
    [javac] /home/edewata/Projects/ldap-sdk/java-sdk/ldapjdk/src/main/java/netscape/ldap/LDAPCheckComm.java:56: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal
    [javac]       SecurityManager sec = System.getSecurityManager();
    [javac]                                   ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 4 warnings
...
build-beans:
    [javac] Compiling 11 source files to /home/edewata/build/ldapjdk/classes
    [javac] /home/edewata/Projects/ldap-sdk/java-sdk/ldapbeans/src/main/java/netscape/ldap/beans/LDAPBasePropertySupport.java:291: warning: [removal] SecurityManager in java.lang has been deprecated and marked for removal
    [javac]         SecurityManager sec = System.getSecurityManager();
    [javac]         ^
    [javac] /home/edewata/Projects/ldap-sdk/java-sdk/ldapbeans/src/main/java/netscape/ldap/beans/LDAPBasePropertySupport.java:291: warning: [removal] getSecurityManager() in System has been deprecated and marked for removal
    [javac]         SecurityManager sec = System.getSecurityManager();
    [javac]                                     ^
    [javac] Note: /home/edewata/Projects/ldap-sdk/java-sdk/ldapbeans/src/main/java/netscape/ldap/beans/LDAPGetProperty.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 warnings
...

c-sdk ignores PREFIX

I'm trying to compile c-sdk tools on ubuntu and configure is ignoring any kind of combination of --prefix --exec-prefix --libdir

files are compiled always on ../../dist/

I just need the c tools and I'm not sure if I'm missing something here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.