Eric Brown wrote: > Is there anyway to build an RPM that contains only the DS (without the > admin console, sample ldif's, etc.)? I saw something in the install > documentation about just running a core DS, but need to know if that > can be built. I'm not sure. If you look at the file ldapserver/nsconfig.mk, near the top, there is a section that looks like this: USE_ADMINSERVER:=1 USE_CONSOLE:=1 USE_DSMLGW:=1 USE_ORGCHART:=1 USE_DSGW:=1 USE_JAVATOOLS:=1 USE_SETUPUTIL:=1 USE_PERLDAP:=1 GET_JAVA_FROM_PATH := 1 GET_ANT_FROM_PATH := 1 USE_PERL_FROM_PATH := 1 BUILD_JAVA_CODE := 1 You should set all of these to 0 except for USE_PERLDAP and USE_PERL_FROM_PATH. If you are using the one step build method, it may work to set all of these to 0 on the make command line in dsbuild/ds/ldapserver/Makefile > > -- > Fedora-directory-users mailing list > Fedora-directory-users at redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3178 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.fedoraproject.org/pipermail/389-users/attachments/20060825/7b015dad/attachment.bin