- Remove not used subroutines from the Ldap module

- BNC#863329 - Missing Ldap::Export()
- BNC#863612 YaST reports Cannot find client ldap/routines.rb
- Simplify ldap-conf agent: Until now ldap informations was saved in 
  3 places: /etc/ldap.conf /etc/openldap/ldap.conf and the sysconfig
  file ldap. From now on only /etc/openldap/ldap.conf will be used.
  /etc/ldap.conf is only for nss_ldap which is not provided anymore
  The variable BIND_DN in sysconfig file ldap can saved in 
  /etc/openldap/ldap.conf too. BASE_CONFIG_DN was everytime 
  ou=ldapconfig,$BASE
- 3.1.6

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-ldap?expand=0&rev=154
This commit is contained in:
YaST Team Bot
2014-02-13 11:54:39 +00:00
committed by Git OBS Bridge
parent 4a5058e4c0
commit 285162b7bd
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ddda86a4494f559dc6aed4f1dac12db01335d284de04637a1fed2118bad0f396
size 55667

3
yast2-ldap-3.1.6.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07f0468c6e5e9be2763b911028d9150a7344c17a6abddd4608ecbf43c476e1d9
size 51695

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Feb 13 11:12:38 UTC 2014 - varkoly@suse.com
- Remove not used subroutines from the Ldap module
- BNC#863329 - Missing Ldap::Export()
- BNC#863612 YaST reports Cannot find client ldap/routines.rb
- Simplify ldap-conf agent: Until now ldap informations was saved in
3 places: /etc/ldap.conf /etc/openldap/ldap.conf and the sysconfig
file ldap. From now on only /etc/openldap/ldap.conf will be used.
/etc/ldap.conf is only for nss_ldap which is not provided anymore
The variable BIND_DN in sysconfig file ldap can saved in
/etc/openldap/ldap.conf too. BASE_CONFIG_DN was everytime
ou=ldapconfig,$BASE
- 3.1.6
-------------------------------------------------------------------
Tue Feb 11 16:33:18 UTC 2014 - jreidinger@suse.com

View File

@@ -17,7 +17,7 @@
Name: yast2-ldap
Version: 3.1.5
Version: 3.1.6
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -38,6 +38,7 @@ Requires: ldapcpplib
Requires: yast2
Requires: yast2-network
Conflicts: yast2-ldap-client < 3.1.5
Conflicts: yast2-auth-client < 3.1.6
%description
This agent is used by various YaST2 modules to work with LDAP. It