debian/0000755000000000000000000000000012224746127007175 5ustar debian/adm.conf0000644000000000000000000000102412224745143010577 0ustar userdn: uid=admin, ou=Administrators, ou=TopologyManagement, o=NetscapeRoot sysuser: dirsrv sysgroup: dirsrv SuiteSpotUserID: dirsrv SuiteSpotGroup: dirsrv sie: cn=admin-serv-hostname, cn=389 Administration Server, cn=Server Group, cn=hostname.example.com, ou=example.com, o=NetscapeRoot ldapurl: ldap://hostname.example.com:389/o=NetscapeRoot ldapStart: /usr/lib/dirsrv/slapd-hostname/start-slapd isie: cn=389 Administration Server, cn=Server Group, cn=hostname.example.com, ou=example.com, o=NetscapeRoot AdminDomain: example.com debian/patches/0000755000000000000000000000000012224745671010627 5ustar debian/patches/series0000644000000000000000000000011112224745671012035 0ustar man_page_fixes http_conf_fix fix-linking.patch fix-script-name-cgi.patch debian/patches/fix-group-name.patch0000644000000000000000000000076212224745671014513 0ustar Description: nobody's group is called "nogroup" on Debian, not "nobody" Author: Colin Watson Forwarded: not-needed Last-Update: 2013-10-07 Index: b/configure.ac =================================================================== --- a/configure.ac +++ b/configure.ac @@ -114,7 +114,7 @@ # server userid, groupid httpduser=nobody -httpdgroup=nobody +httpdgroup=nogroup admservport=9830 admservip=0.0.0.0 # this is the subdir under $PACKAGE_BASE_NAME where admin server debian/patches/man_page_fixes0000644000000000000000000000464612224745143013523 0ustar Author: Michele Baldessari Description: Hyphenation fixes Index: 389-admin-1.1.11.a2/man/man8/remove-ds-admin.pl.8 =================================================================== --- 389-admin-1.1.11.a2.orig/man/man8/remove-ds-admin.pl.8 2010-02-27 00:10:26.000000000 +0100 +++ 389-admin-1.1.11.a2/man/man8/remove-ds-admin.pl.8 2010-05-24 17:29:47.000000000 +0200 @@ -30,7 +30,7 @@ It will remove all of the data and configuration of all directory servers and admin servers, with no chance of recovery. Therefore, in order to actually -do this, you must give the -y option. \fBPlease use caution and backup your data if you want to keep it!\fR +do this, you must give the \-y option. \fBPlease use caution and backup your data if you want to keep it!\fR .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, @@ -39,13 +39,13 @@ A summary of options is included below: .TP .B \fB\-f\fR -Force removal - continue on error - otherwise, the command will abort at the first error encountered +Force removal \- continue on error \- otherwise, the command will abort at the first error encountered .TP .B \fB\-d\fR -Enable debugging - adding more -d will make output more verbose +Enable debugging \- adding more \-d will make output more verbose .TP .B \fB\-y\fR -Do the actual processing. Since the command is very destructive, you must provide the -y argument in order for the operation to proceed. \fBUse with extreme caution!\fR +Do the actual processing. Since the command is very destructive, you must provide the \-y argument in order for the operation to proceed. \fBUse with extreme caution!\fR .br .SH AUTHOR remove-ds-admin.pl was written by the 389 Project. Index: 389-admin-1.1.11.a2/man/man8/migrate-ds-admin.pl.8 =================================================================== --- 389-admin-1.1.11.a2.orig/man/man8/migrate-ds-admin.pl.8 2010-05-24 17:30:03.000000000 +0200 +++ 389-admin-1.1.11.a2/man/man8/migrate-ds-admin.pl.8 2010-05-24 17:30:11.000000000 +0200 @@ -93,7 +93,7 @@ .IP migrate-ds-admin.pl General.ConfigDirectoryAdminPwd=thepassword .PP -All other paramters needed for migration will be read from the old Admin Server configuration. +All other parameters needed for migration will be read from the old Admin Server configuration. .PP actualsroot: This is used when you must migrate from one machine to another. The debian/patches/fix-linking.patch0000644000000000000000000000125512224745143014064 0ustar Author: Timo Aaltonen Date: Fri Dec 30 18:09:15 2011 +0200 Add fix-linking.patch libds-admin-serv.so didn't link against libldap2 though it used it's symbols diff --git a/Makefile.am b/Makefile.am index 792f782..84dc317 100644 --- a/Makefile.am +++ b/Makefile.am @@ -274,6 +274,7 @@ update_SCRIPTS = admserv/makeUpgradeTar.sh libds_admin_serv_la_SOURCES = $(libbase_a_SOURCES) $(libsi18n_a_SOURCES) $(libadmin_a_SOURCES) libds_admin_serv_la_LINK = $(MYLINK) libds_admin_serv_la_LIBADD = $(ADMINUTIL_LINK) \ + $(LDAPSDK_LINK) \ $(NSPR_LINK) libdsa_a_SOURCES = lib/libdsa/dsalib_conf.c \ debian/patches/fix-script-name-cgi.patch0000644000000000000000000000104312224745143015406 0ustar Author: Timo Aaltonen Date: Wed Feb 29 19:39:45 2012 +0200 fix-script-name-cgi.patch: Use the correct name for repl-monitor perl script diff --git a/admserv/cgi-src40/repl-monitor-cgi.pl.in b/admserv/cgi-src40/repl-monitor-cgi.pl.in index 5529454..ffc8f18 100755 --- a/admserv/cgi-src40/repl-monitor-cgi.pl.in +++ b/admserv/cgi-src40/repl-monitor-cgi.pl.in @@ -76,4 +76,4 @@ if ( $query->url_param('servport') ne "" ) { } # Now the real work -require "@bindir@/repl-monitor.pl"; +require "@bindir@/repl-monitor"; debian/patches/http_conf_fix0000644000000000000000000000663212224745671013413 0ustar Author: Michele Baldessari Description: comment out mod_log_config (built in) and rename mod_nss dirsrv httpd.conf path fixes --- a/admserv/cfgstuff/httpd-2.2.conf.in +++ b/admserv/cfgstuff/httpd-2.2.conf.in @@ -120,7 +120,7 @@ ThreadsPerChild 64 LoadModule authz_host_module @moddir@/mod_authz_host.so LoadModule auth_basic_module @moddir@/mod_auth_basic.so LoadModule authn_file_module @moddir@/mod_authn_file.so -LoadModule log_config_module @moddir@/mod_log_config.so +#LoadModule log_config_module @moddir@/mod_log_config.so LoadModule env_module @moddir@/mod_env.so LoadModule mime_magic_module @moddir@/mod_mime_magic.so LoadModule unique_id_module @moddir@/mod_unique_id.so @@ -132,7 +132,7 @@ LoadModule alias_module @moddir@/mod_ali LoadModule rewrite_module @moddir@/mod_rewrite.so LoadModule cgi_module @moddir@/mod_cgi.so LoadModule restartd_module @admmoddir@/mod_restartd.so -LoadModule nss_module @nssmoddir@/libmodnss.so +LoadModule nss_module @nssmoddir@/mod_nss.so LoadModule admserv_module @admmoddir@/mod_admserv.so ### Section 2: 'Main' server configuration --- a/admserv/cfgstuff/httpd.conf.in +++ b/admserv/cfgstuff/httpd.conf.in @@ -119,7 +119,7 @@ ThreadsPerChild 64 # LoadModule foo_module modules/mod_foo.so LoadModule access_module @moddir@/mod_access.so LoadModule auth_module @moddir@/mod_auth.so -LoadModule log_config_module @moddir@/mod_log_config.so +#LoadModule log_config_module @moddir@/mod_log_config.so LoadModule env_module @moddir@/mod_env.so LoadModule mime_magic_module @moddir@/mod_mime_magic.so LoadModule expires_module @moddir@/mod_expires.so @@ -142,7 +142,7 @@ LoadModule file_cache_module @moddir@/mo LoadModule mem_cache_module @moddir@/mod_mem_cache.so LoadModule cgi_module @moddir@/mod_cgi.so LoadModule restartd_module @admmoddir@/mod_restartd.so -LoadModule nss_module @nssmoddir@/libmodnss.so +LoadModule nss_module @nssmoddir@/mod_nss.so LoadModule admserv_module @admmoddir@/mod_admserv.so ### Section 2: 'Main' server configuration --- a/admserv/cfgstuff/httpd-2.4.conf.in +++ b/admserv/cfgstuff/httpd-2.4.conf.in @@ -120,7 +120,7 @@ ThreadsPerChild 64 LoadModule authz_host_module @moddir@/mod_authz_host.so LoadModule auth_basic_module @moddir@/mod_auth_basic.so LoadModule authn_file_module @moddir@/mod_authn_file.so -LoadModule log_config_module @moddir@/mod_log_config.so +#LoadModule log_config_module @moddir@/mod_log_config.so LoadModule env_module @moddir@/mod_env.so LoadModule mime_magic_module @moddir@/mod_mime_magic.so LoadModule unique_id_module @moddir@/mod_unique_id.so @@ -132,14 +132,14 @@ LoadModule alias_module @moddir@/mod_ali LoadModule rewrite_module @moddir@/mod_rewrite.so LoadModule cgi_module @moddir@/mod_cgi.so LoadModule restartd_module @admmoddir@/mod_restartd.so -LoadModule nss_module @nssmoddir@/libmodnss.so +LoadModule nss_module @nssmoddir@/mod_nss.so LoadModule admserv_module @admmoddir@/mod_admserv.so LoadModule mpm_worker_module @moddir@/mod_mpm_worker.so LoadModule access_compat_module @moddir@/mod_access_compat.so LoadModule authn_core_module @moddir@/mod_authn_core.so LoadModule authz_core_module @moddir@/mod_authz_core.so LoadModule authz_user_module @moddir@/mod_authz_user.so -LoadModule unixd_module @moddir@/mod_unixd.so +#LoadModule unixd_module @moddir@/mod_unixd.so ### Section 2: 'Main' server configuration # debian/389-admin.examples0000644000000000000000000000002012224745143012333 0ustar debian/adm.conf debian/389-admin.dirsrv-admin.init0000644000000000000000000001402112224745143014064 0ustar #!/bin/sh # -*- Mode: Python -*- # vi:si:et:sw=4:sts=4:ts=4 ### BEGIN INIT INFO # Provides: dirsrv-admin # Required-Start: $remote_fs dirsrv # Required-Stop: $remote_fs # Should-Start: $network # Should-Stop: $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start and stop 389 Directory Admin Server # Description: dirsrv is the Admin server for 389 LDAP Directory ### END INIT INFO PATH=/sbin:/bin:/usr/sbin:/usr/bin test -f /etc/default/dirsrv-admin && . /etc/default/dirsrv-admin . /lib/lsb/init-functions DISTRO=$(lsb_release -is 2>/dev/null || echo Debian) CONFIG_DIR="/etc/dirsrv" BASEEXEC="start-ds-admin" EXEC="/usr/sbin/$BASEEXEC" PROG="ds-admin" PIDDIR="/var/run/dirsrv-admin" ADMCONF="$CONFIG_DIR/admin-serv/adm.conf" check_network() { if [ -z "$(/sbin/ifconfig)" ]; then log_action_msg "No networks configured." return 1 fi return 0 } # On Solaris /var/run is in tmpfs and gets wiped out upon reboot # we have to recreate the /var/run/dirsrv-admin directory # We also have to make sure that the directory is writable # by the directory server process # the argument to this function is the server instance directory, # which must have a dse.ldif file in it fix_pid_dir_ownership() { if [ -d $piddir ] ; then owner=`grep \^sysuser "$ADMCONF" | awk '{print $2}'` dirowner=`ls -ld $piddir | awk '{print $3}'` dirgrp=`ls -ld $piddir | awk '{print $4}'` if [ "$owner" != "$dirowner" ]; then groups $owner | grep $dirgrp > /dev/null 2>&1 rc=$? if [ $rc -eq 0 ]; then chmod 770 $piddir else log_failure_msg "$piddir is not writable for $owner" exit 1 fi fi else mkdir -p $piddir owner=`grep \^nsslapd-localuser $1/dse.ldif | awk '{print $2}'` if [ -n "$owner" ] ; then chown $owner $piddir chmod 700 $piddir fi fi } start_script=/usr/sbin/start-ds-admin restart_script=/usr/sbin/restart-ds-admin stop_script=/usr/sbin/stop-ds-admin exec=`grep "^HTTPD=" $start_script | awk -F= '{print $2}'` prog="dirsrv-admin" # PID directory piddir="/var/run/dirsrv" # PID file pidfile=$piddir/admin-serv.pid [ -f $exec ] || exit 0 if [ ! -f "$ADMCONF" ]; then log_action_msg "No $ADMCONF file is present" # Quit without failing since the server is not configured yet exit 0 fi umask 077 # since we use the start script to start admin, we source the # init config file there, not here # if we ever get rid of the start script, we'll have to uncomment # the following line #[ -f /etc/default/dirsrv-admin ] && . /etc/default/dirsrv-admin start() { if [ ! -f $start_script ]; then log_failure_msg "*** Error: $start_script does not exist" exit 1 fi echo "Starting $prog: " # the server creates pidfile and writes the pid to it when it is fully # started and available to serve clients server_running=0 if [ -f $pidfile ]; then pid=`cat $pidfile` if kill -0 $pid > /dev/null 2>&1 ; then log_success_msg " already running" server_running=1 else log_warning_msg " not running, but pid file exists - attempt to start anyway..." rm -f $pidfile fi fi server_started=0 if [ $server_running -eq 0 ] ; then rm -f $pidfile fix_pid_dir_ownership $start_script if [ $? -eq 0 ]; then server_started=1 # well, perhaps not running, but started ok else failure; echo fi fi if [ $server_started -eq 1 ] ; then loop_counter=1 # wait for 10 minutes (600 times 1 seconds) max_count=600 while test $loop_counter -le $max_count ; do loop_counter=`expr $loop_counter + 1` if test ! -f $pidfile ; then sleep 1 else pid=`cat $pidfile` break fi done if kill -0 $pid > /dev/null 2>&1 && test -f $pidfile ; then log_success_msg " success" else log_failure_msg "*** Error: $prog failed to start" fi fi } stop() { if [ ! -f $stop_script ]; then log_failure_msg "$stop_script does not exist" exit 1 fi echo "Shutting down $prog: " if [ -f $pidfile ]; then pid=`cat $pidfile` server_stopped=0 if kill -0 $pid > /dev/null 2>&1 ; then kill $pid if [ $? -eq 0 ]; then server_stopped=1 else failure; echo fi fi if [ $server_stopped -eq 1 ] ; then loop_counter=1 # wait for 10 minutes (600 times 1 second) max_count=600 while test $loop_counter -le $max_count; do loop_counter=`expr $loop_counter + 1` if kill -0 $pid > /dev/null 2>&1 ; then sleep 1 else if test -f $pidfile ; then rm -f $pidfile fi break fi done if test -f $pidfile ; then log_failure_msg "*** Error: $prog failed to stop" else log_success_msg " success" rm -f $pidfile fi fi fi } restart() { stop start } status() { if [ -f $pidfile ]; then pid=`cat $pidfile` if kill -0 $pid > /dev/null 2>&1 ; then log_daemon_msg "$prog (pid $pid) is running..." "dirsrv-admin" else log_daemon_msg "$prog dead but pid file exists" "dirsrv-admin" fi else echo "$prog is stopped" fi } case "$1" in start|stop|restart|reload|status|force-reload) $1 ;; condrestart) [ ! -f $lockfile ] || restart ;; *) echo Unknown command $1 echo "Usage: $0 {start|stop|status|restart|condrestart}" exit 2 esac debian/source/0000755000000000000000000000000012224745143010472 5ustar debian/source/format0000644000000000000000000000001412224745143011700 0ustar 3.0 (quilt) debian/control0000644000000000000000000000364012224745777010615 0ustar Source: 389-admin Section: net Priority: optional Maintainer: Ubuntu 389ds XSBC-Original-Maintainer: Debian 389ds Team Uploaders: Timo Aaltonen Build-Depends: quilt, debhelper (>= 9), dh-autoreconf, libnspr4-dev, libnss3-dev, libsasl2-dev, libldap2-dev (>= 2.4.28-1~), libicu-dev, pkg-config, debconf-utils, libperl-dev, po-debconf, 389-ds-base-dev, apache2-dev, libadminutil-dev, apache2-mpm-worker, libapache2-mod-nss, Standards-Version: 3.9.3 Homepage: http://directory.fedoraproject.org Vcs-Git: git://git.debian.org/git/pkg-fedora-ds/389-admin.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-fedora-ds/389-admin.git Package: libds-admin-serv0 Section: libs Architecture: any Pre-Depends: debconf (>= 0.5) | debconf-2.0, ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends}, Multi-Arch: same Description: Libraries for the 389 Directory Administration Server 389 Directory Administration Server is an HTTP agent that provides management features for 389 Directory Server. It provides some management web apps that can be used through a web browser. It provides the authentication, access control, and CGI utilities used by the console. . These are the needed libraries for it. Package: 389-admin Architecture: any Pre-Depends: debconf (>= 0.5) | debconf-2.0, ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends}, libds-admin-serv0 (= ${binary:Version}), libnss3-tools, libmozilla-ldap-perl, libapache2-mod-nss, 389-ds-base, apache2, Description: 389 Directory Administration Server 389 Directory Administration Server is an HTTP agent that provides management features for 389 Directory Server. It provides some management web apps that can be used through a web browser. It provides the authentication, access control, and CGI utilities used by the console. debian/libds-admin-serv0.install0000644000000000000000000000004412224745143014000 0ustar usr/lib/*/libds-admin-serv.so.0.0.0 debian/gbp.conf0000644000000000000000000000023012224745671010612 0ustar [DEFAULT] debian-branch=debian-unstable upstream-branch=upstream-unstable upstream-tag=389-admin-%(version)s pristine-tar=True pristine-tar-commit=True debian/changelog0000644000000000000000000001002712224746075011051 0ustar 389-admin (1.1.35-0ubuntu1) saucy; urgency=low * Sync from unreleased debian git - new upstream bugfix release - migrate to apache 2.4 -- Timo Aaltonen Tue, 08 Oct 2013 12:10:47 +0300 389-admin (1.1.35-1) UNRELEASED; urgency=low * New upstream release. * watch: Add a comment about the upstream git tree. * control, http_conf_fix: Migrate to apache 2.4, thanks Colin Watson! (Closes: #725701) -- Timo Aaltonen Tue, 08 Oct 2013 10:40:24 +0300 389-admin (1.1.30-1) unstable; urgency=low * New upstream release. * control: Rewrap the build-depends. * control: Change the VCS header to point to the git repository. * adm.conf, control, dirsrv-admin.init: Rename Fedora to 389. * control: Wrap Depends. * patches/compile_fixes: Removed. * rules, control: Switch to dh, build-depend on dh-autoreconf. * control, compat: Bump compat and debhelper build-dep to 9. * patches/http_conf_fix: Refresh. * rules: Add CPPFLAGS to force the use of large files (FTBFS on i386). * Rename binary to 389-admin. * Depend on 389-ds-base instead of dirsrv. * Build-depend on 389-ds-base-dev instead of libdirsrv-dev. * install: Use wildcards instead of listing every file. * Build using multiarch paths. * Build using libldap2-dev (>= 2.4.28-1~). * Drop unnecessary build-dep on libsvrcore-dev. * control: Depend on apache2. * Add fix-linking.patch: libds-admin-serv.so didn't link against libldap2 though it used it's symbols. * copyright: Use DEP5 format. * rules: Export USE_64 for 64bit archs. * fix-script-name-cgi.patch: Use the correct name for repl-monitor perl script. * control: Use the team address for maintainer. * Purge debian/po and update README.Debian. * control: Bump the Standards-Version to 3.9.3, no changes. * Add DEP-3 headers to the patches. * patches/speling_fixes: Drop, unnecessary. * patches/remove_softokn3, rules: Patch dropped, fix linking in rules. * watch: Fix the url. -- Timo Aaltonen Thu, 28 Jun 2012 10:13:28 +0300 389-admin (1.1.11-3) unstable; urgency=low * Fix httpd*.conf.in files (wrong nss module and disable log module) * Fix success messages in dirsrv-admin.init -- Michele Baldessari Sun, 17 Oct 2010 23:20:05 +0200 389-admin (1.1.11-2) unstable; urgency=low * Fix QUILT_STAMPFN * Update email address * Fix watch file * Fix svn fields in control file * Add autotools-dev to B-D -- Michele Baldessari Sun, 17 Oct 2010 16:04:00 +0200 389-admin (1.1.11-1) unstable; urgency=low * New upstream * Fix softtokn3 linking and apr compiling * Bumped to 3.9.1 policy * Depend on libicu44 * Fix init script to not bail out if adm.conf is missing * Add adm.conf example file * Improve README.Debian -- Michele Baldessari Sat, 04 Sep 2010 10:48:45 +0200 389-admin (1.1.11~a2-1) unstable; urgency=low * New upstream * Bumped to 3.8.4 policy * Switch to dpkg-source 3.0 (quilt) format * Just patch Makefile.in, avoid reautotooling the whole thing * Upped libicu42 dependency * Added *-Vcs fields * Fix typo in debian/control * Fix init.d directory -- Michele Baldessari Mon, 24 May 2010 17:08:37 +0200 389-admin (1.1.10-1) unstable; urgency=low * New upstream * Package renamed to reflect upstream changes * Added apache2-mpm-worker as a build-dep * Added libapache2-mod-nss as a build-dep (nss_pchache) * Fix watch file -- Michele Baldessari Mon, 24 May 2010 01:13:32 +0200 fedora-ds-admin (1.1.6-1) unstable; urgency=low * New upstream * Added watch file * Added libnss4-tools and libmozilla-ldap-perl as depends * Fixed lsb section ending in init script * Add libapache2-mod-nss as a dependency -- Michele Baldessari Tue, 30 Sep 2008 22:11:15 +0200 fedora-ds-admin (1.1.4-1) unstable; urgency=low * Initial release (Closes: #497098). -- Michele Baldessari Sun, 11 May 2008 13:06:20 +0200 debian/rules0000755000000000000000000000267212224745143010261 0ustar #!/usr/bin/make -f # -*- makefile -*- DEB_HOST_ARCH_BITS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) ifeq (64,$(DEB_HOST_ARCH_BITS)) export USE_64=1 else # fixes build on i386 CPPFLAGS=-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 endif LDFLAGS += -L/usr/lib/$(DEB_HOST_MULTIARCH)/nss override_dh_auto_configure: dh_auto_configure -- \ --disable-rpath \ --with-openldap \ --with-httpd=/usr/sbin/apache2 \ --with-initddir=/etc/init.d \ --with-apxs=/usr/bin/apxs2 override_dh_auto_install: dh_auto_install --destdir=$(CURDIR)/debian/tmp override_dh_install: # purge .la files find $(CURDIR)/debian/tmp -name "*.la" -type f -exec rm -f "{}" \; # rename the binaries & manpages, don't need wrappers rename 's,.pl$$,,' $(CURDIR)/debian/tmp/usr/sbin/*.pl rename 's,.pl,,' $(CURDIR)/debian/tmp/usr/share/man/man8/*.pl.8 chmod -x $(CURDIR)/debian/tmp/etc/default/* \ $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/dirsrv/perl/* dh_install override_dh_link: sed -e"s/@MULTIARCH@/$(DEB_HOST_MULTIARCH)/g" \ debian/libds-admin-serv0.links.in > debian/libds-admin-serv0.links dh_link override_dh_installinit: dh_installinit --name dirsrv-admin -- defaults 15 85 override_dh_shlibdeps: dh_shlibdeps -l"debian/389-admin/usr/lib/$(DEB_HOST_MULTIARCH)/:debian/389-admin/usr/lib/$(DEB_HOST_MULTIARCH)/dirsrv" %: dh $@ --with quilt,autoreconf --builddir build/ debian/README.Debian0000644000000000000000000000014012224745143011226 0ustar To configure the dirsrv-admin service run /usr/sbin/setup-ds-admin and follow the instructions. debian/compat0000644000000000000000000000000212224745143010370 0ustar 9 debian/libds-admin-serv0.links.in0000644000000000000000000000013012224745143014053 0ustar usr/lib/@MULTIARCH@/libds-admin-serv.so.0.0.0 usr/lib/@MULTIARCH@/libds-admin-serv.so.0 debian/watch0000644000000000000000000000020112224745671010222 0ustar #git=git://git.fedorahosted.org/389/admin.git version=3 http://directory.fedoraproject.org/wiki/Source .*/389-admin-(.*).tar.bz2 debian/copyright0000644000000000000000000000677312224745143011142 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-name: 389-admin Source: http://directory.fedoraproject.org/sources/ Files: * Copyright: 2001 Sun Microsystems, Inc. 2005 Red Hat, Inc. License: GPL-2 Files: mod_admserv/* Copyright: 2001 Sun Microsystems, Inc. 2005 Red Hat, Inc. License: Apache-2.0 Files: mod_restartd/* Copyright: 2005 Red Hat, Inc. License: Apache-1.0 Files: debian/* Copyright: © 2008 Michele Baldessari License: GPL-2+ or Apache-2.0 or Apache-1.0 License: Apache-1.0 The Apache Software License, Version 1.1 . Copyright (c) 2000-2003 The Apache Software Foundation. All rights reserved. . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. The end-user documentation included with the redistribution, if any, must include the following acknowledgment: "This product includes software developed by the Apache Software Foundation (http://www.apache.org/)." Alternately, this acknowledgment may appear in the software itself, if and wherever such third-party acknowledgments normally appear. . 4. The names "Apache" and "Apache Software Foundation" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact apache@apache.org. . 5. Products derived from this software may not be called "Apache", nor may "Apache" appear in their name, without prior written permission of the Apache Software Foundation. . THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================== . This software consists of voluntary contributions made by many individuals on behalf of the Apache Software Foundation. For more information on the Apache Software Foundation, please see . . Portions of this software are based upon public domain software originally written at the National Center for Supercomputing Applications, University of Illinois, Urbana-Champaign. . Copyright (C) 2005 Red Hat, Inc. All rights reserved. License: GPL-2 or GPL-2+ On Debian machines the full text of the GNU General Public License can be found in the file /usr/share/common-licenses/GPL-2. License: Apache-2.0 On Debian machines the full text of the Apache-2.0 license can be found in the file /usr/share/common-licenses/Apache-2.0 debian/389-admin.install0000644000000000000000000000017412224745143012175 0ustar etc/dirsrv/admin-serv/*.conf etc/default/dirsrv-admin usr/sbin/* usr/share/dirsrv/* usr/lib/*/dirsrv/* usr/share/man/man8/*