Skip to Content.
Sympa Menu

grouper-users - Fw: Re: Re: Question about the ldappc

Subject: Grouper Users - Open Discussion List

List archive

Fw: Re: Re: Question about the ldappc


Chronological Thread 
  • From: "maliang" <>
  • To: "grouper-users" <>
  • Subject: Fw: Re: Re: Question about the ldappc
  • Date: Wed, 1 Aug 2007 12:05:56 +0800

 
 

maliang
2007-08-01

发件人: maliang
发送时间: 2007-08-01 12:04:50
收件人: Tom Barton
抄送:
主题: Re: Re: Question about the ldappc
 
Thank you very much!
I have resolved the problem.I copied those configuration files about grouper to the wrong folder.
 
There are some definitions in GrouperConfig.java:
  public static final String GROUPER_CF           = "/grouper.properties";
  /**
   * Grouper build configuration file.
   */
  public static final String GROUPER_BUILD_CF     = "/buildGrouper.properties";
  /**
   * Hibernate configuration file.
   */
  public static final String HIBERNATE_CF         = "/grouper.hibernate.properties";
 
So those files should be copied to the folder "ldappc/builid/classes".
 
The right one :
/classes:
    edu...
    buildGrouper.properties
    ehcache.xml
    grouper.hibernate.properties
    gouper.properties
    sources.xml

maliang
2007-08-01

发件人: Tom Barton
发送时间: 2007-07-31 20:26:57
收件人: maliang
抄送:
主题: Re: Question about the ldappc
 
The grouper API has changed a little from 1.1 to 1.2, but ldappc still
works with v1.2. However, it is still tricky to integrate ldappc with
grouper, either version. Grouper v1.2 ships with the newer subject API,
v0.3. So when you copy your working grouper configuration files over to
ldappc's conf folder, you'll bring along the v0.3 style sources.xml. So
you'll also have to copy the v0.3 sources.jar file from grouper's lib
folder over to ldappc's lib folder.
 
maliang wrote:
> Compared to grouper 1.1 ,has the apis of grouper 1.2 changed a lot?
> And can the ldappc_1_0 still work well with grouper 1.2.0?
> maliang
> 2007-07-31
 


  • Fw: Re: Re: Question about the ldappc, maliang, 08/01/2007

Archive powered by MHonArc 2.6.16.

Top of Page