[jira] Closed: (GERONIMO-1091) Adding a partition to Apache DS with Geronimo

2005-10-20 Thread Jeff Genender (JIRA)
 [ http://issues.apache.org/jira/browse/GERONIMO-1091?page=all ]
 
Jeff Genender closed GERONIMO-1091:
---

Fix Version: 1.0
 Resolution: Fixed

Added a directory.xml file in the var/ldap/conf directory.  This can be edited 
to contain mutiple partitions and boot strap schemas.

 Adding a partition to Apache DS with Geronimo
 -

  Key: GERONIMO-1091
  URL: http://issues.apache.org/jira/browse/GERONIMO-1091
  Project: Geronimo
 Type: Improvement
   Components: general
 Versions: 1.0-M5
 Reporter: Krishnakumar B
  Fix For: 1.0


 Currently ou=system is available in Apache Directory bundled with M5. Need 
 the  ability to create new partitions to add LDAP entries. ( e.g 
 dc=test,dc=com)
 This is added through property files in Apache DS
 server.db.partition.suffix.apache=dc=test,dc=com
 server.db.partition.indices.apache=ou cn objectClass uid
 server.db.partition.attributes.apache.dc=myhost
 server.db.partition.attributes.apache.objectClass=top domain extensibleObject
 This improvement needs to be present in current Gbean for Directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (GERONIMO-1091) Adding a partition to Apache DS with Geronimo

2005-10-20 Thread Jeff Genender (JIRA)
[ 
http://issues.apache.org/jira/browse/GERONIMO-1091?page=comments#action_12332587
 ] 

Jeff Genender commented on GERONIMO-1091:
-

I probably should also comment, this does *not* use the properties file, but 
XML instead.  See the example in file or the xsd for details.

 Adding a partition to Apache DS with Geronimo
 -

  Key: GERONIMO-1091
  URL: http://issues.apache.org/jira/browse/GERONIMO-1091
  Project: Geronimo
 Type: Improvement
   Components: general
 Versions: 1.0-M5
 Reporter: Krishnakumar B
  Fix For: 1.0


 Currently ou=system is available in Apache Directory bundled with M5. Need 
 the  ability to create new partitions to add LDAP entries. ( e.g 
 dc=test,dc=com)
 This is added through property files in Apache DS
 server.db.partition.suffix.apache=dc=test,dc=com
 server.db.partition.indices.apache=ou cn objectClass uid
 server.db.partition.attributes.apache.dc=myhost
 server.db.partition.attributes.apache.objectClass=top domain extensibleObject
 This improvement needs to be present in current Gbean for Directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Created: (GERONIMO-1091) Adding a partition to Apache DS with Geronimo

2005-10-19 Thread Krishnakumar B (JIRA)
Adding a partition to Apache DS with Geronimo
-

 Key: GERONIMO-1091
 URL: http://issues.apache.org/jira/browse/GERONIMO-1091
 Project: Geronimo
Type: Improvement
  Components: general  
Versions: 1.0-M5
Reporter: Krishnakumar B


Currently ou=system is available in Apache Directory bundled with M5. Need the  
ability to create new partitions to add LDAP entries. ( e.g dc=test,dc=com)

This is added through property files in Apache DS
server.db.partition.suffix.apache=dc=test,dc=com
server.db.partition.indices.apache=ou cn objectClass uid
server.db.partition.attributes.apache.dc=myhost
server.db.partition.attributes.apache.objectClass=top domain extensibleObject

This improvement needs to be present in current Gbean for Directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



RE: Adding a partition to Apache DS with Geronimo

2005-10-19 Thread Jeff Genender
Thanks.  I will get on this.
 

 -Original Message-
 From: Krishnakumar B [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, October 19, 2005 1:14 AM
 To: dev@geronimo.apache.org
 Subject: Re: Adding a partition to Apache DS with Geronimo
 
 Hi Jeff,
 
 created a JIRA issue 
 http://issues.apache.org/jira/browse/GERONIMO-1091
 
 regards
 Krishnakumar B
 
 On 10/19/05, Jeff Genender [EMAIL PROTECTED] wrote:
  Krish,
 
  You can use ou=system to play with, but under a long term, 
 I wouldn't 
  use it.
 
  Great point! I need to add the ability to add partitions from a 
  configuration.  Could you please open a JIRA issue on this?  This 
  should be pretty easy to fix.
 
  Thanks for pointing this out,
 
  Jeff
 
  Krishnakumar B wrote:
   hi,
  
   i am trying to create a new partition with apache DS that 
 comes with 
   geronimo
  
   dn: dc=myhost,dc=com
   dc: myhost
   objectClass: dcObject
  
   The documentation for directory server says to use 
 properties file 
   server.db.partition.suffix.apache=dc=myhost,dc=com
   server.db.partition.indices.apache=ou cn objectClass uid 
   server.db.partition.attributes.apache.dc=myhost
   server.db.partition.attributes.apache.objectClass=top domain 
   extensibleObject
  
   But i am unable to add this to Apache DS in geronimo.
  
   So want to know if this is possible or i can use only ou=system 
   thats created by default.
  
   thanks
   Krish
 
 




Adding a partition to Apache DS with Geronimo

2005-10-18 Thread Krishnakumar B
hi,

i am trying to create a new partition with apache DS that comes with geronimo

dn: dc=myhost,dc=com
dc: myhost
objectClass: dcObject

The documentation for directory server says to use properties file
server.db.partition.suffix.apache=dc=myhost,dc=com
server.db.partition.indices.apache=ou cn objectClass uid
server.db.partition.attributes.apache.dc=myhost
server.db.partition.attributes.apache.objectClass=top domain extensibleObject

But i am unable to add this to Apache DS in geronimo.

So want to know if this is possible or i can use only ou=system thats
created by default.

thanks
Krish


Re: Adding a partition to Apache DS with Geronimo

2005-10-18 Thread Jeff Genender

Krish,

You can use ou=system to play with, but under a long term, I wouldn't 
use it.


Great point! I need to add the ability to add partitions from a 
configuration.  Could you please open a JIRA issue on this?  This should 
be pretty easy to fix.


Thanks for pointing this out,

Jeff

Krishnakumar B wrote:

hi,

i am trying to create a new partition with apache DS that comes with geronimo

dn: dc=myhost,dc=com
dc: myhost
objectClass: dcObject

The documentation for directory server says to use properties file
server.db.partition.suffix.apache=dc=myhost,dc=com
server.db.partition.indices.apache=ou cn objectClass uid
server.db.partition.attributes.apache.dc=myhost
server.db.partition.attributes.apache.objectClass=top domain extensibleObject

But i am unable to add this to Apache DS in geronimo.

So want to know if this is possible or i can use only ou=system thats
created by default.

thanks
Krish