1 |
diff -urN smeserver-phpldapadmin-1.6.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86Phpldapadmin smeserver-phpldapadmin-1.6.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86Phpldapadmin |
2 |
--- smeserver-phpldapadmin-1.6.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86Phpldapadmin 2021-10-06 15:26:15.663803637 +0100 |
3 |
+++ smeserver-phpldapadmin-1.6.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/86Phpldapadmin 2021-10-06 15:27:16.072400964 +0100 |
4 |
@@ -15,12 +15,12 @@ |
5 |
$OUT .= " allow from all"; |
6 |
} |
7 |
} |
8 |
- AuthName "phpLdapAdmin" |
9 |
- AuthBasicProvider external |
10 |
- AuthType Basic |
11 |
- AuthExternal pwauth |
12 |
- require user admin |
13 |
- Satisfy all |
14 |
+# AuthName "phpLdapAdmin" |
15 |
+# AuthBasicProvider external |
16 |
+# AuthType Basic |
17 |
+# AuthExternal pwauth |
18 |
+# require user admin |
19 |
+# Satisfy all |
20 |
AddType application/x-httpd-php .php .php3 |
21 |
|
22 |
{ |