How do you do....it? Thread, Open Source Portfolio in Technical; Just installed the open source portfolio.
We're running it on an XAMPP server.
The problem I have is with the ...
-
13th July 2007, 01:38 PM #1 Open Source Portfolio
Just installed the open source portfolio.
We're running it on an XAMPP server.
The problem I have is with the LDAP auth I have the following fields shown:
Authentication Type Database LDAP Custom
LDAP Server URL
System DN
System Password
User Search DN
UID Attribute Name
Email Attribute Name
First Name Attribute
Last Name Attribute
What syntax do I put in them?
Thanks
Wes
-
-
IDG Tech News
-
13th July 2007, 02:55 PM #2 Re: Open Source Portfolio
Do you know why the XML config here for the java connection to MySQL may not work?
<Context path="/portfolio"
docBase="portfolio"
debug="0"
reloadable="true"
crossContext="false">
<Resource name="jdbc/portfolio" auth="Container" type="javax.sql.DataSource"/>
<ResourceParams name="jdbc/portfolio">
<parameter>
<name>factory</name>
<value>org.apache.commons.dbcp.BasicDataSourceFact ory</value>
</parameter>
<parameter>
<name>maxActive</name>
<value>10</value>
</parameter>
<parameter>
<name>maxIdle</name>
<value>30</value>
</parameter>
<parameter>
<name>maxWait</name>
<value>10000</value>
</parameter>
<parameter>
<name>username</name>
<value>portfolio</value>
</parameter>
<parameter>
<name>password</name>
<value>portfolio</value>
</parameter>
<parameter>
<name>driverClassName</name>
<value>com.mysql.jdbc.Driver</value>
</parameter>
<parameter>
<name>url</name>
<value>jdbc:mysql://qmgsws2:3306/portfolio</value>
</parameter>
<parameter>
<name>validationQuery</name>
<value>select ELEMENT_ID from ELEMENT_DEFINITION</value>
</parameter>
</ResourceParams>
</Context>
-
SHARE:
Similar Threads
-
By Dos_Box in forum General Chat
Replies: 31
Last Post: 14th September 2011, 01:21 PM
-
By ICTNUT in forum Windows
Replies: 4
Last Post: 29th March 2007, 03:08 PM
-
Replies: 5
Last Post: 10th December 2006, 11:24 PM
-
By Face-Man in forum *nix
Replies: 13
Last Post: 8th December 2006, 07:56 AM
-
By kevinmcaleer in forum General Chat
Replies: 14
Last Post: 22nd December 2005, 09:52 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules