Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] LDAPPCNG configuration with Active Directory

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] LDAPPCNG configuration with Active Directory


Chronological Thread 
  • From: Tom Zeller <>
  • To: Gagné Sébastien <>
  • Cc:
  • Subject: Re: [grouper-users] LDAPPCNG configuration with Active Directory
  • Date: Thu, 19 Jan 2012 12:49:10 -0600

> I tried changing definition to use sourceAttributeID="extension", but there
> was some exception while provisioning stems (javascript variable "name"
> wasn't defined, tried putting extension in the script with no luck)

You changed

<resolver:AttributeDefinition ... id="sAMAccountName"
sourceAttributeID="name">
...
value = name.getValues().get(0);

to

<resolver:AttributeDefinition ... id="sAMAccountName"
sourceAttributeID="extension">
...
value = extension.getValues().get(0);

and the script fails ? That seems buggy.



Archive powered by MHonArc 2.6.16.

Top of Page