diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-09-21 06:46:29 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-10-12 14:18:14 -0400 |
commit | 12f673d54bd7a1a5ecdc2f519ac85876bb22ecae (patch) | |
tree | 6d9cd6138f4a023cde4166b71ef00abce7b30cbd /server/config/etc/sssd.api.d/sssd-local.conf | |
parent | 85378ff4fb73e16261ef52b6b6217458374440bf (diff) | |
download | sssd-12f673d54bd7a1a5ecdc2f519ac85876bb22ecae.tar.gz sssd-12f673d54bd7a1a5ecdc2f519ac85876bb22ecae.tar.bz2 sssd-12f673d54bd7a1a5ecdc2f519ac85876bb22ecae.zip |
Add new SSSDConfig python API
Also adds unit tests for the SSSDConfig API
Diffstat (limited to 'server/config/etc/sssd.api.d/sssd-local.conf')
-rw-r--r-- | server/config/etc/sssd.api.d/sssd-local.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/server/config/etc/sssd.api.d/sssd-local.conf b/server/config/etc/sssd.api.d/sssd-local.conf new file mode 100644 index 00000000..48ffae28 --- /dev/null +++ b/server/config/etc/sssd.api.d/sssd-local.conf @@ -0,0 +1,11 @@ +[provider/local] + +[provider/local/id] +default_shell = str, None, /bin/bash +base_directory = str, None, /home + +[provider/local/auth] + +[provider/local/access] + +[provider/local/chpass]
\ No newline at end of file |