Skip to Content.
Sympa Menu

grouper-dev - [grouper-dev] RE: Loader LDAP not creating empty AD groups

Subject: Grouper Developers Forum

List archive

[grouper-dev] RE: Loader LDAP not creating empty AD groups


Chronological Thread 
  • From: Chris Hyzer <>
  • To: Gagné Sébastien <>, "" <>
  • Subject: [grouper-dev] RE: Loader LDAP not creating empty AD groups
  • Date: Mon, 11 Jun 2012 15:57:46 +0000
  • Accept-language: en-US

Doesn’t currently work like that, though it should, so I will try to do this for 2.1.1…

 

https://bugs.internet2.edu/jira/browse/GRP-804

 

Thanks,

Chris

 

From: [mailto:] On Behalf Of Gagné Sébastien
Sent: Monday, June 11, 2012 9:41 AM
To:
Subject: [grouper-dev] Loader LDAP not creating empty AD groups

 

Hello,

I found that the Loader LDAP will not create groups in AD when there are no members in it. As soon as I add a member the loader picks it up and adds it to Grouper.

 

Is it a normal behaviour ? Is there an option to include those groups ?

 

Here is my configuration for the loader :

Attribut

Valeur

grouperLoaderLdapType

LDAP_GROUP_LIST

grouperLoaderLdapServerId

personLdap

grouperLoaderLdapFilter

(objectClass=group)

grouperLoaderLdapSubjectAttribute

member

grouperLoaderLdapQuartzCron

30 * * * * ?

subject ID type

subjectId

grouperLoaderLdapExtraAttributes

distinguishedName,description

grouperLoaderLdapGroupNameExpression

${udemLoaderElUtils.convertDnToGroupName
(groupAttributes['distinguishedName'])}

grouperLoaderLdapGroupDescriptionExpression

${groupAttributes['description'] == null ? "n/d" :groupAttributes['description']}

grouperLoaderLdapSubjectExpression

 

${udemLoaderElUtils.
convertAdMemberDnToSpecificValue(subjectId)}

 

So basically, if the “member” attribute is empty, the group won’t be added.

 

 

 

Sébastien Gagné,     | Analyste en informatique

514-343-6111 x33844  | Université de Montréal,

                     | Pavillon Roger-Gaudry, local X-100-11

 




Archive powered by MHonArc 2.6.16.

Top of Page