|
| Connector source code |
 |
Thu, 06 Dec 2007 12:40:32 -080 |
Is it possible to get the source code for the DominoUsersConnector?
|
| Post Reply
|
| Re: Connector source code |
 |
Fri, 07 Dec 2007 10:35:29 +010 |
Afraid not, Jo. We cannot release source code
for supported components. What were you hoping
to learn?
-Eddie
J Fung wrote:
> Is it possible to get the source code for the DominoUsersConnector?
>
|
| Post Reply
|
| Re: Connector source code |
 |
Fri, 07 Dec 2007 18:01:55 +010 |
Jo,
have you seen the documentation of this connector in the reference
guide? or are you seeking for even more info?
-- C
Eddie Hartman wrote:
> Afraid not, Jo. We cannot release source code
> for supported components. What were you hoping
> to learn?
>
> -Eddie
>
> J Fung wrote:
>
>> Is it possible to get the source code for the DominoUsersConnector?
>>
|
| Post Reply
|
| Re: Connector source code |
 |
Mon, 10 Dec 2007 11:18:29 -080 |
Hi,
I would like to extend the connector so that I could set the mail
template, create full text index, create a mail file replica, and set
the mail quota and warning size.
I would also like to allow tdi to delete users without requirement
manual admin approval in Domino Administrator.
Also, I am supporting a TDI installation that is using scripts to create
and register domino users. I wanted to switch over to use the Domino
Users connector but I wanted to see if the calls are the same to make
sure I wasn't overlooking anything.
Cheers, Jo
Eddie Hartman wrote:
> Afraid not, Jo. We cannot release source code
> for supported components. What were you hoping
> to learn?
>
> -Eddie
>
> J Fung wrote:
>> Is it possible to get the source code for the DominoUsersConnector?
>>
|
| Post Reply
|
| Re: Connector source code |
 |
Mon, 10 Dec 2007 17:21:11 -080 |
I know that I can do all this from the Notes connector but you can't get
the domino session from the Domino Users Connector. The Notes connector
requires a username and password for a LocalServer session, I want to
use the server.id to connect.
Also the Notes connector can't discover schema using local server, you
need to use IIOP. It also doesn't have the built in registration
function (I know I can script this too but I am trying to simplify
things for operations and support).
Thanks, Jo
Christian Chateauvieux wrote:
> Concerning the Mail template: see
> news://news.software.ibm.com:119/fecq8m$11g5a$1@news.boulder.ibm.com
>
> (there is a REG_ parameter missing from the docs which should do what
> you want).
>
> And concerning your other needs: if these can be done by making use of
> the methods described at
> http://www-12.lotus.com/ldd/doc/uafiles.nsf/docs/DESIGNER70/$File/prog3.pdf
> , then it should be no problem with TDI.
>
> to access the Domino Session object, use the
>
> domSession = thisConnector.connector.getDominoSession();
>
> (from A TDI Lotus Notes (i.e *not* DominoUsers) connector's hooks - the
> method is described in the Javadocs of the Connector)
>
> Cheers,
>
> Christian
>
> J Fung wrote:
>
>> Hi,
>>
>> I would like to extend the connector so that I could set the mail
>> template, create full text index, create a mail file replica, and set
>> the mail quota and warning size.
>>
>> I would also like to allow tdi to delete users without requirement
>> manual admin approval in Domino Administrator.
>>
>> Also, I am supporting a TDI installation that is using scripts to
>> create and register domino users. I wanted to switch over to use the
>> Domino Users connector but I wanted to see if the calls are the same
>> to make sure I wasn't overlooking anything.
>>
>> Cheers, Jo
>>
>> Eddie Hartman wrote:
>>
>>> Afraid not, Jo. We cannot release source code
>>> for supported components. What were you hoping
>>> to learn?
>>>
>>> -Eddie
>>>
>>> J Fung wrote:
>>>
>>>> Is it possible to get the source code for the
DominoUsersConnector?
>>>>
|
| Post Reply
|
|
|
|
|
|
|
|
|
|