writing to LDAP

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

writing to LDAP

John Meyer

Rather new to Java\Tomcat authentication and LDAP...

 

I take it that the LDAP Processor can only query an LDAP directory server to read information? Is there a way to *write* to the LDAP directory server from within the Orbeon framework(the scenario where users can self-register)? Or is the assumption that user creation is typically handled outside of the framework and not by the users themselves? Just looking for best-practices or common scenarios.

 

Thanks,

John Meyer



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: writing to LDAP

Hank Ratzesberger

Hi John,

In the source code, I see that the code processes 'add' 'update' and
'delete' commands.  I cannot quickly tell if the syntax to try is

<p:input name="filter">
   <add>...</add>
</p:input>

or

<p:input name="add">
   <add>
      <name>...</name>
      <attribute>
         <name>...</name>
         <value>...</value>
      </attribute>
   </add>
</p:input>

or something in between.

Anyway, you can see I have not tried it yet...

--Hank



On May 22, 2008, at 12:50 PM, John Meyer wrote:

> Rather new to Java\Tomcat authentication and LDAP...
>
>
>
> I take it that the LDAP Processor can only query an LDAP directory  
> server to read information? Is there a way to *write* to the LDAP  
> directory server from within the Orbeon framework(the scenario  
> where users can self-register)? Or is the assumption that user  
> creation is typically handled outside of the framework and not by  
> the users themselves? Just looking for best-practices or common  
> scenarios.
>
>
>
> Thanks,
>
> John Meyer
>
>
> --
> You receive this message as a subscriber of the [hidden email]  
> mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
Hank Ratzesberger
NEES@UCSB
Institute for Crustal Studies,
University of California, Santa Barbara
805-893-8042







--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

RE: Re: writing to LDAP

John Meyer
Thanks - I will give that a try.

-----Original Message-----
From: Hank Ratzesberger [mailto:[hidden email]]
Sent: Thursday, May 22, 2008 4:32 PM
To: [hidden email]
Subject: [ops-users] Re: writing to LDAP


Hi John,

In the source code, I see that the code processes 'add' 'update' and 'delete' commands.  I cannot quickly tell if the syntax to try is

<p:input name="filter">
   <add>...</add>
</p:input>

or

<p:input name="add">
   <add>
      <name>...</name>
      <attribute>
         <name>...</name>
         <value>...</value>
      </attribute>
   </add>
</p:input>

or something in between.

Anyway, you can see I have not tried it yet...

--Hank



On May 22, 2008, at 12:50 PM, John Meyer wrote:

> Rather new to Java\Tomcat authentication and LDAP...
>
>
>
> I take it that the LDAP Processor can only query an LDAP directory
> server to read information? Is there a way to *write* to the LDAP
> directory server from within the Orbeon framework(the scenario where
> users can self-register)? Or is the assumption that user creation is
> typically handled outside of the framework and not by the users
> themselves? Just looking for best-practices or common scenarios.
>
>
>
> Thanks,
>
> John Meyer
>
>
> --
> You receive this message as a subscriber of the [hidden email]
> mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
Hank Ratzesberger
NEES@UCSB
Institute for Crustal Studies,
University of California, Santa Barbara
805-893-8042







--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws