s3-passdb: Return list of sids from python wrapper enum_group_members
authorAmitay Isaacs <amitay@gmail.com>
Thu, 18 Aug 2011 05:07:06 +0000 (15:07 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 19 Aug 2011 06:35:01 +0000 (16:35 +1000)
commit1c1f4e27a89946f4fd551358bc25fe04ad621ea4
tree5fd1e4f5cb7a96b9e24afccb7108996b5a597226
parent590ed81c4868c030ee84870fd8cdaca4fad20520
s3-passdb: Return list of sids from python wrapper enum_group_members

Instead of returning rids as the C api does, return sids, so it is
similar to enum_aliasmem and can be used easily in s3_upgrade.

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
source3/passdb/py_passdb.c