Commit Graph
16 Commits
Author SHA1 Message Date
marschap cc2c84a7b8 declare constant function parameters const (as well as constant function return values) 2006-09-12 16:23:24 +00:00
marschap 89997fb68d align help screen descriptions 2006-06-18 20:53:32 +00:00
marschap 629b0a7c90 correct generation of sub-menus 2006-06-05 09:59:23 +00:00
marschap 5fc4dfc562 fix sock_connect() to return -1 on all errors (Frederick Nacino) 2006-05-07 10:08:31 +00:00
marschap 920d4e51d4 remove undocumented option 2006-04-29 20:01:37 +00:00
marschap c52083f2a5 reworked menu definition in config file to be more elegant and more flexible 2006-04-29 19:44:11 +00:00
marschap ecc9320b54 fix a few warnings; tighten arg checks; harmonize -f handling: it is a simple flag! 2006-04-28 17:10:25 +00:00
marschap ff0cb79b17 let lcdproc & lcdexec have their own private config file;
install server & client config files to $(sysconfdir) (using automake features)
2006-04-15 19:48:11 +00:00
marschap cf0e82ddf7 initialize counter variables to fix core dumpswhen reading config file -
patch provided by M. Dolze
2006-02-17 18:47:34 +00:00
marschap 5b4c15c2a6 remove duplicate "break" 2006-01-18 20:56:46 +00:00
marschap e0bc105759 add GNU getopti & check for it; prepare for use with getopt_long() 2006-01-16 19:53:28 +00:00
marschap aeffd250a1 require automake 1.7 in condifure.in; update all Makefile.am: add comments,
replace obsoleted INCLUDES by AM_CPPFLAGS
2006-01-16 19:36:58 +00:00
marschap 3771a8273e added .cvsignore files, thanks to Volker Boerchers for his contribution 2005-05-22 07:16:48 +00:00
reenoo 90f3da6cd4 fix compile error with gcc-3.4.1; patch courtesy of Klaus Fetscher 2004-07-16 20:12:28 +00:00
reenoo e4e948523f LDAP support added
- This patch enables LCDd to retrieve its configuration
  options from an LDAP directory.
- The code was tested with OpenLDAP 2.1.x (21<=x<=22) only.
- LDAP support is disabled by default and has to be enabled
  with ./configure --enable-ldap.
  (See ./configure --help for other options. Not all options
  have any effect yet.)
- Currently only anonymous LDAP binds are supported.
- The DN of the main configuration object has to be passed to LCDd
  instead of the configuration file location:
  LCDd -c "ldap://yourhost.yourcompany.com/cn=config1,cn=lcdproc,dc=yourcompany dc=COM"
  The basic idea behind the LCDproc object classes is that they
  are more or less verbatim copies of the corresponding sections in a
  generic LCDd.conf
- Unfortunately schema files cannot be provided yet, because LCDproc does
  not have a registered OID namespace and OID hijacking is prohibited.
2003-12-25 15:02:34 +00:00
robijn 6da4b44139 Added lcdexec 2002-08-19 20:47:52 +00:00