rpms/phpldapadmin/devel phpldapadmin-1.2.0.3-config.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 phpldapadmin.spec, 1.19, 1.20 sources, 1.11, 1.12 phpldapadmin-1.1.0.5-config.patch, 1.1, NONE

Dmitry Butskoy buc at fedoraproject.org
Wed Sep 16 14:06:57 UTC 2009


Author: buc

Update of /cvs/extras/rpms/phpldapadmin/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1223

Modified Files:
	.cvsignore phpldapadmin.spec sources 
Added Files:
	phpldapadmin-1.2.0.3-config.patch 
Removed Files:
	phpldapadmin-1.1.0.5-config.patch 
Log Message:
Upgrade to 1.2.0.3


phpldapadmin-1.2.0.3-config.patch:
 config.php |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

--- NEW FILE phpldapadmin-1.2.0.3-config.patch ---
diff -Nrbu phpldapadmin-1.2.0.3/config/config.php phpldapadmin-1.2.0.3-OK/config/config.php
--- phpldapadmin-1.2.0.3/config/config.php	2009-09-16 17:50:36.000000000 +0400
+++ phpldapadmin-1.2.0.3-OK/config/config.php	2009-09-16 17:48:19.000000000 +0400
@@ -72,6 +72,11 @@
    30 seconds or the setting of max_exection_time if this is null. */
 // $config->custom->session['timelimit'] = 30;
 
+// $config->custom->appearance['show_clear_password'] = false;
+
+// $config->custom->search['size_limit'] = 50;
+#  $config->custom->search['size_limit'] = 1000;
+
 /* Our local timezone
    This is to make sure that when we ask the system for the current time, we
    get the right local time. If this is not set, all time() calculations will
@@ -265,7 +270,7 @@
 
 /* A convenient name that will appear in the tree viewer and throughout
    phpLDAPadmin to identify this LDAP server to users. */
-$servers->setValue('server','name','My LDAP Server');
+$servers->setValue('server','name','Local LDAP Server');
 
 /* Examples:
    'ldap.example.com',
@@ -359,6 +364,7 @@
 /* Default password hashing algorithm. One of md5, ssha, sha, md5crpyt, smd5,
    blowfish, crypt or leave blank for now default algorithm. */
 // $servers->setValue('appearance','password_hash','md5');
+$servers->setValue('appearance','password_hash','');
 
 /* If you specified 'cookie' or 'session' as the auth_type above, you can
    optionally specify here an attribute to use when logging in. If you enter
@@ -368,6 +374,7 @@
    your LDAP server requires you to login to perform searches, you can enter the
    DN to use when searching in 'bind_id' and 'bind_pass' above.
 // $servers->setValue('login','attr','dn');
+$servers->setValue('login','attr','uid');
 
 /* Base DNs to used for logins. If this value is not set, then the LDAP server
    Base DNs are used. */


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/phpldapadmin/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	9 Apr 2009 14:39:56 -0000	1.10
+++ .cvsignore	16 Sep 2009 14:06:56 -0000	1.11
@@ -1 +1 @@
-phpldapadmin-1.1.0.7.tar.gz
+phpldapadmin-1.2.0.3.tgz


Index: phpldapadmin.spec
===================================================================
RCS file: /cvs/extras/rpms/phpldapadmin/devel/phpldapadmin.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- phpldapadmin.spec	26 Jul 2009 18:39:45 -0000	1.19
+++ phpldapadmin.spec	16 Sep 2009 14:06:56 -0000	1.20
@@ -1,16 +1,16 @@
 Name: phpldapadmin
 Summary: Web-based tool for managing LDAP servers
-Version: 1.1.0.7
-Release: 2%{?dist}
+Version: 1.2.0.3
+Release: 1%{?dist}
 Group: Applications/Internet
 License: GPLv2+
 URL: http://phpldapadmin.sourceforge.net
-Source: http://dl.sourceforge.net/sourceforge/phpldapadmin/phpldapadmin-%{version}.tar.gz
-Patch0: phpldapadmin-1.1.0.5-config.patch
+Source: http://dl.sourceforge.net/sourceforge/phpldapadmin/phpldapadmin-%{version}.tgz
+Patch0: phpldapadmin-1.2.0.3-config.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-Requires: httpd, php >= 5.0.6, php-ldap
+Requires: webserver, php >= 5.0.6, php-ldap
 
 
 %description
@@ -41,7 +41,7 @@ cp config/config.php.example config/conf
 
 %build
 
-find . \( -name "*.orig" -o -name "*~" -o -name .cvsignore \) -print0 | \
+find . \( -name "*.orig" -o -name "*~" -o -name .gitignore \) -print0 | \
 								xargs -0 rm -f
 find . -type f -print0 | xargs -0 chmod -x
 
@@ -115,6 +115,9 @@ fi
 
 
 %changelog
+* Wed Sep 16 2009 Dmitry Butskoy <Dmitry at Butskoy.name> - 1.2.0.3-1
+- Upgrade to 1.2.0.3 (#523477)
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/phpldapadmin/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	9 Apr 2009 14:39:56 -0000	1.11
+++ sources	16 Sep 2009 14:06:56 -0000	1.12
@@ -1 +1 @@
-a9129f81b347e98c2b31552d1adc4b51  phpldapadmin-1.1.0.7.tar.gz
+e77738540208d733ba6d44dd752bea5f  phpldapadmin-1.2.0.3.tgz


--- phpldapadmin-1.1.0.5-config.patch DELETED ---




More information about the scm-commits mailing list