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

Help for MOONSHOT-COMMUNITY Archives


MOONSHOT-COMMUNITY Archives

MOONSHOT-COMMUNITY Archives


MOONSHOT-COMMUNITY@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

MOONSHOT-COMMUNITY Home

MOONSHOT-COMMUNITY Home

MOONSHOT-COMMUNITY  June 2013

MOONSHOT-COMMUNITY June 2013

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: SSH and authorization

From:

Alejandro Perez Mendez <[log in to unmask]>

Reply-To:

Alejandro Perez Mendez <[log in to unmask]>

Date:

Tue, 18 Jun 2013 09:09:07 +0200

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (116 lines)

Hello Kalle,

thanks for your information. In my case, using native.logger didn't 
work, but it did work console.logger. I set there the logging level to 
DEBUG and it started giving information.

The only GSS related problem I saw is the following:

2013-06-18 08:03:08 DEBUG Shibboleth.AttributeExtractor.XML : unable to 
extract attributes, unknown XML object type: 
{urn:mace:shibboleth:2.0:attribute-map}GSSAPIName

But, plugins.so is loaded as shown here:
2013-06-18 08:03:08 INFO XMLTooling.Config : loading extension: plugins.so
2013-06-18 08:03:08 INFO XMLTooling.Config : loaded extension: 
/usr/local/moonshot/lib/shibboleth/plugins.so
2013-06-18 08:03:08 DEBUG Shibboleth.Config : loaded out of process 
extension library (plugins.so)

And the command "nm /usr/local/moonshot/lib/shibboleth/plugins.so | grep 
-i gss" returns:

U GSS_C_NT_EXPORT_NAME@@gssapi_krb5_2_MIT
000164b0 t _GLOBAL__I_GSSAPIAttributeExtractor.cpp
00017c90 W _ZN5boost10scoped_ptrIN6shibsp19GSSAPIExtractorImplEED1Ev
000165d0 T _ZN6shibsp15GSSAPIExtractor15background_loadEv
00018330 W _ZN6shibsp15GSSAPIExtractorD0Ev
00018130 W _ZN6shibsp15GSSAPIExtractorD1Ev
00016500 T 
_ZN6shibsp19GSSAPIExtractorImplC1EPKN11xercesc_3_110DOMElementERN7log4cpp8CategoryE
00016560 T 
_ZN6shibsp19GSSAPIExtractorImplC2EPKN11xercesc_3_110DOMElementERN7log4cpp8CategoryE
00016810 T 
_ZN6shibsp22GSSAPIExtractorFactoryERKPKN11xercesc_3_110DOMElementE
00018a80 W 
_ZNK6shibsp15GSSAPIExtractor15getAttributeIdsERSt6vectorISsSaISsEE
00017580 T 
_ZNK6shibsp15GSSAPIExtractor17extractAttributesERKNS_11ApplicationEPKN8opensaml7saml2md14RoleDescriptorERKN10xmltooling9XMLObjectERSt6vectorIPNS_9AttributeESaISF_EE
00016990 T 
_ZNK6shibsp19GSSAPIExtractorImpl17extractAttributesEP15gss_name_structP22gss_buffer_desc_structRSt6vectorIPNS_9AttributeESaIS7_EE
000174b0 T 
_ZNK6shibsp19GSSAPIExtractorImpl17extractAttributesEP15gss_name_structRSt6vectorIPNS_9AttributeESaIS5_EE
00017b40 W 
_ZNSt8_Rb_treeISsSt4pairIKSsN6shibsp19GSSAPIExtractorImpl4RuleEESt10_Select1stIS5_ESt4lessISsESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E
00024700 V _ZTCN6shibsp15GSSAPIExtractorE0_NS_18AttributeExtractorE
00024740 V _ZTCN6shibsp15GSSAPIExtractorE4_N10xmltooling17ReloadableXMLFileE
000247a0 V _ZTIN6shibsp15GSSAPIExtractorE
0001fe8b V _ZTSN6shibsp15GSSAPIExtractorE
000246d8 V _ZTTN6shibsp15GSSAPIExtractorE
00024660 V _ZTVN6shibsp15GSSAPIExtractorE
000165c0 T _ZThn4_N6shibsp15GSSAPIExtractor15background_loadEv
00018320 W _ZThn4_N6shibsp15GSSAPIExtractorD0Ev
00018120 W _ZThn4_N6shibsp15GSSAPIExtractorD1Ev
00018310 W _ZTv0_n12_N6shibsp15GSSAPIExtractorD0Ev
00018110 W _ZTv0_n12_N6shibsp15GSSAPIExtractorD1Ev
0001f304 r _ZZ25xmltooling_extension_initE11_GSSAPIName
0001f2e8 r _ZZ25xmltooling_extension_initE14_GSSAPIContext
0001fea6 r 
_ZZNK6shibsp15GSSAPIExtractor17extractAttributesERKNS_11ApplicationEPKN8opensaml7saml2md14RoleDescriptorERKN10xmltooling9XMLObjectERSt6vectorIPNS_9AttributeESaISF_EEE11_GSSAPIName
0001febc r 
_ZZNK6shibsp15GSSAPIExtractor17extractAttributesERKNS_11ApplicationEPKN8opensaml7saml2md14RoleDescriptorERKN10xmltooling9XMLObjectERSt6vectorIPNS_9AttributeESaISF_EEE14_GSSAPIContext
          U gss_delete_sec_context@@gssapi_krb5_2_MIT
          U gss_get_name_attribute@@gssapi_krb5_2_MIT
          U gss_import_name@@gssapi_krb5_2_MIT
          U gss_import_sec_context@@gssapi_krb5_2_MIT
          U gss_inquire_context@@gssapi_krb5_2_MIT
          U gss_inquire_name@@gssapi_krb5_2_MIT
          U gss_release_buffer@@gssapi_krb5_2_MIT
          U gss_release_buffer_set@@gssapi_krb5_2_MIT
          U gss_release_name@@gssapi_krb5_2_MIT


Regards,
Alejandro

> HI Alejandro & co,
>
> I have at tome point been fighting with similar issues. First of all, what I found really helpful was to use the native.logger in shibboleth.xml and configuring log4j.rootCategory=DEBUG in the native.logger configuration file.
>
> Nowadays I always use gss-server and gss-client for testing. With the native logger set to debug, the gss-server prints a ton of information about what shibboleth actually does. After I realized this, my life got much easier.
>
> In my current setup (based on debian live DVD) I don't map any radius attributes to the local-login-user. At the moment I use the eppn as local-login-user. I got it working by commenting out the original eppn mapping from attribute-map and replacing it with.
>
> <Attribute name="urn:oid:1.3.6.1.4.1.5923.1.1.1.6" id="local-login-user">
>        <AttributeDecoder xsi:type="ScopedAttributeDecoder"/>
> </Attribute>
>
> With some quick testing, I can't seem to map the radius attributes either. I'm not sure if I'm missing something, or if something changed in the newer version.
>
> Cheers,
> Kalle
>
>
> ----- Original Message -----
> From: "Alejandro Perez Mendez" <[log in to unmask]>
> To: [log in to unmask]
> Sent: Monday, 17 June, 2013 6:43:03 PM
> Subject: Re: SSH and authorization
>
> Thank you Sam,
>
> I also tried that when I figured out it was required. Now, although
> plugins.so file is being loaded (according to strace), it is still not
> working. Probably I'm lacking some configuration option somewhere.
> Hopefully enabling log will provide me with further details.
>
> Regards,
> Alejandro
>
>
> El 17/06/13 17:39, Sam Hartman escribió:
>> Check your shibboleth.xml config and make sure you're loading the
>> plugins.so extension.
>> There was some discussion of that here within the last week.
>> Needed for GSS attributes but not SAML.

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

April 2024
March 2022
December 2021
October 2021
September 2021
August 2021
June 2021
April 2021
February 2021
January 2021
December 2020
November 2020
October 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
January 2020
November 2019
October 2019
September 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
June 2018
April 2018
November 2017
October 2017
September 2017
August 2017
July 2017
May 2017
April 2017
March 2017
February 2017
November 2016
October 2016
August 2016
July 2016
June 2016
May 2016
March 2016
February 2016
January 2016
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 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
July 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
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010


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