Re: Copies between LDAPs

2011-05-12 Thread Jim Willeke
Is the file in the standard changeLog format used by SUN/Netscape/Oracle
and others?

There are some products out there (not sure if they are free) that will
synchronize thestandard changeLog format between LDAP servers.

-jim
Jim Willeke


On Wed, May 11, 2011 at 6:08 PM, Emmanuel Lecharny elecha...@gmail.comwrote:

 On 5/11/11 7:52 PM, Jorge Hernandez Rosello wrote:

 Hi Jim, thanks for answering. I would appreciate you give me any idea how
 to
 solve my problem. At the moment what I have as a solution is make copies
 by
 hand ldif, between a LDAP and other. By chance know another way to
 automate
 or optimize that replicated between LDAPs ???

 Not simply. We have a journal containing all the modifications applied
 locally, and this is written somwhere on the disk, so it's probably an
 option to use this journal as a way to apply the same modification on the
 remote server.


 --
 Regards,
 Cordialement,
 Emmanuel Lécharny
 www.iktek.com




Re: [ApacheDS] ACLS - Set a user in a partition to be an admin

2011-05-12 Thread Mike Adamson
Hi,

You need to give the o=US,DC=mydomain,DC=org node an administrativeRole
attribute with a value of accessControlSpecificArea and then create a sub
entry for it like:

dn: cn=adminSubentry,o=US,dc=mydomain,dc=org
changetype: add
objectclass: top
objectclass: subentry
objectclass: accessControlSubentry
cn: adminSubentry
subtreeSpecification: {}
prescriptiveACI: {
identificationTag administratorFullAccessACI,
precedence 100,
authenticationLevel simple,
itemOrUserFirst userFirst: {
userClasses {
name { uid=adminguy,ou=people(,o=US...,DC=org). }
},
userPermissions {
{
   protectedItems {
   entry, allUserAttributeTypesAndValues
   },
   grantsAndDenials {
   grantAdd, grantDiscloseOnError, grantRead,
   grantRemove, grantBrowse, grantExport, grantImport,
   grantModify, grantRename, grantReturnDN,
   grantCompare, grantFilterMatch, grantInvoke
   }
   }
   }
   }
   }

I haven't had much joy applying these things with directory studio, it's
easier to put it all in an ldif file and import it.

Cheers,

MikeA

On 11 May 2011 18:33, Steven Altsman steven.alts...@gmail.com wrote:

 Hi All,

 Pretty straightforward question, methinks: I have
 o=US,DC=mydomain,DC=org and in there I have
 uid=adminguy,ou=people(,o=US...,DC=org).  I want him to admin over
 o=US,DC=mydomain,DC=org.  I've got ApacheDS and Eclipse with Directory
 Studio extensions.

 Ibis redibis nunquam per bella peribis



Re: [ApacheDS] ACLS - Set a user in a partition to be an admin

2011-05-12 Thread Steven Altsman
Ah HA! Adding the subentry opened up a tonne of possibilities!  Thank
you very much for your assistance.

Ibis redibis nunquam per bella peribis



On Thu, May 12, 2011 at 7:33 AM, Mike Adamson mikeat...@gmail.com wrote:
 Hi,

 You need to give the o=US,DC=mydomain,DC=org node an administrativeRole
 attribute with a value of accessControlSpecificArea and then create a sub
 entry for it like:

 dn: cn=adminSubentry,o=US,dc=mydomain,dc=org
 changetype: add
 objectclass: top
 objectclass: subentry
 objectclass: accessControlSubentry
 cn: adminSubentry
 subtreeSpecification: {}
 prescriptiveACI: {
    identificationTag administratorFullAccessACI,
    precedence 100,
    authenticationLevel simple,
    itemOrUserFirst userFirst: {
        userClasses {
            name { uid=adminguy,ou=people(,o=US...,DC=org). }
        },
        userPermissions {
            {
               protectedItems {
                   entry, allUserAttributeTypesAndValues
               },
               grantsAndDenials {
                   grantAdd, grantDiscloseOnError, grantRead,
                   grantRemove, grantBrowse, grantExport, grantImport,
                   grantModify, grantRename, grantReturnDN,
                   grantCompare, grantFilterMatch, grantInvoke
               }
           }
       }
   }
   }

 I haven't had much joy applying these things with directory studio, it's
 easier to put it all in an ldif file and import it.

 Cheers,

 MikeA

 On 11 May 2011 18:33, Steven Altsman steven.alts...@gmail.com wrote:

 Hi All,

 Pretty straightforward question, methinks: I have
 o=US,DC=mydomain,DC=org and in there I have
 uid=adminguy,ou=people(,o=US...,DC=org).  I want him to admin over
 o=US,DC=mydomain,DC=org.  I've got ApacheDS and Eclipse with Directory
 Studio extensions.

 Ibis redibis nunquam per bella peribis




all the connection disappeared

2011-05-12 Thread Qian, Yi
Hello, List

The connections in Apache Directory Studio all disappeared. The Connections 
view is empty. I checked the connections.xml file is in the correct location 
and google did not help much.
The Apache Directory Studio is 1.5.0
Host OS is Snow Leopard

Thanks

Yi


Re: all the connection disappeared

2011-05-12 Thread Emmanuel Lecharny

On 5/12/11 11:44 PM, Qian, Yi wrote:

Hello, List

The connections in Apache Directory Studio all disappeared. The Connections 
view is empty. I checked the connections.xml file is in the correct location 
and google did not help much.
The Apache Directory Studio is 1.5.0

Can you try with the latest version, 1.5.3 ?


--
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com