From c14486feb47672a3562989ddb00653f58357e368 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 24 Feb 2009 12:02:05 -0500 Subject: Adding support for CheckPermissions to InfoPipe. CheckPermissions will currently return unrestricted access to the root user, and no access to any other user. Once we decide on an ACL mechanism, this will be easy to change. I have also added very basic tests for the Introspect and CheckPermissions methods. --- server/infopipe/org.freeipa.sssd.infopipe.Introspect.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/infopipe/org.freeipa.sssd.infopipe.Introspect.xml') diff --git a/server/infopipe/org.freeipa.sssd.infopipe.Introspect.xml b/server/infopipe/org.freeipa.sssd.infopipe.Introspect.xml index 5c50cfe8..41220606 100644 --- a/server/infopipe/org.freeipa.sssd.infopipe.Introspect.xml +++ b/server/infopipe/org.freeipa.sssd.infopipe.Introspect.xml @@ -123,7 +123,7 @@ defaultgroup(STRING) gecos(STRING) homedir(STRING) - shell(STRSING) + shell(STRING) fullname(STRING) locale(STRING) keyboard(STRING) -- cgit