[PATCH]: OpenLDAP - funktioniert und AVM Telefonbuch von aussen auslesbar

Danke.
hier wirst du wohl etwas selber Hand anlegen müssen - besser ist, du nimmst SVN trunk und lässt den Patch für die Berkeley DB weg, da der schon jetzt integriert ist.
Dann nehme ich SVN trunk. Was muss ich dazu eingeben ?
-> http://trac.freetz.org/wiki/help/howtos/common/newbie_start#StartenvonFreetz
Code:
$ svn checkout  http://svn.freetz.org/trunk freetz-trunk
...
Checked out revision 4390.
$

Das Shell Backend brauchst du nur für das Auslesen des Adressbuches.
Brauche ich das denn, wenn ich auf den LDAP (mit und ohne VPN) zugreifen möchte ?

... Weiterhin ist die Berkeley DB gross.
Darum möchte ich sie auslagern. Laut trac wiki habe ich ich 8 MB Flash Speicher.

Alles in allem brauchst du für beide ca. 500KB Speicher im Image.
Für beide = ldapd + Berkeley DB = 500 kB ? = groß ? Oder hab ich was falsch verstanden.
Ich möchte die DB mit den Adressbuch Einträgen extern auslagern.
Leider weiß ich noch nicht wie groß mein Image nach make wird.

Wenn du die hast, ist alles gut. Wenn nicht, dann musst du selber das external.mk anlegen um die in dein USB Verzeichnis zu schieben.
Wie geht das ?

Der Hauptgrund ist ein Zentrales Adressbuch für Thunderbird mit LDAP.

Danke nochmals.

Lösungsansatz für Config.in.rej und Makefile.in.rej:
Reject = Zurückweisen
Die Zeilennummern stimmen nicht, da einfach nicht so viele enthalten sind.
-> Den Inhalt aus der Config.in.rej -> Config.in
Code:
** Config.in.rej **

***************
*** 795,797 ****
  	default n
  	help
  		A POSIX wrapper interface to the Perl Compatible Regular Expression library
--- 795,804 ----
  	default n
  	help
  		A POSIX wrapper interface to the Perl Compatible Regular Expression library
+ 
+ config FREETZ_LIB_libdb
+         bool "Berkeley DB library (libdb.so)"
+         select FREETZ_LIB_libpthread
+         default n
+         help
+                 The Berkeley database library.

** -> Das obere vernachlässige ich. **
** Config.in **
config FREETZ_LIB_libdb
       bool "Berkeley DB library (libdb.so)"
       select FREETZ_LIB_libpthread
       default n
       help
             The Berkeley database library.
sowie Makefile.in.rej in Makefile.in manuell ans Ende hinzufügen:
Code:
** Makefile.in.rej **
***************
*** 206,208 ****
  LIBS+=gd
  endif
  
--- 206,211 ----
  LIBS+=gd
  endif
  
+ ifeq ($(strip $(FREETZ_LIB_libdb)),y)
+ LIBS+=db
+ endif



** -> Bei gd fehlt etwas. Also manuell hinzugefügt. **
** Makefile.in **
ifeq ($(strip $(FREETZ_LIB_libgd)),y)
LIBS+=gd
endif

ifeq ($(strip $(FREETZ_LIB_libdb)),y)
LIBS+=db
endif

02.03.10
Code:
...
*** Compile finished ***

If the main program and CGIs compiled without any errors, you
can continue with installing Nagios as follows (type 'make'
without any arguments for a list of all possible options):

  make install
     - This installs the main program, CGIs, and HTML files

  make install-init
     - This installs the init script in /etc/init.d

  make install-commandmode
     - This installs and configures permissions on the
       directory for holding the external command file

  make install-config
     - This installs *SAMPLE* config files in /mod/etc/nagios
       You'll have to modify these sample files before you can
       use Nagios.  Read the HTML documentation for more info
       on doing this.  Pay particular attention to the docs on
       object configuration files, as they determine what/how
       things get monitored!


*** Support Notes *******************************************

If you have questions about configuring or running Nagios,
please make sure that you:

     - Look at the sample config files
     - Read the HTML documentation
     - Read the FAQs online at http://www.nagios.org/faqs

before you post a question to one of the mailing lists.
Also make sure to include pertinent information that could
help others help you.  This might include:

     - What version of Nagios you are using
     - What version of the plugins you are using
     - Relevant snippets from your config files
     - Relevant error messages from the Nagios log file

For more information on obtaining support for Nagios, visit:

       http://www.nagios.org/support/

*************************************************************

Enjoy.

make[1]: Verlasse Verzeichnis '/home/freetz/freetz-1.1.2/source/nagios-2.11'
mkdir -p packages/nagios-2.11/root/usr/bin/
cp source/nagios-2.11/base/nagios packages/nagios-2.11/root/usr/bin/nagios
/home/freetz/freetz-1.1.2/toolchain/target/bin/mipsel-linux-uclibc-strip --remove-section={.comment,.note,.pdr} packages/nagios-2.11/root/usr/bin/nagios
mkdir -p packages/nagios-2.11/root/usr/bin/
cp source/nagios-2.11/base/nagiostats packages/nagios-2.11/root/usr/bin/nagiostats
/home/freetz/freetz-1.1.2/toolchain/target/bin/mipsel-linux-uclibc-strip --remove-section={.comment,.note,.pdr} packages/nagios-2.11/root/usr/bin/nagiostats
tar -C source  -xzf dl/db-4.8.26.tar.gz
shopt -s nullglob; for i in make/libs/patches/*.db.patch; do tools/freetz_patch source/db-4.8.26 $i; done
ERROR: modpatch: Error in patch-file make/libs/patches/100-no_docs.db.patch
make: *** [source/db-4.8.26/.unpacked] Fehler 2
Warum wurde das Image nicht erstellt ?
 
Zuletzt bearbeitet:
Ich habe das ganze jetzt nochmal auf Ubuntu 9.10 versucht:
nach http://trac.freetz.org/wiki/help/howtos/common/install
als Basis http://trac.freetz.org/snapshots/freetz-trunk-current.tar.bz2
und nur den openldap-20100125.patch
Code:
christian@client1:~/Freetz/freetz-trunk-4039$ make
touch -c /home/christian/Freetz/freetz-trunk-4039/toolchain/build/gcc-4.2.4-uClibc-0.9.29/mipsel-linux-uclibc/usr/lib/libc.a
for i in ld-uClibc-0.9.29.so ld-uClibc.so.0 libc.so libc.so.0 libcrypt-0.9.29.so libcrypt.so libcrypt.so.0 libdl-0.9.29.so libdl.so libdl.so.0 libm-0.9.29.so libm.so libm.so.0 libnsl-0.9.29.so libnsl.so libnsl.so.0 libpthread-0.9.29.so libpthread.so libpthread.so.0 libresolv-0.9.29.so libresolv.so libresolv.so.0 librt-0.9.29.so librt.so librt.so.0 libthread_db-0.9.29.so libthread_db.so libthread_db.so.1 libuClibc-0.9.29.so libutil-0.9.29.so libutil.so libutil.so.0 ; do \
		cp -a /home/christian/Freetz/freetz-trunk-4039/toolchain/build/gcc-4.2.4-uClibc-0.9.29/mipsel-linux-uclibc/lib/$i root/lib/$i; \
	done
sed -i -e 's|$(FREETZ_BASE_DIR)|/home/christian/Freetz/freetz-trunk-4039|g' /home/christian/Freetz/freetz-trunk-4039/toolchain/build/gcc-4.2.4-uClibc-0.9.29/mipsel-linux-uclibc/usr/lib/libc.so
ln -sf libuClibc-0.9.29.so root/lib/libc.so
touch -c root/lib/libc.so.0
cp -a /home/christian/Freetz/freetz-trunk-4039/toolchain/build/gcc-4.2.4-uClibc-0.9.29/mipsel-linux-uclibc/usr/mipsel-linux-uclibc/lib/libgcc_s* root/lib/
/home/christian/Freetz/freetz-trunk-4039/toolchain/target/bin/mipsel-linux-uclibc-strip --remove-section={.comment,.note,.pdr} root/lib/libgcc_s.so.1
chmod 755 /home/christian/Freetz/freetz-trunk-4039/toolchain/build/gcc-4.2.4-uClibc-0.9.29/mipsel-linux-uclibc/lib/libfreetz.so.1.0.0
mkdir -p root/lib/
cp -a /home/christian/Freetz/freetz-trunk-4039/toolchain/build/gcc-4.2.4-uClibc-0.9.29/mipsel-linux-uclibc/lib/libfreetz.so* root/lib/
/home/christian/Freetz/freetz-trunk-4039/toolchain/target/bin/mipsel-linux-uclibc-strip --remove-section={.comment,.note,.pdr} root/lib/libfreetz.so.1.0.0
chmod 755 /home/christian/Freetz/freetz-trunk-4039/toolchain/build/gcc-4.2.4-uClibc-0.9.29/mipsel-linux-uclibc/usr/lib/libz.so.1.2.3
mkdir -p root/lib/
cp -a /home/christian/Freetz/freetz-trunk-4039/toolchain/build/gcc-4.2.4-uClibc-0.9.29/mipsel-linux-uclibc/usr/lib/libz.so* root/lib/
/home/christian/Freetz/freetz-trunk-4039/toolchain/target/bin/mipsel-linux-uclibc-strip --remove-section={.comment,.note,.pdr} root/lib/libz.so.1.2.3
make: *** Keine Regel vorhanden, um das Target »db-precompiled«, 
  benötigt von »openldap-precompiled--int«, zu erstellen.  Schluss.
christian@client1:~/Freetz/freetz-trunk-4039$ make
make: *** Keine Regel vorhanden, um das Target »db-precompiled«, 
  benötigt von »openldap-precompiled--int«, zu erstellen.  Schluss.
christian@client1:~/Freetz/freetz-trunk-4039$

Anscheinend braucht man sie doch aber trotzdem klappt es nicht:
Code:
... die ganzen Dateien der Berkely DB ...
db-4.8.26/txn/txn_util.c
shopt -s nullglob; for i in make/libs/patches/*.db.patch; do tools/freetz_patch source/db-4.8.26 $i; done
applying patch file make/libs/patches/100-no_docs.db.patch
patching file dist/Makefile.in
----------------------------------------------------------------------
touch source/db-4.8.26/.unpacked
( cd source/db-4.8.26;  rm -f config.{cache,status} ; ln -sf ../dist/configure build_unix/ ; FREETZ_TARGET_LFS="y" source /home/christian/Freetz/freetz-trunk-4039/make/config.mipsel ;  PATH=""/home/christian/Freetz/freetz-trunk-4039/toolchain/target/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"" CC="/home/christian/Freetz/freetz-trunk-4039/toolchain/target/bin/mipsel-linux-uclibc-gcc" CXX="/home/christian/Freetz/freetz-trunk-4039/toolchain/target/bin/mipsel-linux-uclibc-g++-uc" CFLAGS="-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CXXFLAGS="-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" LDFLAGS="" PKG_CONFIG_PATH="/home/christian/Freetz/freetz-trunk-4039/toolchain/target/bin/../lib/pkgconfig"  ./configure   --cache-file=/home/christian/Freetz/freetz-trunk-4039/make/config.cache --target=mipsel-linux --host=mipsel-linux --build=i386-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --datadir=/usr/share --includedir=/usr/include --infodir=/usr/share/info --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var --mandir=/usr/share/man --sbindir=/usr/sbin --sysconfdir=/etc --with-gnu-ld --disable-nls  --srcdir=../dist/ --disable-static --disable-cxx --disable-java --disable-stl --disable-compat185 --disable-tcl --enable-smallbuild )
/bin/bash: ./configure: No such file or directory
make: *** [source/db-4.8.26/.configured] Fehler 127
christian@client1:~/Freetz/freetz-trunk-4039$

Spiele ich die falschen Patches ein oder muss ich im make menuconfig noch andere Optionen festlegen ?

Code:
#
# Automatically generated make config: don't edit
#
FREETZ_HAVE_DOT_CONFIG=y

#
# General --------------------------------
#
FREETZ_AVM_VERSION_04_70=y
# FREETZ_TYPE_300IP_AS_FON is not set
# FREETZ_TYPE_2170 is not set
# FREETZ_TYPE_FON is not set
# FREETZ_TYPE_FON_5010 is not set
# FREETZ_TYPE_FON_5050 is not set
# FREETZ_TYPE_FON_5140 is not set
# FREETZ_TYPE_FON_WLAN is not set
# FREETZ_TYPE_FON_WLAN_7050 is not set
# FREETZ_TYPE_FON_WLAN_7112 is not set
# FREETZ_TYPE_FON_WLAN_7113 is not set
# FREETZ_TYPE_FON_WLAN_7140 is not set
# FREETZ_TYPE_FON_WLAN_7141 is not set
# FREETZ_TYPE_FON_7150 is not set
FREETZ_TYPE_FON_WLAN_7170=y
# FREETZ_TYPE_FON_WLAN_7240 is not set
# FREETZ_TYPE_FON_WLAN_7270 is not set
# FREETZ_TYPE_FON_WLAN_7270_V3 is not set
# FREETZ_TYPE_WLAN_3020 is not set
# FREETZ_TYPE_WLAN_3030 is not set
# FREETZ_TYPE_WLAN_3130 is not set
# FREETZ_TYPE_WLAN_3131 is not set
# FREETZ_TYPE_WLAN_3170 is not set
# FREETZ_TYPE_WLAN_3270 is not set
# FREETZ_TYPE_WLAN_3270_V3 is not set
# FREETZ_TYPE_SPEEDPORT_W501V is not set
# FREETZ_TYPE_CUSTOM is not set
FREETZ_TYPE_LABOR=y
FREETZ_TYPE_LABOR_DSL=y
# FREETZ_TYPE_LABOR_IPV6 is not set
# FREETZ_TYPE_LABOR_BETA is not set
# FREETZ_TYPE_LABOR_CORE is not set
# FREETZ_TYPE_ALIEN_HARDWARE is not set
FREETZ_AVM_VERSION_STRING="04.70"
FREETZ_TYPE_LANG_DE=y
# FREETZ_TYPE_LANG_A_CH is not set
# FREETZ_TYPE_LANG_EN is not set
FREETZ_TYPE_LANG_STRING="de"
FREETZ_TYPE_STRING="7170_labor_dsl"
FREETZ_INSTALL_BASE=y
FREETZ_REPLACE_BUSYBOX=y
FREETZ_REPLACE_KERNEL_AVAILABLE=y
# FREETZ_SHOW_ADVANCED is not set
FREETZ_TARGET_REF="8mb_26"
FREETZ_KERNEL_REF="8mb_26"
FREETZ_KERNEL_LAYOUT="ohio"
FREETZ_KERNEL_MTD_SIZE=119
FREETZ_HAS_PHONE=y
FREETZ_HAS_TAM=y
FREETZ_HAS_WLAN=y
# FREETZ_HAS_USB_CLIENT is not set
FREETZ_HAS_USB_HOST=y
# FREETZ_HAS_AVM_INETD is not set
FREETZ_HAS_LIBSSL=y

#
# Mod ------------------------------------
#
FREETZ_LANG_DE=y
# FREETZ_LANG_EN is not set
FREETZ_LANG_STRING="de"

#
# Patches
#

#
# Remove Brandings
#
# FREETZ_REMOVE_BRANDING_1und1 is not set
# FREETZ_REMOVE_BRANDING_avm is not set
# FREETZ_REMOVE_BRANDING_freenet is not set
# FREETZ_REMOVE_HELP is not set
# FREETZ_REMOVE_ASSISTANT is not set
FREETZ_PATCH_ENUM=y
FREETZ_PATCH_SIGNED=y
# FREETZ_PATCH_ALARMCLOCK is not set
FREETZ_PATCH_USBSTORAGE=y
FREETZ_USBSTORAGE_AUTOMOUNT=y
# FREETZ_AUTOMOUNT_EXT2 is not set
# FREETZ_AUTOMOUNT_EXT3 is not set
# FREETZ_AUTOMOUNT_NTFS is not set
# FREETZ_AUTOMOUNT_REISER_FS is not set
# FREETZ_AUTORUN_AUTOEND is not set
# FREETZ_PATCH_MAXDEVCOUNT is not set
# FREETZ_PATCH_MULTIPLE_PRINTERS is not set
# FREETZ_PATCH_GETCONS is not set
# FREETZ_REMOVE_SUPPORT is not set
# FREETZ_REMOVE_UPNP is not set
# FREETZ_REMOVE_USERMAN is not set
# FREETZ_REMOVE_CAPIOVERTCP is not set
# FREETZ_REMOVE_DTRACE is not set

#
# Package selection
#

#
# Standard packages
#
# FREETZ_PACKAGE_BFTPD is not set
# FREETZ_PACKAGE_BIRD is not set
# FREETZ_PACKAGE_BRIDGE_UTILS is not set
# FREETZ_PACKAGE_CALLMONITOR is not set
# FREETZ_PACKAGE_CHECKMAILD is not set
# FREETZ_PACKAGE_CIFSMOUNT is not set
# FREETZ_PACKAGE_CPMACCFG is not set
# FREETZ_PACKAGE_CURL is not set
# FREETZ_PACKAGE_DECO is not set
# FREETZ_PACKAGE_DNSMASQ is not set
FREETZ_PACKAGE_DROPBEAR=y
# FREETZ_PACKAGE_DROPBEAR_SERVER_ONLY is not set
FREETZ_PACKAGE_DROPBEAR_WITH_ZLIB=y
FREETZ_PACKAGE_DROPBEAR_DISABLE_HOST_LOOKUP=y
# FREETZ_PACKAGE_DTMFBOX is not set
# FREETZ_PACKAGE_ESPEAK is not set
# FREETZ_PACKAGE_FUSE is not set
# FREETZ_PACKAGE_INETD is not set
# FREETZ_PACKAGE_KNOCK is not set
# FREETZ_PACKAGE_MC is not set
# FREETZ_PACKAGE_MINI_FO is not set
# FREETZ_PACKAGE_MTR is not set
# FREETZ_PACKAGE_NANO is not set
# FREETZ_PACKAGE_NETCAT is not set
# FREETZ_PACKAGE_NETSNMP is not set
# FREETZ_PACKAGE_NTFS is not set
# FREETZ_PACKAGE_OPENNTPD is not set
# FREETZ_PACKAGE_OPENVPN is not set
# FREETZ_PACKAGE_PINGTUNNEL is not set
# FREETZ_PACKAGE_PRIVOXY is not set
# FREETZ_PACKAGE_RCAPID is not set
# FREETZ_PACKAGE_SAMBA is not set
# FREETZ_PACKAGE_SCREEN is not set
# FREETZ_PACKAGE_STUNNEL is not set
# FREETZ_PACKAGE_TCPDUMP is not set
# FREETZ_PACKAGE_TOR is not set
# FREETZ_PACKAGE_VPNC is not set
# FREETZ_PACKAGE_VSFTPD is not set

#
# Web interface
#
FREETZ_PACKAGE_AUTHORIZED_KEYS=y
# FREETZ_PACKAGE_AVM_FIREWALL is not set
# FREETZ_PACKAGE_CPMACCFG_CGI is not set
# FREETZ_PACKAGE_DOWNLOADER is not set
# FREETZ_PACKAGE_NFSD_CGI is not set
# FREETZ_PACKAGE_NHIPT is not set
# FREETZ_PACKAGE_ONLINECHANGED_CGI is not set
# FREETZ_PACKAGE_PPP_CGI is not set
# FREETZ_PACKAGE_RRDSTATS is not set
# FREETZ_PACKAGE_SPINDOWN_CGI is not set
# FREETZ_PACKAGE_SYSLOGD_CGI is not set
# FREETZ_PACKAGE_TRANSMISSION_CGI is not set
# FREETZ_PACKAGE_VIRTUALIP_CGI is not set
# FREETZ_PACKAGE_WOL_CGI is not set

#
# Debug helpers
#
# FREETZ_PACKAGE_LDD is not set
# FREETZ_PACKAGE_LSOF is not set
# FREETZ_PACKAGE_LTRACE is not set
# FREETZ_PACKAGE_NANO_SHELL is not set
# FREETZ_PACKAGE_PCIUTILS is not set
# FREETZ_PACKAGE_STRACE is not set
# FREETZ_PACKAGE_USBUTILS is not set

#
# Testing
#
# FREETZ_PACKAGE_APACHE is not set
# FREETZ_PACKAGE_BASH is not set
# FREETZ_PACKAGE_BFUSB is not set
# FREETZ_PACKAGE_BIP is not set
# FREETZ_PACKAGE_BLUEZ_UTILS is not set
# FREETZ_PACKAGE_BR2684CTL is not set
# FREETZ_PACKAGE_CTORRENT is not set
# FREETZ_PACKAGE_DAVFS2 is not set
# FREETZ_PACKAGE_DEBOOTSTRAP is not set
# FREETZ_PACKAGE_DIGITEMP is not set
# FREETZ_PACKAGE_DNS2TCP is not set
# FREETZ_PACKAGE_DOSFSTOOLS is not set
# FREETZ_PACKAGE_DTACH is not set
# FREETZ_PACKAGE_E2FSPROGS is not set
# FREETZ_PACKAGE_EMPTY is not set
# FREETZ_PACKAGE_FORTUNE is not set
FREETZ_PACKAGE_FSTYP=y
# FREETZ_PACKAGE_GNU_MAKE is not set
# FREETZ_PACKAGE_GOCR is not set
# FREETZ_PACKAGE_HD_IDLE is not set
# FREETZ_PACKAGE_HTOP is not set
# FREETZ_PACKAGE_HTTPTUNNEL is not set
# FREETZ_PACKAGE_INADYN_MT is not set
# FREETZ_PACKAGE_INOTIFY_TOOLS is not set
# FREETZ_PACKAGE_IODINE is not set
# FREETZ_PACKAGE_IPTRAF is not set
# FREETZ_PACKAGE_IRSSI is not set
# FREETZ_PACKAGE_JAMVM is not set
# FREETZ_PACKAGE_LIGHTTPD is not set
# FREETZ_PACKAGE_LYNX is not set
# FREETZ_PACKAGE_LUA is not set
# FREETZ_PACKAGE_MADPLAY is not set
# FREETZ_PACKAGE_MATRIXTUNNEL is not set
# FREETZ_PACKAGE_MCABBER is not set
FREETZ_PACKAGE_MICROPERL=y
FREETZ_PACKAGE_MICROPERL_MODULES=""
# FREETZ_PACKAGE_MODULE_INIT_TOOLS is not set
FREETZ_PACKAGE_NAGIOS=y
# FREETZ_PACKAGE_NCFTP is not set
# FREETZ_PACKAGE_NETPBM is not set
# FREETZ_PACKAGE_NOIP is not set
# FREETZ_PACKAGE_NDAS is not set
# FREETZ_PACKAGE_NFS_UTILS is not set
# FREETZ_PACKAGE_NGIRCD is not set
# FREETZ_PACKAGE_NMAP is not set
# FREETZ_PACKAGE_OBEXFTP is not set
FREETZ_PACKAGE_OPENLDAP=y
FREETZ_PACKAGE_OPENLDAP_WITH_SSL=y
FREETZ_PACKAGE_OPENLDAP_STATIC=y

#
# OpenLDAP server (slapd) Options
#

#
# Select the options you want to have included in the SLAPD
#
# FREETZ_PACKAGE_OPENLDAP_DEBUG is not set
# FREETZ_PACKAGE_OPENLDAP_SYNCREPL is not set
FREETZ_PACKAGE_OPENLDAP_DBBACK=y
# FREETZ_PACKAGE_OPENLDAP_SHELLBACK is not set

#
# OpenSSH
#
# FREETZ_PACKAGE_OPENSSH_SSHD is not set
# FREETZ_PACKAGE_OPENSSH_CLIENT is not set
# FREETZ_PACKAGE_OPENSSH_SCP is not set
# FREETZ_PACKAGE_OPENSSH_CLIENTUTILS is not set
# FREETZ_PACKAGE_OPENSSH_KEYUTILS is not set
# FREETZ_PACKAGE_OPENSSH_SFTPCLIENT is not set
# FREETZ_PACKAGE_OPENSSH_SFTP is not set
# FREETZ_PACKAGE_OWFS is not set
# FREETZ_PACKAGE_PHP is not set
# FREETZ_PACKAGE_PORTMAP is not set
# FREETZ_PACKAGE_POLIPO is not set
# FREETZ_PACKAGE_PPPD_CHAT is not set
# FREETZ_PACKAGE_QUAGGA is not set
# FREETZ_PACKAGE_RRDTOOL is not set
# FREETZ_PACKAGE_RSYNC is not set
# FREETZ_PACKAGE_RUBY is not set
# FREETZ_PACKAGE_SABLEVM_SDK is not set
# FREETZ_PACKAGE_SER2NET is not set
# FREETZ_PACKAGE_SISPMCTL is not set
# FREETZ_PACKAGE_SLURM is not set
# FREETZ_PACKAGE_SOCAT is not set
# FREETZ_PACKAGE_SPAWN_FCGI is not set
# FREETZ_PACKAGE_SQLITE is not set
# FREETZ_PACKAGE_SQUID is not set
# FREETZ_PACKAGE_STREAMRIPPER is not set
# FREETZ_PACKAGE_SUBVERSION is not set
# FREETZ_PACKAGE_SYNCE_DCCM is not set
# FREETZ_PACKAGE_SYNCE_SERIAL is not set
# FREETZ_PACKAGE_TCP_WRAPPERS is not set
# FREETZ_PACKAGE_TCPPROXY is not set
# FREETZ_PACKAGE_TINYPROXY is not set
# FREETZ_PACKAGE_TRANSMISSION is not set
# FREETZ_PACKAGE_TREE is not set
# FREETZ_PACKAGE_UNRAR is not set
# FREETZ_PACKAGE_USBROOT is not set
# FREETZ_PACKAGE_VIM is not set
# FREETZ_PACKAGE_VNSTAT is not set
# FREETZ_PACKAGE_VTUN is not set
# FREETZ_PACKAGE_WGET is not set
# FREETZ_PACKAGE_WOL is not set
# FREETZ_PACKAGE_WPUT is not set
# FREETZ_PACKAGE_XPDF is not set
# FREETZ_PACKAGE_XRELAYD is not set
FREETZ_PACKAGE_HASERL=y
FREETZ_PACKAGE_MODCGI=y

#
# Advanced options
#
# FREETZ_DL_OVERRIDE is not set
FREETZ_DL_SOURCE="FRITZ.Box_Fon_WLAN_7170.Labor.29.04.99-14119.image"

#
# Freetz package download sites
#
FREETZ_MOD_DL_NUM_SITES="5"

#
# Download site #1 - default: http://freetz.3dfxatwork.de
#
FREETZ_MOD_DL_SITE_1="http://freetz.3dfxatwork.de"

#
# Download site #2 - default: http://freetz.wirsind.info
#
FREETZ_MOD_DL_SITE_2="http://freetz.wirsind.info"

#
# Download site #3 - default: http://freetz.magenbrot.net
#
FREETZ_MOD_DL_SITE_3="http://freetz.magenbrot.net"

#
# Download site #4 - default: empty (reserved for later use)
#
FREETZ_MOD_DL_SITE_4=""

#
# Download site #5 - user-defined
#
FREETZ_MOD_DL_SITE_5=""
FREETZ_SECURITY_LEVEL=1
FREETZ_VERBOSITY_LEVEL=2
FREETZ_FAVICON_NONE=y
# FREETZ_FAVICON_DSL123 is not set
# FREETZ_FAVICON_CUMA is not set
# FREETZ_FAVICON_HANSOLO is not set
FREETZ_FAVICON_STRING="none"
FREETZ_SUBVERSION_STRING=y
FREETZ_DEVELOPER_VERSION_STRING=y
FREETZ_STYLE_COLORED=y
# FREETZ_STYLE_GREY is not set
FREETZ_STYLE="colored"
FREETZ_USER_DEFINED_COMMENT=""

#
# External
#
# EXTERNAL_ENABLED is not set
# FREETZ_SQUASHFS_BLOCKSIZE_ORIG is not set
# FREETZ_SQUASHFS_BLOCKSIZE_16384 is not set
# FREETZ_SQUASHFS_BLOCKSIZE_32768 is not set
FREETZ_SQUASHFS_BLOCKSIZE_65536=y
# FREETZ_SQUASHFS_BLOCKSIZE_131072 is not set

#
# BusyBox options
#
# FREETZ_BUSYBOX_AR is not set
# FREETZ_BUSYBOX_DIFF is not set
FREETZ_BUSYBOX_INETD=y
# FREETZ_BUSYBOX_IP is not set
# FREETZ_BUSYBOX_PATCH is not set
# FREETZ_BUSYBOX_START_STOP_DAEMON is not set
FREETZ_BUSYBOX_WGET=y
# FREETZ_BUSYBOX_LESS is not set
# FREETZ_BUSYBOX_NICE is not set
# FREETZ_BUSYBOX_LS_COLOR is not set
# FREETZ_BUSYBOX_FASTPROC is not set
# FREETZ_BUSYBOX_KEYS is not set
# FREETZ_BUSYBOX_BRCTL is not set
# FREETZ_BUSYBOX_UDHCPD is not set
# FREETZ_BUSYBOX_UDHCPC is not set
# FREETZ_BUSYBOX_SEQ is not set
# FREETZ_BUSYBOX_TAC is not set
# FREETZ_BUSYBOX_MDEV_RENAME is not set
# FREETZ_BUSYBOX_MOUNT_HELPERS is not set
# FREETZ_BUSYBOX_MOUNT_LABEL is not set
# FREETZ_BUSYBOX_VOLUMEID is not set

#
# Kernel modules
#

#
# crypto
#
# FREETZ_MODULE_aes is not set
# FREETZ_MODULE_arc4 is not set
# FREETZ_MODULE_sha1 is not set
# FREETZ_MODULE_sha256 is not set

#
# drivers
#
# FREETZ_MODULE_loop is not set
# FREETZ_MODULE_nbd is not set
# FREETZ_MODULE_cdrom is not set
# FREETZ_MODULE_capiconn is not set
# FREETZ_MODULE_nand is not set
# FREETZ_MODULE_ohio_nand is not set
# FREETZ_MODULE_dummy is not set
# FREETZ_MODULE_ppp_async is not set
# FREETZ_MODULE_ppp_deflate is not set
# FREETZ_MODULE_ppp_generic is not set
# FREETZ_MODULE_pppoe is not set
# FREETZ_MODULE_pppox is not set
# FREETZ_MODULE_ppp_mppe_mppc is not set
# FREETZ_MODULE_scsi_mod is not set
# FREETZ_MODULE_sd_mod is not set
# FREETZ_MODULE_sg is not set
# FREETZ_MODULE_sr_mod is not set
# FREETZ_MODULE_slhc is not set
# FREETZ_MODULE_usblp is not set
# FREETZ_MODULE_usb_storage is not set
# FREETZ_MODULE_usbmon is not set
# FREETZ_MODULE_usbcore is not set
# FREETZ_MODULE_usbip is not set
# FREETZ_MODULE_usbip_common_mod is not set
# FREETZ_MODULE_usbserial is not set
# FREETZ_MODULE_ipaq is not set
# FREETZ_MODULE_pl2303 is not set
# FREETZ_MODULE_ftdi_sio is not set
# FREETZ_MODULE_hci_usb is not set
# FREETZ_MODULE_bfusb is not set
# FREETZ_MODULE_firmware_class is not set
# FREETZ_MODULE_dm_mod is not set
# FREETZ_MODULE_dm_crypt is not set
# FREETZ_MODULE_option is not set

#
# fs
#
# FREETZ_MODULE_cifs is not set
# FREETZ_MODULE_coda is not set
# FREETZ_MODULE_ext3 is not set
# FREETZ_MODULE_ext2 is not set
# FREETZ_MODULE_fat is not set
# FREETZ_MODULE_hfs is not set
# FREETZ_MODULE_hfsplus is not set
# FREETZ_MODULE_fuse is not set
# FREETZ_MODULE_jbd is not set
# FREETZ_MODULE_lockd is not set
# FREETZ_MODULE_mini_fo is not set
# FREETZ_MODULE_minix is not set

#
# ndas
#
# FREETZ_MODULE_ndas_block is not set
# FREETZ_MODULE_ndas_core is not set
# FREETZ_MODULE_ndas_sal is not set
# FREETZ_MODULE_nfsd is not set
# FREETZ_MODULE_exportfs is not set
# FREETZ_MODULE_nfs is not set
# FREETZ_MODULE_nls_cp437 is not set
# FREETZ_MODULE_nls_cp852 is not set
# FREETZ_MODULE_nls_iso8859_15 is not set
# FREETZ_MODULE_nls_iso8859_1 is not set
# FREETZ_MODULE_nls_utf8 is not set
# FREETZ_MODULE_ntfs is not set
# FREETZ_MODULE_reiserfs is not set
# FREETZ_MODULE_smbfs is not set
# FREETZ_MODULE_udf is not set
# FREETZ_MODULE_unionfs is not set
# FREETZ_MODULE_vfat is not set
# FREETZ_MODULE_msdods is not set
# FREETZ_MODULE_jffs2 is not set
# FREETZ_MODULE_mbcache is not set

#
# lib
#
# FREETZ_MODULE_crc_ccitt is not set

#
# net
#
# FREETZ_MODULE_bluetooth is not set
# FREETZ_MODULE_bnep is not set
# FREETZ_MODULE_l2cap is not set
# FREETZ_MODULE_rfcomm is not set
# FREETZ_MODULE_sunrpc is not set

#
# Shared libraries
#

#
# Libraries -------------------------------
#
# FREETZ_LIB_libapr is not set
# FREETZ_LIB_libaprutil is not set
# FREETZ_LIB_libatm is not set
# FREETZ_LIB_libbluetooth is not set
# FREETZ_LIB_libopenobex is not set

#
# Crypto & SSL
#

#
# GMP ------------------------------------
#
# FREETZ_LIB_libgmp is not set

#
# GnuPG ----------------------------------
#
# FREETZ_LIB_libgpg_error is not set
# FREETZ_LIB_libgcrypt is not set

#
# SSL ------------------------------------
#
# FREETZ_LIB_libcyassl is not set
# FREETZ_LIB_libmatrixssl is not set
# FREETZ_LIB_libxyssl is not set
# FREETZ_LIB_libcrypto is not set

#
# Data compression
#
# FREETZ_LIB_liblzo2 is not set
FREETZ_LIB_libz=y

#
# e2fsprogs libraries
#
# FREETZ_LIB_libblkid is not set
# FREETZ_LIB_libcom_err is not set
# FREETZ_LIB_libe2p is not set
# FREETZ_LIB_libext2fs is not set
# FREETZ_LIB_libss is not set
# FREETZ_LIB_libuuid is not set

#
# Graphics & fonts
#
# FREETZ_LIB_libfreetype is not set
# FREETZ_LIB_libart_lgpl_2 is not set
# FREETZ_LIB_libjpeg is not set
# FREETZ_LIB_libpng12 is not set

#
# uClibc
#
FREETZ_LIB_ld_uClibc=y
FREETZ_LIB_libcrypt=y
FREETZ_LIB_libdl=y
FREETZ_LIB_libm=y
FREETZ_LIB_libnsl=y
FREETZ_LIB_libpthread=y
# FREETZ_LIB_libresolv is not set
FREETZ_LIB_librt=y
# FREETZ_LIB_libthread_db is not set
FREETZ_LIB_libuClibc=y
FREETZ_LIB_libutil=y
# FREETZ_LIB_libuClibc__ is not set
FREETZ_LIB_libgcc_s=y
# FREETZ_LIB_libglib_1 is not set

#
# GLib2
#
# FREETZ_LIB_libglib_2 is not set
# FREETZ_LIB_libgio_2 is not set
# FREETZ_LIB_libgobject_2 is not set
# FREETZ_LIB_libgmodule_2 is not set
# FREETZ_LIB_libgthread_2 is not set

#
# ncurses
#
# FREETZ_LIB_libncurses is not set

#
# terminfo database
#

#
# Select terminfo database entries to install (see help of 'Show all items')
#
# FREETZ_SHARE_terminfo is not set
# FREETZ_LIB_libform is not set
# FREETZ_LIB_libmenu is not set
# FREETZ_LIB_libpanel is not set
# FREETZ_LIB_libcapi20 is not set
# FREETZ_LIB_libcurl is not set
# FREETZ_LIB_libevent is not set
# FREETZ_LIB_libexpat is not set
# FREETZ_LIB_libid3tag is not set
# FREETZ_LIB_libltdl is not set
# FREETZ_LIB_libmad is not set
# FREETZ_LIB_libneon is not set
# FREETZ_LIB_libnetpbm is not set
# FREETZ_LIB_libpcap is not set

#
# Readline
#
# FREETZ_LIB_libreadline is not set
# FREETZ_LIB_libhistory is not set
# FREETZ_LIB_libsqlite3 is not set
# FREETZ_LIB_libusb is not set
# FREETZ_LIB_libelf is not set
# FREETZ_LIB_libintl is not set
# FREETZ_LIB_libiconv is not set
# FREETZ_LIB_libftdi is not set
# FREETZ_LIB_libsynce is not set
# FREETZ_LIB_libsysfs is not set
# FREETZ_LIB_libpopt is not set
# FREETZ_LIB_libdevmapper is not set
FREETZ_LIB_libfreetz=y
# FREETZ_LIB_libpcre is not set
# FREETZ_LIB_libpcreposix is not set

#
# Compiler options
#
FREETZ_DOWNLOAD_TOOLCHAIN=y
# FREETZ_BUILD_TOOLCHAIN is not set
FREETZ_TARGET_CROSS="mipsel-linux-uclibc-"
FREETZ_TARGET_MAKE_PATH="toolchain/target/bin"
FREETZ_TARGET_CFLAGS="-Os -pipe -march=4kc -Wa,--trap"
FREETZ_JLEVEL=2
FREETZ_KERNEL_CROSS="mipsel-unknown-linux-gnu-"
FREETZ_KERNEL_MAKE_PATH="toolchain/kernel/bin"
FREETZ_KERNEL_VERSION_2_6_13_1=y
# FREETZ_KERNEL_VERSION_2_6_19_2 is not set
FREETZ_KERNEL_VERSION="2.6.13.1"
# FREETZ_TARGET_UCLIBC_VERSION_0_9_28 is not set
FREETZ_TARGET_UCLIBC_VERSION_0_9_29=y
# FREETZ_TARGET_UCLIBC_VERSION_0_9_30 is not set
# FREETZ_TARGET_COMPILER_GCC_4_1_2_UCLIBC_0_9_28 is not set
# FREETZ_TARGET_COMPILER_GCC_4_2_4_UCLIBC_0_9_28 is not set
FREETZ_TARGET_COMPILER_GCC_4_2_4_UCLIBC_0_9_29=y
# FREETZ_TARGET_COMPILER_GCC_4_3_3_UCLIBC_0_9_29 is not set
# FREETZ_TARGET_COMPILER_GCC_4_3_3_UCLIBC_0_9_30 is not set
FREETZ_TARGET_GCC_VERSION="4.2.4"
FREETZ_TARGET_UCLIBC_VERSION="0.9.29"
FREETZ_TARGET_BINUTILS_VERSION="2.18"
FREETZ_TARGET_UCLIBC_REF="mod"
# FREETZ_STATIC_TOOLCHAIN is not set
FREETZ_TARGET_GXX=y
FREETZ_TARGET_CCACHE=y
# FREETZ_TARGET_NLS is not set
FREETZ_TARGET_LFS=y
FREETZ_KERNEL_GCC_VERSION="3.4.6"
FREETZ_KERNEL_BINUTILS_VERSION="2.17.50.0.17"
# FREETZ_TARGET_TOOLCHAIN is not set

#
# GNU debugger (gdb)
#
# FREETZ_PACKAGE_GDB is not set
# FREETZ_PACKAGE_GDB_SERVER is not set
# FREETZ_PACKAGE_GDB_HOST is not set
 
Zuletzt bearbeitet:
Neue Erkenntnisse:
Mir ist es gelungen, ein image zu bauen und in meine Fritz!Box 7170 einzuspielen. Da auf dem AVM FTP ja nur noch die 29.04.80 liegt musste ich die Labor Version 29.04.99-14119 verwenden (steht ja auch in der .config).
Code:
*** .config direkt aus Freetz kopiert ***

FREETZ_HAVE_DOT_CONFIG=y
FREETZ_AVM_VERSION_04_70=y
FREETZ_TYPE_FON_WLAN_7170=y
FREETZ_TYPE_LABOR=y
FREETZ_TYPE_LABOR_DSL=y
FREETZ_AVM_VERSION_STRING="04.70"
FREETZ_TYPE_LANG_DE=y
FREETZ_TYPE_LANG_STRING="de"
FREETZ_TYPE_STRING="7170_labor_dsl"
FREETZ_INSTALL_BASE=y
FREETZ_REPLACE_BUSYBOX=y
FREETZ_REPLACE_KERNEL_AVAILABLE=y
FREETZ_TARGET_REF="8mb_26"
FREETZ_KERNEL_REF="8mb_26"
FREETZ_KERNEL_LAYOUT="ohio"
FREETZ_KERNEL_MTD_SIZE=119
FREETZ_HAS_PHONE=y
FREETZ_HAS_TAM=y
FREETZ_HAS_WLAN=y
FREETZ_HAS_USB_HOST=y
FREETZ_HAS_LIBSSL=y
FREETZ_LANG_DE=y
FREETZ_LANG_STRING="de"
FREETZ_PATCH_ENUM=y
FREETZ_PATCH_SIGNED=y
FREETZ_PATCH_USBSTORAGE=y
FREETZ_USBSTORAGE_AUTOMOUNT=y
FREETZ_PACKAGE_DROPBEAR=y
FREETZ_PACKAGE_DROPBEAR_WITH_ZLIB=y
FREETZ_PACKAGE_DROPBEAR_DISABLE_HOST_LOOKUP=y
FREETZ_PACKAGE_AUTHORIZED_KEYS=y
FREETZ_PACKAGE_FSTYP=y
FREETZ_PACKAGE_MICROPERL=y
FREETZ_PACKAGE_MICROPERL_MODULES=""
FREETZ_PACKAGE_NAGIOS=y
FREETZ_PACKAGE_HASERL=y
FREETZ_PACKAGE_MODCGI=y
FREETZ_DL_SOURCE="FRITZ.Box_Fon_WLAN_7170.Labor.29.04.99-14119.image"
FREETZ_MOD_DL_NUM_SITES="5"
FREETZ_MOD_DL_SITE_1="http://freetz.3dfxatwork.de"
FREETZ_MOD_DL_SITE_2="http://freetz.wirsind.info"
FREETZ_MOD_DL_SITE_3="http://freetz.magenbrot.net"
FREETZ_MOD_DL_SITE_4=""
FREETZ_MOD_DL_SITE_5=""
FREETZ_SECURITY_LEVEL=1
FREETZ_VERBOSITY_LEVEL=2
FREETZ_FAVICON_NONE=y
FREETZ_FAVICON_STRING="none"
FREETZ_SUBVERSION_STRING=y
FREETZ_DEVELOPER_VERSION_STRING=y
FREETZ_STYLE_COLORED=y
FREETZ_STYLE="colored"
FREETZ_USER_DEFINED_COMMENT=""
EXTERNAL_ENABLED=y
EXTERNAL_CREATEPAK=y
EXTERNAL_CUSTOM_DIR=y
EXTERNAL_CUSTOM_DIRNAME="/var/media/ftp/Generic-USBSMReader-01/freetz/"
EXTERNAL_DIRECTORY="/var/media/ftp/Generic-USBSMReader-01/freetz/"
EXTERNAL_FREETZ_PACKAGE_MICROPERL=y
FREETZ_SQUASHFS_BLOCKSIZE_65536=y
FREETZ_BUSYBOX_INETD=y
FREETZ_BUSYBOX_WGET=y
FREETZ_LIB_libz=y
FREETZ_LIB_ld_uClibc=y
FREETZ_LIB_libcrypt=y
FREETZ_LIB_libdl=y
FREETZ_LIB_libm=y
FREETZ_LIB_libnsl=y
FREETZ_LIB_libpthread=y
FREETZ_LIB_librt=y
FREETZ_LIB_libuClibc=y
FREETZ_LIB_libutil=y
FREETZ_LIB_libgcc_s=y
FREETZ_LIB_libfreetz=y
FREETZ_DOWNLOAD_TOOLCHAIN=y
FREETZ_TARGET_CROSS="mipsel-linux-uclibc-"
FREETZ_TARGET_MAKE_PATH="toolchain/target/bin"
FREETZ_TARGET_CFLAGS="-Os -pipe -march=4kc -Wa,--trap"
FREETZ_JLEVEL=2
FREETZ_KERNEL_CROSS="mipsel-unknown-linux-gnu-"
FREETZ_KERNEL_MAKE_PATH="toolchain/kernel/bin"
FREETZ_KERNEL_VERSION_2_6_13_1=y
FREETZ_KERNEL_VERSION="2.6.13.1"
FREETZ_TARGET_UCLIBC_VERSION_0_9_29=y
FREETZ_TARGET_COMPILER_GCC_4_2_4_UCLIBC_0_9_29=y
FREETZ_TARGET_GCC_VERSION="4.2.4"
FREETZ_TARGET_UCLIBC_VERSION="0.9.29"
FREETZ_TARGET_BINUTILS_VERSION="2.18"
FREETZ_TARGET_UCLIBC_REF="mod"
FREETZ_TARGET_GXX=y
FREETZ_TARGET_CCACHE=y
FREETZ_TARGET_LFS=y
FREETZ_KERNEL_GCC_VERSION="3.4.6"
FREETZ_KERNEL_BINUTILS_VERSION="2.17.50.0.17"

Die beiden Patches habe ich nicht eingespielt. Wenn ich nur openldap nehme, fehlt die DB. Darum musste ich diesen auch anwenden. Aber es klappt einfach nicht. Immer wieder der selbe Fehler (02.03.10).
Meine Bitte: Eine Schritt für Schritt Anleitung zur Installation von openldap und der DB. Also was ich alles im make menuconfig angebe und welche patches einzuspielen sind. Möglicherweise enthalten die beiden Patches Fehler. Kein Vorwurf, ist ja alles dev / trunk / testing.

Nagios brauche ich doch nicht. Stattdessen teste ich gerade net-snmp, rrdtool und rrdstats.
 
Da auf dem AVM FTP ja nur noch die 29.04.80 liegt musste ich die Labor Version 29.04.99-14119 verwenden (steht ja auch in der .config).
Ich habe mich mit der LDAP-Problematik noch gar nicht auseinandergesetzt, ich würde aber aus Erfahrung behaupten, dass du wenigstens 3 große mögliche Fehlerquellen bei dir hast:

1. 7170-Box. Sie ist zu klein und hat einen sehr alten Kernel / und vermutlich auch eine andere Toolchain. Die 71XX-Boxen werden momentan von FREETZ-Entwickler nicht an erster Stelle behandelt, weil die Boxen einfach aussterben. D.h. alte Sachen werden dort vermutlich laufen, bei neuen musst du mit Sicherheit viel anpassen.
2. Trunk nutzen. Wie du schon richtig verstanden hast, sollte man es tun, wenn man sich selbst helfen kann. Support hier zu erwarten ist schwierig.
3. Du nutzt die Labor-Version der Firmware. Warum eigentlich? Die Labors werden hier noch stiefmütterlicher behandelt als die ganz neue Firmwares und schon gar nicht für auslaufende Boxen. Das kompilieren vom trunk kann hier zwar klappen, muss aber nicht.

MfG
 
Da OpenLDAP ein Anwendungsprogramm ist, sollte es von der Kernel-Version unabhängig sein. Der kleinere Speicher könnte natürlich ein Problem werden.
 
Kann man hiermit das Adressbuch nur per LDAP durchsuchen oder auch Kontakte per LDAP schreiben?
 
Hallo,


verstehe ich das Richtig? Mit der Modifikation steht das AVM-Telefonbuch quasi als LDAP -Server, für andere Anwendungen bereit?
Wäre ja große Klasse!
 
Genau, dies ist das Ziel.

Ciao
Stephan
 
Das klingt nicht schlecht.

Wenn das jetzt schon funktioniert, vielleichht kann jemand mal die Schritte zusammen schreiben. Um für nicht EDV-Profis eine Anleitung zu haben.
Ich würde diese Änderungen gerne in meine Box einspielen.

Gruß
Timer
 
Hallo zusammen,
ich bin auch sehr daran interessiert, eine Schritt für Schritt Anleitung zur Installation / Integration des AVM Telefonbuchs als LDAP-Telefonbuch für ein VoIP Telefon zu nutzen. Ist hier schon etwas in der Art erstellt worden?
Danke für Eure Info's.
 
Wäre auch SEHR an einer Anleitung interessiert!!!!

Verstehe ich das richtig: das AVM Telefonbuch bleibt quai unangetastet, durch den Patch kann man nur via LDAP darauf zugreifen?

Gruß
duffy6
 
@duffy6:

So wie ich das verstehe wird das AVM Telefonbuch mit dem OpenLDAP gekoppelt, so dass man dann das AVM Telefonbuch auch VoIP Phones zur Verfügung stellen kann.

Wäre schön, wenn die Programmierer hier mal eine Anleitung posten könnten, damit auch jeder nicht erfahrene dies auf seiner Box einrichten kann.

Vielen Dank schon mal im voraus.
 
Hallo Foren-Gemeinde,
gibt es hier keinen, der das ganze auch für einen nicht so erfahrenen Linux Spezialisten erklären kann, damit dieser dann auch OpenLDAP auf der Fritzbox nutzen kann???

Ich würde mich freuen, wenn hier sich einer entsprechend melden könnte.

Vielen Dank auch im Namen der anderen User, die eine solche Schritt für Schritt Anleitungen benötigen.
 
Wegen einer Nachfrage im Freetz-Ticket 262 hier mal ein (ziemlich ungetestetes) tar des aktualisierten (openldap 2.4.31) make-Ordners mit minimaler Korrektur des "statischen" bauens (da gibt es keine ".so"-Files ;-))

Code:
root@Speedport:/var/mod/root# slapd -VVV
@(#) $OpenLDAP: slapd 2.4.31 (May  6 2012 09:32:39) $
        joerg@joerg-Ubuntu:/home/joerg/freetz-trunk/source/target-mipsel_uClibc-0.9.29/openldap-2.4.31/servers/slapd

Included static backends:
    config
    ldif
    monitor
    bdb
    hdb
    mdb
    relay
root@Speedport:/var/mod/root#
 

Anhänge

  • openldap-2.4.31.tgz
    7.2 KB · Aufrufe: 22
Hallo! Bin erst spät zu freetz gestoßen und begeistert (Box 7390). Ich habe Dein openldap-Päcken benutzt, um openldap in mein freetz-image (Version 2.0 und trunk) einzubauen. Ich muss zwar vor dem manuellen Start des slapd den LD_LIBRARY_PATH manuell erweitern, damit (ich glaube) die Berkley-DB gefunden wird, aber dann funktioniert slapd tadellos. Ich fahre damit ein vereinfachtes OpenDirectory-Verzeichnis (Apple's pendant zu Microsoft's ActiveDirectory) um alle Benutzer und Rechner (Macs) zu verwalten. Ich würde mich tatsächlich freuen, wenn es openldap irgendwann man in das Standard-freetz schafft. In jedem Fall vielen Dank für die Mühe (ist lange her ich weiß :).
VG,
Matteo
 
Hallo.
wird hier noch was weitergebaut oder ist openldap auf der Fritzbox komplett aus dem Rennen ?

Hätte es gerne in einer freetz-Version drin.

Gruß Otto
 

Neueste Beiträge

Statistik des Forums

Themen
244,695
Beiträge
2,216,691
Mitglieder
371,315
Neuestes Mitglied
jack-mack
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.