|
|
Installing Netscape Directory SDK for Java - (Version 4.0)
Return to Netscape Directory Resources Home Page.
Introduction / Downloading
http://developer.netscape.com/tech/directory/downloads.html
This article provides the instructions for installing and configuring the Netscape Directory SDK for Java
for the UNIX / Linux platform.
The Netscape Directory SDK 4.0 for Java provides programmers and developers with the tools to
needed to develop directory-enabled software. The latest release of the Netscape Directory SDK for Java
is 4.0 and can be downloaded from:
Build Instructions
The following instructions are provided to build the SDK software:
# mkdir /usr/local/NetscapeDirectoryJavaSDK
# cd NetscapeDirectoryJavaSDK
# unzip ldapjdk41.zip
# LDAPSDKHOME=/usr/local/NetscapeDirectoryJavaSDK
# export LDAPSDKHOME
# CLASSPATH=$CLASSPATH:$LDAPSDKHOME/packages/ldapjdk.jar:$LDAPSDKHOME/packages/ldapfilt.jar:$LDAPSDKHOME/tools
# export CLASSPATH
# . .profile
# cd $LDAPSDKHOME/tools
# javac *.java
# java LDAPSearch -h memberdir.netscape.com -b "o=netcenter.com" "objectClass=*"
dn: o=netcenter.com
objectClass: top
o: netcenter.com
dn: cn=Directory Administrators, o=netcenter.com
objectClass: top
cn: Directory Administrators
dn: ou=member_directory,o=netcenter.com
objectClass: top
ou: member_directory
dn: ou=people,o=netcenter.com
objectClass: top
ou: people
dn: ou=groups,o=netcenter.com
objectClass: top
ou: groups
dn: uid=syncProcess,ou=People, o=netcenter.com
objectClass: top
givenName: sync
sn: Process
mail: lancea@netscape.com
uid: syncProcess
cn: syncProcess
dn: uid=application, ou=People, o=netcenter.com
objectClass: top
givenName: app
sn: Mr.app
mail: lancea@netscape.com
uid: application
cn: application
dn: uid=operations, ou=People, o=netcenter.com
objectClass: top
givenName: status
sn: operations
mail: akira@netscape.com
uid: operations
cn: ops
dn: uid=usanet, ou=People, o=netcenter.com
objectClass: top
givenName: usanet
sn: test user
mail: akira@netscape.com
uid: usanet
cn: USA.Net
dn: uid=mozilla, ou=People, o=netcenter.com
objectClass: top
givenName: mozilla
sn: Mr. Address Book
mail: akira@netscape.com
uid: mozilla
cn: AddressBook
Last modified on: Tuesday, 26-Jul-2005 20:28:04 EDT
Page Count: 3813