Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
Code-Review Requests
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaenziger committed Nov 2, 2018
1 parent 26734f6 commit 36dc0f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/bcpc/recipes/pam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
source 'pam_namespace.conf.erb'
mode 500
variables(lazy {{ real_home_dir_users:
node['bcpc']['pam_namespace']['real_home_dir_users'].join(','),
node['bcpc']['pam_namespace']['real_home_dir_users'].uniq.sort.join(','),
shm_polyinstantion_dir: shm_polyinstantion_dir,
polyinstantion_dir: polyinstantion_dir
}})
Expand Down
4 changes: 4 additions & 0 deletions cookbooks/bcpc/templates/default/pam_namespace.init.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/bin/sh

# This script provided from Ubuntu Bug 1081323.
# Please remove for the distribution upstream once using pam - 1.1.8-3.6ubuntu1 (Bionic) or better

# It receives polydir path as $1, the instance path as $2,
# a flag whether the instance dir was newly created (0 - no, 1 - yes) in $3,
# and user name in $4.
Expand Down

0 comments on commit 36dc0f7

Please sign in to comment.