LDAP Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsDatabasesLDAP Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old September 30th, 2004, 10:07 AM
herb0580 herb0580 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 2 herb0580 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Access to certain branches

How do I create bind users such that some bind users can have read/write access to one branch within the directory, and only read access to the rest of the directory?

I know how to create some bind users who only have read access, and other bind users who have read/write access, but is there a way to limit certain areas of access for bind users?

Thanks for your help!

Reply With Quote
  #2  
Old October 1st, 2004, 11:30 AM
herb0580 herb0580 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Posts: 2 herb0580 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
one long solution

I've figured out that if you declare the same user twice, one with admin access and the other with reg user access within the same access control file, the user can have read access to one and write access to the other:

set admin-user = {
user = <o "PennState"><ou "Faculty"><cn "mrLion">
subtree = <o "PennState"><ou "Faculty">
};

set reg-user = {
user = <o "PennState"><ou "Faculty"><cn "mrLion">
subtree = <o "PennState"><ou "Students">
};


This will allow the "mrLion" user to be able to modify the Faculty area of the DIT, but only ready access to the Students area. However, this is quite tedious, esp. with several users. I'm still trying to figure out if there is a way to deny modify access to admin users for some areas of the directory.

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesLDAP Programming > Access to certain branches

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap