diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-06-16 15:18:06 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-06-16 15:43:41 -0400 |
commit | 7d2f248b39aa78eaa7708ce64ad146d5a8bb934c (patch) | |
tree | 2cc260259163653587fe3d3120264df0e279feec /sss_client/sss_pam.exports | |
parent | ce3f45bad9d2ae97d72f653de13d43da569a8ab9 (diff) | |
download | sssd-7d2f248b39aa78eaa7708ce64ad146d5a8bb934c.tar.gz sssd-7d2f248b39aa78eaa7708ce64ad146d5a8bb934c.tar.bz2 sssd-7d2f248b39aa78eaa7708ce64ad146d5a8bb934c.zip |
Control sss_client exports
Diffstat (limited to 'sss_client/sss_pam.exports')
-rw-r--r-- | sss_client/sss_pam.exports | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sss_client/sss_pam.exports b/sss_client/sss_pam.exports new file mode 100644 index 00000000..9afa106b --- /dev/null +++ b/sss_client/sss_pam.exports @@ -0,0 +1,4 @@ +{ + global: + *; +}; |