[EXTERNAL] Re: Missing Shibboleth attributes in $_Server

MARTINEZ, ARIEL AMARTINEZ at hostos.cuny.edu
Tue Sep 22 21:00:29 UTC 2020


I tried looking for the syslog files but cannot find them. Here is the native.logger file and perhaps you can point in the right direction. Thanks.

# set overall behavior
log4j.rootCategory=WARN, native_log

# fairly verbose for DEBUG, so generally leave at WARN/INFO
log4j.category.XMLTooling.XMLObject=DEBUG
log4j.category.XMLTooling.XMLObjectBuilder=DEBUG
log4j.category.XMLTooling.KeyInfoResolver=DEBUG
log4j.category.Shibboleth.IPRange=DEBUG
log4j.category.Shibboleth.PropertySet=DEBUG

# raise for low-level tracing of SOAP client HTTP/SSL behavior
log4j.category.XMLTooling.libcurl=DEBUG

# useful categories to tune independently:
#
# tracing of SAML messages and security policies
#log4j.category.OpenSAML.MessageDecoder=DEBUG
#log4j.category.OpenSAML.MessageEncoder=DEBUG
#log4j.category.OpenSAML.SecurityPolicyRule=DEBUG
# interprocess message remoting
#log4j.category.Shibboleth.Listener=DEBUG
# mapping of requests to applicationId
#log4j.category.Shibboleth.RequestMapper=DEBUG
# high level session cache operations
#log4j.category.Shibboleth.SessionCache=DEBUG
# persistent storage and caching
#log4j.category.XMLTooling.StorageService=DEBUG

# define the appender

# Change to SyslogAppender for remote syslog, and set host/port
log4j.appender.native_log=org.apache.log4j.LocalSyslogAppender
#log4j.appender.native_log.syslogHost=localhost
#log4j.appender.native_log.portNumber=514
log4j.appender.native_log.syslogName=shibboleth
# Facility is numeric, 16 is LOCAL0
log4j.appender.native_log.facility=16
log4j.appender.native_log.layout=org.apache.log4j.PatternLayout
log4j.appender.native_log.layout.ConversionPattern=%p %c %x: %m%n

________________________________________
From: users <users-bounces at shibboleth.net> on behalf of Cantor, Scott <cantor.2 at osu.edu>
Sent: Tuesday, September 22, 2020 4:07 PM
To: Shib Users
Subject: Re: [EXTERNAL]  Re: Missing Shibboleth attributes in $_Server

On 9/22/20, 3:59 PM, "users on behalf of MARTINEZ, ARIEL" <users-bounces at shibboleth.net on behalf of AMARTINEZ at hostos.cuny.edu> wrote:

>    I checked the link but the section referring to native.log is in IIS.

You can read the actual Logging documentation [1] or just look at the actual file you edited to see where the logs go (i.e. syslog).

> The Shibboleth SP is running on Apache. I wondering if I should try removing the SP and reinstalling in case something
> went wrong during the initial installation.

No.

-- Scott

[1] https://wiki.shibboleth.net/confluence/display/SP3/Logging

--
For Consortium Member technical support, see https://wiki.shibboleth.net/confluence/x/coFAAg
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net


More information about the users mailing list