Add an LDAP attribute -> label mapping function to XML-RPC layer

Move some ACI functions around in preparation for cli delegation
This commit is contained in:
Rob Crittenden
2007-10-22 17:06:52 -04:00
parent a47f893957
commit 04636b8ae7
8 changed files with 112 additions and 28 deletions

View File

@@ -311,3 +311,8 @@ class IPAClient:
"""
return self.transport.add_group_to_group(group_cn, tgroup_cn)
def attrs_to_labels(self,attrs):
"""Convert a list of LDAP attributes into a more readable form."""
return self.transport.attrs_to_labels(attrs)