mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Use proper method of retrieving attributes
This commit is contained in:
@@ -82,7 +82,7 @@ def main():
|
||||
if counter > 0:
|
||||
print "Members:"
|
||||
for m in members:
|
||||
print " " + m['cn'] + ": " + m['dn']
|
||||
print " " + m.getValue('cn') + ": " + m.dn
|
||||
# blank line between results
|
||||
print
|
||||
|
||||
|
||||
Reference in New Issue
Block a user