[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Using "overlay dynlist" with Ubuntu Karmic 9.10 LDAP server using slapd.d (not slapd.conf) ?
- To: openldap-technical <openldap-technical@openldap.org>
- Subject: Using "overlay dynlist" with Ubuntu Karmic 9.10 LDAP server using slapd.d (not slapd.conf) ?
- From: Shamika Joshi <shamika.joshi@gmail.com>
- Date: Thu, 1 Apr 2010 18:49:07 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=MzBqoFPsVL6c6fM5qgav7uT/n3b07ot7kjO/O7RxlBU=; b=RgLoDktBDj6SBuJvOB1YpzYdzDRK/fito793ll+DCe9GbvMqaV87z2F00iolTHorGR CwKZGwMnOOHt4N5kFa3B03Sjj8TZc05F2FnVBhzjsaYdsWX/Q+/FmsmZU6JK8ZkjeSmy WVQSr+R2MsQDA/O+s+5Fd7jM1jqTli1SQR20U=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=nrekIx62Ie4kVUJNrVRHsX2ZT1L+yr3kJvr6YVtFTq5OEoGEbiUpHtP8YIBLxS/i/b tlLjQD4c8QRica3OeUO/t22nUj7EmIszohHwbRYGJptYvWwZlJHEudN47rYeg64J7jbu gVqjOwOn92jYgok2/Mw5MeJg8TytDB9bjGV0g=
Hi
The desired implementation is to control user logins on different lab machines based on the project groups.
Scenario: Bob is part of project group 'mars' & John is part of 'venus' then I have added lab machines x1-x3 to group 'mars' & y1-y3 to group venus. Now I want John to only access machines allocated for project 'mars' i.e x1 to x3 & John to access machines allocated for 'venus' i.e y1 to y3
I went through this link learned that it can be achieved using "overlay dynlist". Please correct me if I've got it wrong.
However my lab server is Ubuntu 9.10 (karmic koala) and it is using slapd.d (not slapd.conf)
So now if I want to attempt to use "overlay dynlist" how should I go about it? Has anyone done this before? Any help will be appreciated.
Thanks
Shamika