At 16:34 19/10/2007, Klaus Darilion wrote:
>Jiri Kuthan wrote:
>>I think the fundemental error here is you look up users by URI as opposed to 
>>a unique identifier. -jiri
>
>Hi Jiri!
>
>How do you find out the UUID from an URI?

Not sure what the openser's best recommended way is, but a short look at the 
data structures
tells me that the ID is part of the subscribers structure...

subscriber.xml:

   <column id="id">
        <name>id</name>
        <type>unsigned int</type>

So it is just about looking at the manuals where the lookup is actually being 
done.
I was guessing the id lookup to be part of auth module but haven't find it 
there, some folks
with better knowledge of the openser diffs will hopefuly help to navigate to 
the right place.

-jiri


>klaus



--
Jiri Kuthan            http://iptel.org/~jiri/


_______________________________________________
Users mailing list
Users@openser.org
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to