Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
systemd
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
steam
systemd
Commits
f904bdf2
Commit
f904bdf2
authored
Sep 03, 2012
by
Colin Guthrie
Committed by
Lennart Poettering
Sep 12, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pam: Add session class to the debug log.
parent
8556879e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/login/pam-module.c
src/login/pam-module.c
+2
-2
No files found.
src/login/pam-module.c
View file @
f904bdf2
...
...
@@ -517,8 +517,8 @@ _public_ PAM_EXTERN int pam_sm_open_session(
if
(
debug
)
pam_syslog
(
handle
,
LOG_DEBUG
,
"Asking logind to create session: "
"uid=%u pid=%u service=%s type=%s seat=%s vtnr=%u tty=%s display=%s remote=%s remote_user=%s remote_host=%s"
,
uid
,
pid
,
service
,
type
,
seat
,
vtnr
,
tty
,
display
,
yes_no
(
remote
),
remote_user
,
remote_host
);
"uid=%u pid=%u service=%s type=%s
class=%s
seat=%s vtnr=%u tty=%s display=%s remote=%s remote_user=%s remote_host=%s"
,
uid
,
pid
,
service
,
type
,
class
,
seat
,
vtnr
,
tty
,
display
,
yes_no
(
remote
),
remote_user
,
remote_host
);
reply
=
dbus_connection_send_with_reply_and_block
(
bus
,
m
,
-
1
,
&
error
);
if
(
!
reply
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment