[Fedora-directory-devel] certificate system to be open sourced? [u]
by Andreas Jellinghaus
sorry if this is the wrong mailing list, but I couldn't
find any other contact information.
does anyone know if the (formet netscape now redhat) certificate
system will be open sourced, too?
I'm one of the developers of OpenCT, OpenSC and SCB and I think
there might be several opportunities for cooperation.
Regards, Andreas
17 years, 11 months
[Fedora-directory-devel] other former netscape servers
by Christopher Blizzard
I need to make this a FAQ.
Yes, we received a lot of code from the Netscape purchase. This
included the directory server, cert server, mail server and calendar
server. Right now we're concentrating on building a community around
the directory server. We're evaluating the source code for those other
components to figure out if and when we can open source them. If we do
decide to build projects around the other parts, you'll hear about it
when we're ready.
--Chris
17 years, 11 months
[Fedora-directory-devel] MD5 Password Module
by David Irving
Hi everyone,
First off, let me say thank you to all the developers that made this directory available open source and to the general public. In my playing thus far, it looks like Red Hat DS is going to be one of the best open source LDAP directories around.
That being said, I would like to contribute the attached code. It contains updated DS source for an {MD5} password authentification module. If anyone sees any changes that need to be made or has any suggestions, please don't hesitate the let me know via this group or by personal e-mail. I just wanted to give something back to the open source community and hopefully this release will make it in :) It is my first open source contribution so if I've made a mistake in submission or "protocol" also please feel free to let me know.
Thanks,
-- David Irving
Database Administrator
University of Maine Farmington
E-Mail: irving(a)maine.edu
Phone: (207)-778-7315
18 years
[Fedora-directory-devel] Build Error on Solaris (using GNU cc)
by sang jun song
OS : Solaris 5.8 (SPAC)
Compiler: gcc (3.3)
make: GNU Make 3.80
I build External Requirement. and success.
but building the LDAP source occured error.
CVSROOT=:pserver:anonymous@cvs.fedora.redhat.com:/cvs/dirsec ; export CVSROOT
cvs login => OK
cvs -z3 co -r FedoraDS71_20050526_RTC ldapserver
=> OK
error
==================================================================
#make NS_USE_GCC=1 USE_PERL_FROM_PATH=1 BUILD_DEBUG=full
cat: cannot open ./SOLARIS/buildnum.dat
nsconfig.mk:1578: modules.mk: No such file or directory
re-making ./modules.mk ...
cat: cannot open ./SOLARIS/buildnum.dat
if test ! -d SOLARIS; then mkdir SOLARIS; fi;
/SunONE/perl2exe/perl5/bin/perl buildnum.pl -p SOLARIS
NSOS_RELEASE is: 5.8
/SunONE/perl2exe/perl5/bin/perl pumpkin.pl 120 pumpkin.dat
if test ! -d ./built/SOLARIS-domestic-full-normal-slapd; then mkdir -p
./built/SOLARIS-domestic-full-normal-slapd; fi;
if test ! -d ./built/SOLARIS-domestic-full-normal-slapd/include; then
mkdir -p ./built/SOLARIS-domestic-full-normal-slapd/include; fi;
/SunONE/perl2exe/perl5/bin/perl dirver.pl -v "7.1" -o
built/SOLARIS-domestic-full-normal-slapd/include/dirver.h
if test ! -d ./built/SOLARIS-domestic-full-normal-slapd/include; then
mkdir -p ./built/SOLARIS-domestic-full-normal-slapd/include; fi;
/SunONE/perl2exe/perl5/bin/perl dirver.pl -v "3.1" -o
built/SOLARIS-domestic-full-normal-slapd/include/sdkver.h
The components are up to date
==== Starting LDAP Server ==========
gmake NO_JAVA=1 nsCommon
gmake[1]: Entering directory `/SunONE/ldap/ldapserver'
cd config; gmake NO_JAVA=1 export SERVER_BUILD=1
XCFLAGS= USE_PTHREADS= NS_PRODUCT=DIRECTORY_SERVER VERSION=
NS_USE_NATIVE= NSPR_BASENAME=libnspr21 DIST=
OBJDIR=/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-slapd
FASTTIME_HEADER_DEST=/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-slapd/include
FASTTIME_TARGET_DEST=/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-slapd
NSINSTALL=/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-slapd/nsinstall
gmake[2]: Entering directory `/SunONE/ldap/ldapserver/config'
gcc -Wall -Wno-format -o
/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-slapd/nsinstall.o
-c -DXP_UNIX -g -DSVR4 -DSYSV -DNSPR -D__svr4 -D__svr4__ -DSOLARIS
-DHAVE_WEAK_IO_SYMBOLS -DNSPR20 -D_PR_NTHREAD -D_REENTRANT
-D_SVID_GETTOD -DSOLARIS_55_OR_GREATER -MDupdate
/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-slapd/.md
-DDEBUG -UNDEBUG -DDEBUG_root -DTRACING -DSERVER_BUILD -DNETSCAPE
-DLAYERS -DUNIX_EMBED -DX_PLUGINS -DUNIX_LDAP -DNSPR -DNSPR20
-I../include -I/usr/dt/include -I/usr/openwin/include
-I/usr/dt/include -I/usr/openwin/include nsinstall.c
gcc: cannot specify -o with -c or -S and multiple compilations
gmake[2]: *** [/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-slapd/nsinstall.o]
Error 1
gmake[2]: Leaving directory `/SunONE/ldap/ldapserver/config'
gmake[1]: *** [nsCommon] Error 2
gmake[1]: Leaving directory `/SunONE/ldap/ldapserver'
make: *** [buildDirectory] Error 2
===================================================================================
How can I sovled this a problem?
Help me.
18 years
[Fedora-directory-devel] Build Error on Solaris (using GNU cc)
by sang jun song
OS : Solaris 5.8 (SPAC)
Compiler: gcc (3.3)
make: GNU Make 3.80
I build External Requirement. and success.
but building the LDAP source occured error.
CVSROOT=:pserver:anonymous@cvs.fedora.redhat.com:/cvs/dirsec ; export
CVSROOT
cvs login => OK
cvs -z3 co -r FedoraDS71_20050526_RTC ldapserver
=> OK
error
==================================================================
#make NS_USE_GCC=1 USE_PERL_FROM_PATH=1 BUILD_DEBUG=full
cat: cannot open ./SOLARIS/buildnum.dat
nsconfig.mk:1578: modules.mk: No such file or directory
re-making ./modules.mk ...
cat: cannot open ./SOLARIS/buildnum.dat
if test ! -d SOLARIS; then mkdir SOLARIS; fi;
/SunONE/perl2exe/perl5/bin/perl buildnum.pl -p SOLARIS
NSOS_RELEASE is: 5.8
/SunONE/perl2exe/perl5/bin/perl pumpkin.pl 120 pumpkin.dat
if test ! -d ./built/SOLARIS-domestic-full-normal-slapd; then mkdir -p
/built/SOLARIS-domestic-full-normal-slapd; fi;
if test ! -d ./built/SOLARIS-domestic-full-normal-slapd/include; then
mkdir -p ./built/SOLARIS-domestic-full-normal-slapd/include; fi;
/SunONE/perl2exe/perl5/bin/perl dirver.pl -v "7.1" -o
built/SOLARIS-domestic-full-normal-slapd/include/dirver.h
if test ! -d ./built/SOLARIS-domestic-full-normal-slapd/include; then
mkdir -p ./built/SOLARIS-domestic-full-normal-slapd/include; fi;
/SunONE/perl2exe/perl5/bin/perl dirver.pl -v "3.1" -o
built/SOLARIS-domestic-full-normal-slapd/include/sdkver.h
The components are up to date
==== Starting LDAP Server ==========
gmake NO_JAVA=1 nsCommon
gmake[1]: Entering directory `/SunONE/ldap/ldapserver'
cd config; gmake NO_JAVA=1 export SERVER_BUILD=1 XCFLAGS=
USE_PTHREADS= NS_PRODUCT=DIRECTORY_SERVER VERSION= NS_USE_NATIVE=
NSPR_BASENAME=libnspr21 DIST=
OBJDIR=/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-slapd
FASTTIME_HEADER_DEST=/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full
-normal-slapd/include
FASTTIME_TARGET_DEST=/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full
-normal-slapd
NSINSTALL=/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-sla
pd/nsinstall
gmake[2]: Entering directory `/SunONE/ldap/ldapserver/config'
gcc -Wall -Wno-format -o
/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-slapd/nsinsta
ll.o -c -DXP_UNIX -g -DSVR4 -DSYSV -DNSPR -D__svr4 -D__svr4__ -DSOLARIS
-DHAVE_WEAK_IO_SYMBOLS -DNSPR20 -D_PR_NTHREAD -D_REENTRANT
-D_SVID_GETTOD -DSOLARIS_55_OR_GREATER -MDupdate
/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-slapd/.md
-DDEBUG -UNDEBUG -DDEBUG_root -DTRACING -DSERVER_BUILD -DNETSCAPE
-DLAYERS -DUNIX_EMBED -DX_PLUGINS -DUNIX_LDAP -DNSPR -DNSPR20
-I../include -I/usr/dt/include -I/usr/openwin/include -I/usr/dt/include
-I/usr/openwin/include nsinstall.c
gcc: cannot specify -o with -c or -S and multiple compilations
gmake[2]: ***
[/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-slapd/nsinst
all.o] Error 1
gmake[2]: Leaving directory `/SunONE/ldap/ldapserver/config'
gmake[1]: *** [nsCommon] Error 2
gmake[1]: Leaving directory `/SunONE/ldap/ldapserver'
make: *** [buildDirectory] Error 2
========================================================================
===========
How can I sovled this a problem?
Help me.
<http://www.korea.com>
<http://event.korea.com/event/2005/04/lunch/>
18 years
[Fedora-directory-devel] Hello! Fedora-directory build error
by sang jun song
OS : Solaris 5.8 (SPAC)
Compiler: gcc (3.3)
make: GNU Make 3.80
I build External Requirement. and success.
but building the LDAP source occured error.
CVSROOT=:pserver:anonymous@cvs.fedora.redhat.com:/cvs/dirsec ; export
CVSROOT
cvs login => OK
cvs -z3 co -r FedoraDS71_20050526_RTC ldapserver
=> OK
error
==================================================================
#make NS_USE_GCC=1 USE_PERL_FROM_PATH=1 BUILD_DEBUG=full
cat: cannot open ./SOLARIS/buildnum.dat
nsconfig.mk:1578: modules.mk: No such file or directory
re-making ./modules.mk ...
cat: cannot open ./SOLARIS/buildnum.dat
if test ! -d SOLARIS; then mkdir SOLARIS; fi;
/SunONE/perl2exe/perl5/bin/perl buildnum.pl -p SOLARIS
NSOS_RELEASE is: 5.8
/SunONE/perl2exe/perl5/bin/perl pumpkin.pl 120 pumpkin.dat
if test ! -d ./built/SOLARIS-domestic-full-normal-slapd; then mkdir -p
/built/SOLARIS-domestic-full-normal-slapd; fi;
if test ! -d ./built/SOLARIS-domestic-full-normal-slapd/include; then
mkdir -p ./built/SOLARIS-domestic-full-normal-slapd/include; fi;
/SunONE/perl2exe/perl5/bin/perl dirver.pl -v "7.1" -o
built/SOLARIS-domestic-full-normal-slapd/include/dirver.h
if test ! -d ./built/SOLARIS-domestic-full-normal-slapd/include; then
mkdir -p ./built/SOLARIS-domestic-full-normal-slapd/include; fi;
/SunONE/perl2exe/perl5/bin/perl dirver.pl -v "3.1" -o
built/SOLARIS-domestic-full-normal-slapd/include/sdkver.h
The components are up to date
==== Starting LDAP Server ==========
gmake NO_JAVA=1 nsCommon
gmake[1]: Entering directory `/SunONE/ldap/ldapserver'
cd config; gmake NO_JAVA=1 export SERVER_BUILD=1 XCFLAGS=
USE_PTHREADS= NS_PRODUCT=DIRECTORY_SERVER VERSION= NS_USE_NATIVE=
NSPR_BASENAME=libnspr21 DIST=
OBJDIR=/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-slapd
FASTTIME_HEADER_DEST=/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full
-normal-slapd/include
FASTTIME_TARGET_DEST=/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full
-normal-slapd
NSINSTALL=/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-sla
pd/nsinstall
gmake[2]: Entering directory `/SunONE/ldap/ldapserver/config'
gcc -Wall -Wno-format -o
/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-slapd/nsinsta
ll.o -c -DXP_UNIX -g -DSVR4 -DSYSV -DNSPR -D__svr4 -D__svr4__ -DSOLARIS
-DHAVE_WEAK_IO_SYMBOLS -DNSPR20 -D_PR_NTHREAD -D_REENTRANT
-D_SVID_GETTOD -DSOLARIS_55_OR_GREATER -MDupdate
/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-slapd/.md
-DDEBUG -UNDEBUG -DDEBUG_root -DTRACING -DSERVER_BUILD -DNETSCAPE
-DLAYERS -DUNIX_EMBED -DX_PLUGINS -DUNIX_LDAP -DNSPR -DNSPR20
-I../include -I/usr/dt/include -I/usr/openwin/include -I/usr/dt/include
-I/usr/openwin/include nsinstall.c
gcc: cannot specify -o with -c or -S and multiple compilations
gmake[2]: ***
[/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-slapd/nsinst
all.o] Error 1
gmake[2]: Leaving directory `/SunONE/ldap/ldapserver/config'
gmake[1]: *** [nsCommon] Error 2
gmake[1]: Leaving directory `/SunONE/ldap/ldapserver'
make: *** [buildDirectory] Error 2
========================================================================
===========
How can I sovled this a problem?
Help me.
<http://www.korea.com>
<http://event.korea.com/event/2005/05/66day/>
18 years
[Fedora-directory-devel] Hello! Fedora-directory build error
by 송상준
OS : Solaris 5.8 (SPAC)
Compiler: gcc (3.3)
make: GNU Make 3.80
I build External Requirement. and success.
but building the LDAP source occured error.
CVSROOT=:pserver:anonymous@cvs.fedora.redhat.com:/cvs/dirsec ; export CVSROOT
cvs login => OK
cvs -z3 co -r FedoraDS71_20050526_RTC ldapserver
=> OK
error
==================================================================
#make NS_USE_GCC=1 USE_PERL_FROM_PATH=1 BUILD_DEBUG=full
cat: cannot open ./SOLARIS/buildnum.dat
nsconfig.mk:1578: modules.mk: No such file or directory
re-making ./modules.mk ...
cat: cannot open ./SOLARIS/buildnum.dat
if test ! -d SOLARIS; then mkdir SOLARIS; fi;
/SunONE/perl2exe/perl5/bin/perl buildnum.pl -p SOLARIS
NSOS_RELEASE is: 5.8
/SunONE/perl2exe/perl5/bin/perl pumpkin.pl 120 pumpkin.dat
if test ! -d ./built/SOLARIS-domestic-full-normal-slapd; then mkdir -p ./built/SOLARIS-domestic-full-normal-slapd; fi;
if test ! -d ./built/SOLARIS-domestic-full-normal-slapd/include; then mkdir -p ./built/SOLARIS-domestic-full-normal-slapd/include; fi;
/SunONE/perl2exe/perl5/bin/perl dirver.pl -v "7.1" -o built/SOLARIS-domestic-full-normal-slapd/include/dirver.h
if test ! -d ./built/SOLARIS-domestic-full-normal-slapd/include; then mkdir -p ./built/SOLARIS-domestic-full-normal-slapd/include; fi;
/SunONE/perl2exe/perl5/bin/perl dirver.pl -v "3.1" -o built/SOLARIS-domestic-full-normal-slapd/include/sdkver.h
The components are up to date
==== Starting LDAP Server ==========
gmake NO_JAVA=1 nsCommon
gmake[1]: Entering directory `/SunONE/ldap/ldapserver'
cd config; gmake NO_JAVA=1 export SERVER_BUILD=1 XCFLAGS= USE_PTHREADS= NS_PRODUCT=DIRECTORY_SERVER VERSION= NS_USE_NATIVE= NSPR_BASENAME=libnspr21 DIST= OBJDIR=/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-slapd FASTTIME_HEADER_DEST=/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-slapd/include FASTTIME_TARGET_DEST=/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-slapd NSINSTALL=/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-slapd/nsinstall
gmake[2]: Entering directory `/SunONE/ldap/ldapserver/config'
gcc -Wall -Wno-format -o /SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-slapd/nsinstall.o -c -DXP_UNIX -g -DSVR4 -DSYSV -DNSPR -D__svr4 -D__svr4__ -DSOLARIS -DHAVE_WEAK_IO_SYMBOLS -DNSPR20 -D_PR_NTHREAD -D_REENTRANT -D_SVID_GETTOD -DSOLARIS_55_OR_GREATER -MDupdate /SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-slapd/.md -DDEBUG -UNDEBUG -DDEBUG_root -DTRACING -DSERVER_BUILD -DNETSCAPE -DLAYERS -DUNIX_EMBED -DX_PLUGINS -DUNIX_LDAP -DNSPR -DNSPR20 -I../include -I/usr/dt/include -I/usr/openwin/include -I/usr/dt/include -I/usr/openwin/include nsinstall.c
gcc: cannot specify -o with -c or -S and multiple compilations
gmake[2]: *** [/SunONE/ldap/ldapserver/built/SOLARIS-domestic-full-normal-slapd/nsinstall.o] Error 1
gmake[2]: Leaving directory `/SunONE/ldap/ldapserver/config'
gmake[1]: *** [nsCommon] Error 2
gmake[1]: Leaving directory `/SunONE/ldap/ldapserver'
make: *** [buildDirectory] Error 2
===================================================================================
How can I sovled this a problem?
Help me.
18 years
[Fedora-directory-devel] Building on Debian
by Seo Sanghyeon
Hello,
To satisfy my curiosity, today I tried building Fedora Directory Server
on my Debian Sid box. After some trying I made it.
I built with Debian's system Berkeley DB and Cyrus SASL.
Building with system Net-SNMP doesn't work, because Debian has version
5.1 but 5.2 is needed. Building with system Mozilla SDK doesn't work,
because Debian's Mozilla LDAP C SDK is built without optional SVRCORE,
but Directory Server needs it.
Build is looking for gmake. Fix nsconfig.mk line 349
-MAKE=gmake $(BUILDOPT) NO_JAVA=1
+MAKE=make $(BUILDOPT) NO_JAVA=1
Build is looking for /etc/redhat-release, which doesn't exist on Debian
systems. Delete between "ifeq ($(BUILD_ARCH), Linux)" and "endif" after
"# Check if we're on RHEL" in both nsdefs.mk and nsconfig.mk.
To build with system libraries, edit components.mk and fill in
appropriate {SASL,DB}_{INCLUDE,LIBPATH}.
Building recipe:
apt-get install libdb4.2-dev
apt-get install libsasl2-dev libkrb5-dev
apt-get install libicu26-dev
Build Mozilla components, either from Mozilla CVS or from
mozilla-components.tar.gz.
Build Net-SNMP 5.2, as described in the building instruction.
Checkout Fedora Directory Server.
Apply attached fds-build.diff.
Type make and wait.
Seo Sanghyeon
18 years