1 |
diff -Nur --no-dereference smeserver-phpldapadmin-1.5.0.old/createlinks smeserver-phpldapadmin-1.5.0/createlinks |
diff -Nur --no-dereference smeserver-phpldapadmin-1.5.0.old/createlinks smeserver-phpldapadmin-1.5.0/createlinks |
2 |
--- smeserver-phpldapadmin-1.5.0.old/createlinks 2014-06-21 12:53:47.000000000 -0400 |
--- smeserver-phpldapadmin-1.5.0.old/createlinks 2014-06-21 12:53:47.000000000 -0400 |
3 |
+++ smeserver-phpldapadmin-1.5.0/createlinks 2021-06-01 12:51:13.224000000 -0400 |
+++ smeserver-phpldapadmin-1.5.0/createlinks 2021-06-01 12:51:13.224000000 -0400 |
4 |
@@ -14,3 +14,14 @@ |
@@ -14,3 +14,16 @@ |
5 |
templates2events("/etc/phpldapadmin/config.php", $event) |
templates2events("/etc/phpldapadmin/config.php", $event) |
6 |
} |
} |
7 |
safe_symlink("/etc/e-smith/templates-default/template-begin-php", "root/etc/e-smith/templates/etc/phpldapadmin/config.php/template-begin"); |
safe_symlink("/etc/e-smith/templates-default/template-begin-php", "root/etc/e-smith/templates/etc/phpldapadmin/config.php/template-begin"); |
12 |
+ { |
+ { |
13 |
+ templates2events("/etc/httpd/conf/httpd.conf", $event); |
+ templates2events("/etc/httpd/conf/httpd.conf", $event); |
14 |
+ templates2events("/etc/phpldapadmin/config.php", $event); |
+ templates2events("/etc/phpldapadmin/config.php", $event); |
15 |
+ templates2events("/etc/opt/remi/php____PHPVERSION____/php-fpm.d/www.conf", $event); |
+ templates2events("/etc/opt/remi/php____PHPVERSION____/php-fpm.d/www.conf", $event) unless "____PHPVERSION____" eq ""; |
16 |
|
+ templates2events("/etc/php-fpm.d/www.conf", $event) if "____PHPVERSION____" eq ""; |
17 |
+ safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith"); |
+ safe_symlink("sigusr1", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith"); |
18 |
+ safe_symlink("reload-or-restart", "root/etc/e-smith/events/$event/services2adjust/php____PHPVERSION____-php-fpm"); |
+ safe_symlink("reload-or-restart", "root/etc/e-smith/events/$event/services2adjust/php____PHPVERSION____-php-fpm") unless "____PHPVERSION____" eq ""; |
19 |
|
+ safe_symlink("reload-or-restart", "root/etc/e-smith/events/$event/services2adjust/php-fpm") if "____PHPVERSION____" eq ""; |
20 |
+ } |
+ } |
21 |
diff -Nur --no-dereference smeserver-phpldapadmin-1.5.0.old/root/etc/e-smith/db/configuration/defaults/phpldapadmin/status smeserver-phpldapadmin-1.5.0/root/etc/e-smith/db/configuration/defaults/phpldapadmin/status |
diff -Nur --no-dereference smeserver-phpldapadmin-1.5.0.old/root/etc/e-smith/db/configuration/defaults/phpldapadmin/status smeserver-phpldapadmin-1.5.0/root/etc/e-smith/db/configuration/defaults/phpldapadmin/status |
22 |
--- smeserver-phpldapadmin-1.5.0.old/root/etc/e-smith/db/configuration/defaults/phpldapadmin/status 1969-12-31 19:00:00.000000000 -0500 |
--- smeserver-phpldapadmin-1.5.0.old/root/etc/e-smith/db/configuration/defaults/phpldapadmin/status 1969-12-31 19:00:00.000000000 -0500 |
106 |
+php_admin_value[auto_prepend_file] = /usr/share/php/auth_translation.php |
+php_admin_value[auto_prepend_file] = /usr/share/php/auth_translation.php |
107 |
+php_flag[session.use_trans_sid] = off |
+php_flag[session.use_trans_sid] = off |
108 |
+php_flag[track_vars] = on |
+php_flag[track_vars] = on |
109 |
+php_flag[magic_quotes_gpc] = off |
+php_flag[magic_quotes_gpc] = on |
110 |
+ |
+ |
111 |
+_EOF |
+_EOF |
112 |
+ |
+ |
117 |
+} |
+} |
118 |
+} |
+} |
119 |
+ |
+ |
120 |
|
diff -Nur --no-dereference smeserver-phpldapadmin-1.5.0.old/root/etc/e-smith/templates/etc/phpldapadmin/config.php/06SASLAuth smeserver-phpldapadmin-1.5.0/root/etc/e-smith/templates/etc/phpldapadmin/config.php/06SASLAuth |
121 |
|
--- smeserver-phpldapadmin-1.5.0.old/root/etc/e-smith/templates/etc/phpldapadmin/config.php/06SASLAuth 2014-06-21 12:53:47.000000000 -0400 |
122 |
|
+++ smeserver-phpldapadmin-1.5.0/root/etc/e-smith/templates/etc/phpldapadmin/config.php/06SASLAuth 2021-06-01 14:02:24.703000000 -0400 |
123 |
|
@@ -43,8 +43,8 @@ |
124 |
|
|
125 |
|
/* Default password hashing algorithm. One of md5, ssha, sha, md5crpyt, smd5, |
126 |
|
blowfish, crypt or leave blank for now default algorithm. */ |
127 |
|
-// $servers->setValue('appearance','password_hash','md5'); |
128 |
|
-$servers->setValue('appearance','password_hash',''); |
129 |
|
+// $servers->setValue('appearance','pla_password_hash','md5'); |
130 |
|
+$servers->setValue('appearance','pla_password_hash',''); |
131 |
|
|
132 |
|
/* If you specified 'cookie' or 'session' as the auth_type above, you can |
133 |
|
optionally specify here an attribute to use when logging in. If you enter |
134 |
|
diff -Nur --no-dereference smeserver-phpldapadmin-1.5.0.old/root/etc/e-smith/templates/etc/phpldapadmin/config.php/08Others smeserver-phpldapadmin-1.5.0/root/etc/e-smith/templates/etc/phpldapadmin/config.php/08Others |
135 |
|
--- smeserver-phpldapadmin-1.5.0.old/root/etc/e-smith/templates/etc/phpldapadmin/config.php/08Others 2014-06-21 12:53:47.000000000 -0400 |
136 |
|
+++ smeserver-phpldapadmin-1.5.0/root/etc/e-smith/templates/etc/phpldapadmin/config.php/08Others 2021-06-01 14:02:47.857000000 -0400 |
137 |
|
@@ -25,7 +25,7 @@ |
138 |
|
$servers->setValue('sasl','authz_id_replacement','$1'); |
139 |
|
$servers->setValue('sasl','props',null); |
140 |
|
|
141 |
|
-$servers->setValue('appearance','password_hash','md5'); |
142 |
|
+$servers->setValue('appearance','pla_password_hash','md5'); |
143 |
|
$servers->setValue('login','attr','dn'); |
144 |
|
$servers->setValue('login','fallback_dn',false); |
145 |
|
$servers->setValue('login','class',null); |