1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

We should report if a group mapping fails. This should fix bug#225.

Jerry, this is assigned to you. Do you want to answer it?

However, we have to decide what to do if a mapping is to be done for a
unix group not in LDAP....

Volker
(This used to be commit bf449d467c)
This commit is contained in:
Volker Lendecke 2003-07-15 17:23:36 +00:00
parent 4a12fe6044
commit e9e3421db9

View File

@ -222,9 +222,7 @@ BOOL add_initial_entry(gid_t gid, const char *sid, enum SID_NAME_USE sid_name_us
fstrcpy(map.nt_name, nt_name);
fstrcpy(map.comment, comment);
pdb_add_group_mapping_entry(&map);
return True;
return pdb_add_group_mapping_entry(&map);
}
/****************************************************************************