[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
openldap overlays
- To: openldap-technical@openldap.org
- Subject: openldap overlays
- From: Carlos Santos <stinkle.carlos@gmail.com>
- Date: Wed, 23 Jan 2013 16:57:39 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=xjbzEfjraUdnGgFF5bLONQxZOI0+QiXla2+5ToeaH2s=; b=l9QaqfcVLn0se8o63qZy2XxcWvHl62n+yrMrQmz8zTHV+ga8ySMZv0flKVriClhpb4 pHd5m/5ABvaNoyUmPAG8UM82j/WJE+8pAXHlu+z+JjvD/i2Gas/JQXU7I3RPacrLGT7I p+ZoQ9fBaBklkeQRC/snKQJwBsfV/OTJ9X/A5TWfe5sHWrOpx/k2mj337m75vd3zAMTR tgwK945FvsLffdJ7H2rqfjh5ckenBcQ2k4tQW1UoAzx6ihLTfEACi+0UKZKhE67mX746 bpz47T8l4wLxL7lqx5HU9OVbnK3aRkFQoRXEwpqkfGQpv4BwhnjrYSJkaebWSjv1tfWn QnRg==
Greetings,
I'm relatively new to OpenLDAP and I think I am an average user and a newbie when it comes to development. I am currently on a project on which we use openldap2.4 and the dyngroup overlay. My goal is to build another group overlay which will fetch data from outside the ldap machine (webservices) and then works just like the regular dyngroup overlay, returning the members of that group based on the results of the call to the webservices.
The problem is, like I said, that I'm a newbie. I looked at dyngroup.c and I find it quite hard to understand what is going on. It has very few comments and of little help. Can someone give me an overview of the code, and maybe introduce me to the steps of creating an overlay?
thanks,
Carlos Santos