Hello,

I'm trying to do something complex with CPS Directories and I need some
assistance...

Basically, I'm trying to combine two LDAPBackend directories using a
stacking directory to give me a list of LDAP groups from my LDAP server.

I have two sets of groups, a defined group and a computed group.

The defined group is in a subtree under the ou=groups, dc=<customer>,dc=<com>
tree.

The defined group is actually a custom LDAP attribute that is part of each
user's entry. We'll call this custom entry foo.

So, for each user there's an entry
foo = "finance"
or,
foo = "administration".

I have an LDAP backend directory that collects these as well.

My problem is integrating the two...

I can't figure out how to get the stacking directory to combine the two
LDAP backend directories output.

dir 1 (the listed groups) uses 'cn' to describe the group name.
dir 2 (the computed groups) uses 'foo' to describe the custom LDAP entry.
One problem is that dir 2 also uses 'cn' to describe the user's canonical

How the heck do I get the stacking directory to combine both of these?
If I use 'cn' I get a list of the defined groups, but I also get a list of
the user names....Not what I want.

Any help appreciated....

Braun Brelin

I have a schema for the stacking directory which includes both fields
_______________________________________________
cps-users mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/cps-users

Reply via email to