CVS update: samba/source/lib/rpc/server

Luke Kenneth Casson Leighton lkcl at switchboard.net
Tue May 19 23:10:47 EST 1998


> lib/rpc/server/srv_samr.c: Fixed rid lookup - use uid or gid lookup.

also, the code you added in get_user_info_21() for group rid lookups is
redundant: you never do a lookup for a user_info_21 structure for group
rid information.

you would have a get_group_info_XX() function instead: have a look at the
SAM registry, you will find that a) the user and group info is stored in
different locations (as you are probably already aware) b) the structures
are totally different.

luke



More information about the samba-cvs mailing list