sean, * Sean Hussey <[EMAIL PROTECTED]> [2006-01-09 19:47]: > What I'm trying to do is set up a subversion repository that will > allow authentication for users in both branches. The wall I'm > hitting is that most authentication components want either anonymous > lookups to find the user in question and then authenticate, or a > specific branch to find the use in question.
bind with some proxy account (as to avoid having to allow anonymous access) and do a subtree search for uid=$user with $BASEDN as a search base (replacing uid with whatever attribute is unique for your users). no anonymous access, no specific branch for searching. if you dont want each and every uid in your DIT to be able to use $this service you'd could add some filter attribute to the search. nothing original or fancy? regards, -p.schober -- [EMAIL PROTECTED] - vienna university computer center Universitaetsstrasse 7, A-1010 Wien, Austria/Europe Tel. +43-1-4277-14155, Fax. +43-1-4277-9140 --- You are currently subscribed to [email protected] as: [EMAIL PROTECTED] To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the SUBJECT of the message.
