From c6ef39b2c04c7b09848226d7454c983924cbdfed Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 1 Feb 2011 11:57:18 -0500 Subject: Add new schema to store information about permissions. There are some permissions we can't display because they are stored outside of the basedn (such as the replication permissions). We are adding a new attribute to store extra information to make this clear, in this case SYSTEM. ticket 853 --- tests/test_xmlrpc/objectclasses.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/test_xmlrpc/objectclasses.py b/tests/test_xmlrpc/objectclasses.py index 20b008c5..0d03b47e 100644 --- a/tests/test_xmlrpc/objectclasses.py +++ b/tests/test_xmlrpc/objectclasses.py @@ -68,6 +68,7 @@ role = [ permission = [ u'groupofnames', + u'ipapermission', u'top' ] -- cgit