diff options
Diffstat (limited to 'source3/nsswitch/winbindd_idmap.c')
-rw-r--r-- | source3/nsswitch/winbindd_idmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/nsswitch/winbindd_idmap.c b/source3/nsswitch/winbindd_idmap.c index 15a9ac4009..ff0818c456 100644 --- a/source3/nsswitch/winbindd_idmap.c +++ b/source3/nsswitch/winbindd_idmap.c @@ -78,6 +78,7 @@ static BOOL get_id_from_rid(char *domain_name, uint32 rid, int *id, /* Check if rid is present in database */ slprintf(keystr, sizeof(keystr), "%s/%d", domain_name, rid); + dos_to_unix(keystr, True); /* Convert key to unix-codepage */ key.dptr = keystr; key.dsize = strlen(keystr) + 1; |