You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by fa...@cressoft.com.pk on 2000/11/27 17:35:11 UTC

turbine-security-LDAP



i wish to use LDAP with turbine for its security services. i got IBM Secure Way
Directory Server Up and running for this purpose. after all the changes in the
Turbine.Properties file (As DBUserManager is the default implementation of
security service and i wanted to user LDAPUserManager) i came to find out that
|------------------------------------------------------------------------------|
| createAccount(User

Re: turbine-security-LDAP

Posted by "Henning P. Schmiedehausen" <ma...@hometree.net>.
Jon Stevens <jo...@latchkey.com> writes:

>>> i wish to use LDAP with turbine for its security services.
>> 
>> LDAPUserManager is broken and no one is maintaining it.  It has been
>> removed in Fulcrum.

>Additionally...feel free to implement it and contribute back...we shouldn't
>have to do ALL of your work for you...

As I am currently doing heavy work in the whole TurbineUser/Group/ACL
part of T2, there are good chances, that in the progress of this work,
the LDAP service will be fixed again (it might turn out that our
solution can't be implemented using a SQL database and we might need
LDAP).

Don't hold your breath, though.

Before you ask: It's still strictly T2 at the moment. We will consider
moving to T3 once it goes Beta.

	Regards
		Henning


-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen       -- Geschaeftsfuehrer
INTERMETA - Gesellschaft fuer Mehrwertdienste mbH     hps@intermeta.de

Am Schwabachgrund 22  Fon.: 09131 / 50654-0   info@intermeta.de
D-91054 Buckenhof     Fax.: 09131 / 50654-20   

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Transactions and IDBroker

Posted by Hugh Brien <hp...@home.com>.
Transaction Capability in IDBroker

Question:  Possible bug in IDBroker with SQLServer.  We are running
tests on IDBroker with SQLServer and the following is what we have
figured out so far.

SQL Server 7
Thin Web Driver
Turbine 2 Source lastest CVS Build.
Torque generated classes from TDK

The problem we have uncovered is with the transactions and IDBroker. For
some reason there the database won't commit the update on the next_id
field of the id table.

In the storedIds method in the IDBroker class we temporarily set
transactionsSupported to false to see what would happen and the code
worked.

                String databaseName = dbMap.getName();

                // Get a connection to the db by starting a
                // transaction.
    transactionsSupported = false;
                if (transactionsSupported)
                {
                    dbCon = BasePeer.beginTransaction(databaseName);
                }
                else
                {
                    dbCon = TurbineDB.getConnection(databaseName);
                }
                Connection connection = dbCon.getConnection();


Is there a setting in TR.props where we can set this manually, or is
there a fixed for this that we may have missed.

r,
Hugh


----- Original Message -----
From: "Jon Stevens" <jo...@latchkey.com>
To: "turbine-dev" <tu...@jakarta.apache.org>
Sent: Monday, November 26, 2001 1:15 PM
Subject: Re: turbine-security-LDAP


> >> i wish to use LDAP with turbine for its security services.
> >
> > LDAPUserManager is broken and no one is maintaining it.  It has been
> > removed in Fulcrum.
>
> Additionally...feel free to implement it and contribute back...we
shouldn't
> have to do ALL of your work for you...
>
> -jon
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: turbine-security-LDAP

Posted by Jon Stevens <jo...@latchkey.com>.
>> i wish to use LDAP with turbine for its security services.
> 
> LDAPUserManager is broken and no one is maintaining it.  It has been
> removed in Fulcrum.

Additionally...feel free to implement it and contribute back...we shouldn't
have to do ALL of your work for you...

-jon


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: turbine-security-LDAP

Posted by Daniel Rall <dl...@finemaltcoding.com>.
fareed.ahmed@cressoft.com.pk writes:

> i wish to use LDAP with turbine for its security services.

LDAPUserManager is broken and no one is maintaining it.  It has been
removed in Fulcrum.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>