JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for JISC-SHIBBOLETH Archives


JISC-SHIBBOLETH Archives

JISC-SHIBBOLETH Archives


JISC-SHIBBOLETH@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

JISC-SHIBBOLETH Home

JISC-SHIBBOLETH Home

JISC-SHIBBOLETH  October 2008

JISC-SHIBBOLETH October 2008

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: Shibboleth and AD - Help!!

From:

Colin Farrow <[log in to unmask]>

Reply-To:

Discussion list for Shibboleth developments <[log in to unmask]>

Date:

Thu, 9 Oct 2008 16:41:04 +0100

Content-Type:

TEXT/PLAIN

Parts/Attachments:

Parts/Attachments

TEXT/PLAIN (223 lines)

Have you tried googling for the error "Unprocessed Continuation
Reference" ?



On  9 Oct, Ian Fogarty wrote:
> I have been looking through the archives and I can see that AD issues
> have been posted a few times before but I am about to fling our Shib
> server out of the rack - the AD link up is driving me crazy.
> 
>  
> 
> I have followed Nottingham Trent's instructions on getting Shib
> installed on 2003 (they are extremely good if NTU people read this) and
> using CAS to do the SSO. We are in the Federation and for basic sites
> everything works fine. I am now trying to link into our AD to provide
> some of the more specific bits of data - e.g. mail, cn, given name, sn,
> etc etc for the EDINA-type sites. I have got a MySQL link working and if
> all else fails, I will create a DB and use that for the lookups but I
> would really like to use AD directly from shib.
> 
>  
> 
> This is the JNDI extract of my config....
> 
>  
> 
>                 <JNDIDirectoryDataConnector id="activeDirectory">
> 
>                                 <Search filter="cn=%PRINCIPAL%">
> 
>                                                 <Controls
> searchScope="SUBTREE_SCOPE" returningObjects="false" />
> 
>                                 </Search>
> 
>                                 <Property
> name="java.naming.factory.initial"
> value="com.sun.jndi.ldap.LdapCtxFactory" />
> 
>                                 <Property
> name="java.naming.provider.url"
> value="ldap://172.X.X.X/dc=DNS,dc=DOMAIN" />
> 
>                                 <Property
> name="java.naming.security.principal" value="[log in to unmask]" />
> 
>                                 <Property
> name="java.naming.security.credentials" value="PASSWORD" />
> 
>                 </JNDIDirectoryDataConnector>              
> 
>  
> 
>                 <SimpleAttributeDefinition
> id="urn:mace:dir:attribute-def:givenName">
> 
>                                 <DataConnectorDependency
> requires="activeDirectory"/>
> 
>                 </SimpleAttributeDefinition>
> 
>  
> 
> Usernames/Passwords/Servers have been hidden but I am certain they work.
> I have used LDAPBrowser to connect to AD using the same credentials and
> that works. Also the CAS part works fine and that uses the same bind
> user and password.
> 
>  
> 
> I have listed in arp.site.xml to release the following attributes (this
> is only until I get it working - I will do SP specific release
> statements eventually)
> 
>  
> 
>                                 <Attribute
> name="urn:mace:dir:attribute-def:eduPersonAffiliation">
> 
>                                                 <AnyValue
> release="permit"/>
> 
>                                 </Attribute>
> 
>                                 <Attribute
> name="urn:mace:dir:attribute-def:eduPersonScopedAffiliation">
> 
>                                                 <AnyValue
> release="permit"/>
> 
>                                 </Attribute>
> 
>                                 
> 
>                                 <Attribute
> name="urn:mace:dir:attribute-def:eduPersonTargetedID">
> 
>                                                 <AnyValue
> release="permit"/>
> 
>                                 </Attribute>                      
> 
>  
> 
>                                 <Attribute
> name="urn:mace:dir:attribute-def:givenName">
> 
>                                                 <AnyValue
> release="permit"/>
> 
>                                 </Attribute>      
> 
>  
> 
> ...and the output I get from resolvertest.bat for my username is....
> 
>  
> 
> 0 [main] INFO
> edu.internet2.middleware.shibboleth.aa.arp.provider.FileSystemArpReposit
> ory  - Initializing File System Arp Repository with a root of
> (file:/c:/shibboleth-idp/etc/arps/).
> 
>  
> 
> 1359 [main] ERROR
> edu.internet2.middleware.shibboleth.aa.attrresolv.provider.JNDIDirectory
> DataConnector  - An error occurred while retieving data for principal
> (ian fogarty) :Unprocessed Continuation Reference(s)
> 
>  
> 
> 1359 [main] ERROR
> edu.internet2.middleware.shibboleth.aa.attrresolv.AttributeResolver  -
> Problem encountered while resolving attribute:
> (urn:mace:dir:attribute-def:givenName):
> edu.internet2.middleware.shibboleth.aa.attrresolv.ResolutionPlugInExcept
> ion: Error retrieving data for principal.
> 
>  
> 
> 1421 [main] INFO edu.internet2.middleware.shibboleth.aa.arp.ArpEngine  -
> Applying Attribute Release Policies.
> 
> Received the following from the Attribute Resolver:
> 
>  
> 
> <Attribute xmlns="urn:oasis:names:tc:SAML:1.0:assertion"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> AttributeName="urn:mace:dir:attribute-def:eduPersonTargetedID"
> AttributeNamespace="urn:mace:shibboleth:1.0:attributeNamespace:uri"><Att
> ributeValue
> Scope="wmc.ac.uk">kc9NtorOicJU8wcXCiqG3BF/9Fo=</AttributeValue></Attribu
> te>
> 
>  
> 
> <Attribute xmlns="urn:oasis:names:tc:SAML:1.0:assertion"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> AttributeName="urn:mace:dir:attribute-def:eduPersonScopedAffiliation"
> AttributeNamespace="urn:mace:shibboleth:1.0:attributeNamespace:uri"><Att
> ributeValue Scope="wmc.ac.uk">member</AttributeValue></Attribute>
> 
>  
> 
> <Attribute xmlns="urn:oasis:names:tc:SAML:1.0:assertion"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> AttributeName="urn:mace:dir:attribute-def:eduPersonAffiliation"
> AttributeNamespace="urn:mace:shibboleth:1.0:attributeNamespace:uri"><Att
> ributeValue>member</AttributeValue></Attribute>
> 
>  
> 
> I am presuming that the JNDI is working as 1: CAS is working and 2: I
> changed the IP of the lookup and ran a packet trace and I could see the
> requests trying to connect to the alternative DC. I am using IP
> addresses and not names as the server is in our DMZ and only LDAP ports
> are open going back into our internal network.
> 
>  
> 
> I was wondering if anyone has seen this sort of error before and if it
> is a quick fix to resolve?
> 
>  
> 
> Many thanks
> 
>  
> 
> Ian
> 
>  
> 
> Ian Fogarty
> 
> Senior IT Technician, IT Networks
> 
> Wirral Metropolitan College,
> 
> Carlett Park Campus, NW110
> 
> Eastham
> 
> Wirral
> 
> CH62 0AY
> 
> t: +44 (0) 151 551 7764 e: [log in to unmask]
> <mailto:[log in to unmask]>  w: www.wmc.ac.uk <http://www.wmc.ac.uk> 
> 

-- 
Colin Farrow
Computing Service, University of Glasgow, Glasgow G12 8QQ
Tel: 0141 330 4862, Email: [log in to unmask]
---

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

November 2023
February 2023
January 2023
November 2022
October 2022
September 2022
June 2022
January 2022
November 2021
October 2021
September 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
June 2019
May 2019
March 2019
February 2019
January 2019
November 2018
July 2018
June 2018
May 2018
April 2018
March 2018
January 2018
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
March 2017
February 2017
January 2017
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
March 2016
February 2016
January 2016
December 2015
November 2015
September 2015
August 2015
June 2015
April 2015
March 2015
February 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager