Package Details: fusiondirectory 1.4-2

Git Clone URL: https://aur.archlinux.org/fusiondirectory.git (read-only, click to copy)
Package Base: fusiondirectory
Description: A combination of system administrator and end user web interface, designed to handle LDAP based setups
Upstream URL: http://fusiondirectory.org/
Keywords: openldap
Licenses: GPL2
Submitter: None
Maintainer: AlphaJack
Last Packager: AlphaJack
Votes: 4
Popularity: 0.000000
First Submitted: 2011-05-16 09:10 (UTC)
Last Updated: 2024-01-11 00:47 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

Kubax commented on 2015-12-04 23:10 (UTC)

Here is a litle patch that fixes the missing javascript files (prototype and scriptaculous). it basicaly generates a symbolic link to /usr/share/javascript where the missing javascript files are stored. Without this patch, neither the buttons on message boxes, nor the menus are working. --- a/PKGBUILD 2015-12-05 00:04:12.568520359 +0100 +++ b/PKGBUILD 2015-12-05 00:06:28.598522653 +0100 @@ -91,6 +91,9 @@ for i in $DIRS ; do cp -ua $i $pkgdir/usr/share/webapps/${pkgname}/ done + + # Create symbolic link for to /usr/share/javascript + ln -s /usr/share/javascript $pkgdir/usr/share/webapps/${pkgname}/html/javascript rm ${pkgdir}/usr/share/webapps/fusiondirectory/include/class_databaseManagement.inc }

MCMic commented on 2014-04-17 12:22 (UTC)

Could you disown the package so that someone else can adopt it?

<deleted-account> commented on 2011-05-16 09:26 (UTC)

First Release. For setup see: http://www.fusiondirectory.org/doku.php?id=en:documentation_user Please note that this is a "split PKGBUILD", so there might be problems with current AUR.