1 |
# $Id: smeserver-phpldapadmin.spec,v 1.1 2013/03/03 21:22:48 unnilennium Exp $ |
# $Id: smeserver-phpldapadmin.spec,v 1.2 2013/05/27 02:45:51 unnilennium Exp $ |
2 |
# Authority: nocvs |
# Authority: nocvs |
3 |
# Name: Michel Van hees |
# Name: Michel Van hees |
4 |
|
|
12 |
License: Freely distributable |
License: Freely distributable |
13 |
Group: Apache |
Group: Apache |
14 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
15 |
#Patch0: %{name}-%{version}.patch.yyyymmddnn |
Patch0: smeserver-phpldapadmin-1.2.3-dbinit.patch |
16 |
|
#{name}-%{version}.patch.yyyymmddnn |
17 |
BuildRoot: /var/tmp/e-smith-buildroot |
BuildRoot: /var/tmp/e-smith-buildroot |
18 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
25 |
* Sun May 26 2013 JP Pialasse <tests@pialasse.com> 1.2.3-1.sme |
* Sun May 26 2013 JP Pialasse <tests@pialasse.com> 1.2.3-1.sme |
26 |
- remove phpldapadmin from package |
- remove phpldapadmin from package |
27 |
- added Requires phpldapadmin-1.2.3-1 |
- added Requires phpldapadmin-1.2.3-1 |
28 |
|
- clean spec file |
29 |
|
- added default db value (patch file) |
30 |
|
|
31 |
* Thu Jun 26 2007 Michel Van hees <michel@vanhees.cc> |
* Thu Jun 26 2007 Michel Van hees <michel@vanhees.cc> |
32 |
- Restart contrib from scratch |
- Restart contrib from scratch |
37 |
|
|
38 |
%prep |
%prep |
39 |
%setup |
%setup |
40 |
#%patch0 -p1 |
%patch0 -p1 |
41 |
#%patch1 -p1 |
#%patch1 -p1 |
42 |
|
|
43 |
%build |
%build |
58 |
%preun |
%preun |
59 |
|
|
60 |
%post |
%post |
|
/sbin/e-smith/db configuration set phpldapadmin service |
|
|
/sbin/e-smith/db configuration setprop phpldapadmin access private |
|
|
|
|
|
/sbin/e-smith/expand-template /opt/phpldapadmin/config/config.php |
|
|
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
|
|
service httpd-e-smith sigusr1 |
|
|
|
|
|
|
|
|
case "${LANG:0:2}" in |
|
|
fr) |
|
|
echo "" |
|
|
echo "Vous pouvez maintenant acceder à phpldapadmin via un browser web de la maniere suivante https://nom_server/phpldapadmin" |
|
|
echo "Vous pouvez vous connecter avec le login admin et le mot de passe du système" |
|
|
echo "" |
|
|
echo "Attention !!!!!" |
|
|
echo "phpldapadmin est limité en accès au réseau interne, donc pas depuis internet" |
|
|
echo "Vous pouvez changer cette option avec les commandes :" |
|
|
echo "db configuration setprop phpldapadmin access public" |
|
|
echo "signal-events console-save" |
|
|
echo "" |
|
|
;; |
|
|
*) |
|
|
echo "" |
|
|
echo "Now you can access phpldapadmin though your browser at https://server_name/phpldapadmin" |
|
|
echo "You can connect using system admin login and password" |
|
|
echo "" |
|
|
echo "BEWARE !!!" |
|
|
echo "phpldapadmin is now limited to internal network, so it couldn't be access from internet" |
|
|
echo "You can change this with the following command :" |
|
|
echo "db configuration setprop phpldapadmin access public" |
|
|
echo "signal-events console-save" |
|
|
echo "" |
|
|
;; |
|
|
esac |
|
61 |
|
|
62 |
%postun |
%postun |
|
/sbin/e-smith/db configuration delete phpldapadmin |
|
|
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf |
|
|
service httpd-e-smith sigusr1 |
|
63 |
|
|
64 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
65 |
%defattr(-,root,root) |
%defattr(-,root,root) |