Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1486005
 поиск   регистрация   авторизация 
 
Группа :: Система/Настройка/Сеть
Пакет: smbldap-tools

 Главная   Изменения   Спек   Патчи   Загрузить   Bugs and FR 

Патч: smbldap-tools-config.patch


diff -uNr smbldap-tools-0.9.1.orig/smbldap.conf smbldap-tools-0.9.1/smbldap.conf
--- smbldap-tools-0.9.1.orig/smbldap.conf	2005-05-31 21:49:26 +1300
+++ smbldap-tools-0.9.1/smbldap.conf	2005-06-03 15:45:56 +1300
@@ -81,19 +81,23 @@
 
 # How to verify the server's certificate (none, optional or require)
 # see "man Net::LDAP" in start_tls section for more details
-verify="require"
+#verify="require"
+verify="none"
 
 # CA certificate
 # see "man Net::LDAP" in start_tls section for more details
-cafile="/etc/opt/IDEALX/smbldap-tools/ca.pem"
+#cafile="/etc/smbldap-tools/ca.pem"
+cafile=""
 
 # certificate to use to connect to the ldap server
 # see "man Net::LDAP" in start_tls section for more details
-clientcert="/etc/opt/IDEALX/smbldap-tools/smbldap-tools.pem"
+#clientcert="/etc/smbldap-tools/smbldap-tools.pem"
+clientcert=""
 
 # key certificate to use to connect to the ldap server
 # see "man Net::LDAP" in start_tls section for more details
-clientkey="/etc/opt/IDEALX/smbldap-tools/smbldap-tools.key"
+#clientkey="/etc/smbldap-tools/smbldap-tools.key"
+clientkey=""
 
 # LDAP Suffix
 # Ex: suffix=dc=IDEALX,dc=ORG
 
design & coding: Vladimir Lettiev aka crux © 2004-2005