Skip to content

Commit

Permalink
add syconfig agent needed for ldap module
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Feb 11, 2014
1 parent 632e9f3 commit 53df92a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conf/Makefile.am
Expand Up @@ -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)
17 changes: 17 additions & 0 deletions 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 <tt>/etc/sysconfig/ldap</tt>
* in an easy manner.
*/
.sysconfig.ldap

`ag_ini(
`SysConfigFile("/etc/sysconfig/ldap")
)

0 comments on commit 53df92a

Please sign in to comment.