summaryrefslogtreecommitdiffstats
path: root/server/config/etc/sssd.api.d/sssd-local.conf
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-09-21 06:46:29 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-10-12 14:18:14 -0400
commit12f673d54bd7a1a5ecdc2f519ac85876bb22ecae (patch)
tree6d9cd6138f4a023cde4166b71ef00abce7b30cbd /server/config/etc/sssd.api.d/sssd-local.conf
parent85378ff4fb73e16261ef52b6b6217458374440bf (diff)
downloadsssd-12f673d54bd7a1a5ecdc2f519ac85876bb22ecae.tar.gz
sssd-12f673d54bd7a1a5ecdc2f519ac85876bb22ecae.tar.xz
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.conf11
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 000000000..48ffae286
--- /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