diff --git a/conf/Makefile.am b/conf/Makefile.am index b42a81d..aad55d7 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -2,6 +2,6 @@ # Makefile.am for .../agent-ldap/conf # -scrconf_DATA = ldap.scr +scrconf_DATA = ldap.scr cfg_ldap.scr EXTRA_DIST = $(scrconf_DATA) diff --git a/conf/cfg_ldap.scr b/conf/cfg_ldap.scr new file mode 100644 index 0000000..a6e8d5c --- /dev/null +++ b/conf/cfg_ldap.scr @@ -0,0 +1,17 @@ +/** + * File: + * cfg_ldap.scr + * Summary: + * SCR Agent for reading/writing /etc/sysconfig/ldap + * using the sysconfig-agent + * + * $Id$ + * + * Read/Sets the values defined in /etc/sysconfig/ldap + * in an easy manner. + */ +.sysconfig.ldap + +`ag_ini( + `SysConfigFile("/etc/sysconfig/ldap") +) diff --git a/package/yast2-ldap.changes b/package/yast2-ldap.changes index 9d1f669..08a58d1 100644 --- a/package/yast2-ldap.changes +++ b/package/yast2-ldap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 11 16:33:18 UTC 2014 - jreidinger@suse.com + +- add missing sysconfig ldap agent +- 3.1.5 + ------------------------------------------------------------------- Tue Feb 4 14:55:42 UTC 2014 - jreidinger@suse.com diff --git a/package/yast2-ldap.spec b/package/yast2-ldap.spec index 8523bbe..2785587 100644 --- a/package/yast2-ldap.spec +++ b/package/yast2-ldap.spec @@ -17,7 +17,7 @@ Name: yast2-ldap -Version: 3.1.4 +Version: 3.1.5 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build