memberURL:Â*ldap:///cn=users,cn=accounts,dc=int,dc=Â*example,dc =com??sub?(ou=Supervisor)
cn: mxadmins
description: MX administrators group
objectClass: top
objectClass: groupOfUniqueNames
objectClass: groupOfURLs
From the documentation I've read, there shouldn't be much more I need to then query that group and pull all the unique members into the list, but unfortunately I'm not getting the results I /think/ I should.
I'm running an older version of DS:Â*
389 Project
389-Directory/1.2.5 B2010.012.2024
Perhaps that's part of the issue, but if anyone can help point me in the right direction it would be greatly appreciated.
--
389 users mailing list
389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users
09-19-2012, 06:05 PM
Nick Cappelletti
groupOfURLS, groupOfUniqueNames, and memberURL issues
greg,
The dynamic group is going to be based on a search in the users accounts for anyone that has an OU of "supervisor". Â*There are some other requirements that I was looking at, but this about as simple as it gets.
Here is some information about it:Â*https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Directory_Server/8.1/html/Administration_Guide/Advanced_Entry_Management-Using_Groups.html
Nick Cappelletti
nick@switchtower.com
On Sep 18, 2012, at 5:51 AM, Grzegorz Dwornicki <gd1100@gmail.com> wrote:
Let me get your idea right. You want to use static and dynamic group as the same time as 1 group?
memberURL:Â*ldap:///cn=users,cn=accounts,dc=int,dc=Â*example,dc =com??sub?(ou=Supervisor)
cn: mxadmins
description: MX administrators group
objectClass: top
objectClass: groupOfUniqueNames
objectClass: groupOfURLs
From the documentation I've read, there shouldn't be much more I need to then query that group and pull all the unique members into the list, but unfortunately I'm not getting the results I /think/ I should.
I'm running an older version of DS:Â*
389 Project
389-Directory/1.2.5 B2010.012.2024
Perhaps that's part of the issue, but if anyone can help point me in the right direction it would be greatly appreciated.
--
389 users mailing list
389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users
--
389 users mailing list
389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users
09-19-2012, 06:41 PM
Rich Megginson
groupOfURLS, groupOfUniqueNames, and memberURL issues
On 09/19/2012 12:05 PM, Nick Cappelletti wrote:
greg,
The dynamic group is going to be based on a search in the
users accounts for anyone that has an OU of "supervisor". Â*There
are some other requirements that I was looking at, but this
about as simple as it gets.
Here is some information about it:Â*https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Directory_Server/8.1/html/Administration_Guide/Advanced_Entry_Management-Using_Groups.html
Nick Cappelletti
nick@switchtower.com
On Sep 18, 2012, at 5:51 AM, Grzegorz Dwornicki <gd1100@gmail.com>
wrote:
Let me get your idea right. You want to use static and
dynamic group as the same time as 1 group?
From the documentation I've read, there shouldn't be
much more I need to then query that group and pull all
the unique members into the list, but unfortunately
I'm not getting the results I /think/ I should.
Can you give an example using the ldapsearch command of what type of
search you are attempting to do, and what you expect the output to
be?
I'm running an older version of DS:Â*
389 Project
389-Directory/1.2.5 B2010.012.2024
Perhaps that's part of the issue, but if anyone can
help point me in the right direction it would be
greatly appreciated.