Bug 8098 - winbind normalize names do not work in 3.5.x
Summary: winbind normalize names do not work in 3.5.x
Status: NEW
Alias: None
Product: Samba 3.5
Classification: Unclassified
Component: Winbind (show other bugs)
Version: 3.5.8
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: Michael Adam
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-19 09:47 UTC by Klaus Steinberger
Modified: 2014-09-10 22:00 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Klaus Steinberger 2011-04-19 09:47:15 UTC
With the idmdap_ad plugin  the "winbind normalize names" parameter do not work anymore.

until 3.4 a name was mapped to the uid attribute. in 3.5.x this do not work.


Behavior until 3.4.x:

[root@filer ~]# wbinfo -i 'AD\Guinea.Pig'
Guinea.Pig:*:10007:10000::/home/g/Guinea.Pig:/bin/bash
[root@filer ~]# 


Behavior in 3.5.x:

[root@filer-lskr samba]# wbinfo -i 'AD\Guinea.Pig'

AD\guinea.pig:*:10007:10000:Guinea Pig:/home/g/Guinea.Pig:/bin/bash
[root@filer-lskr samba]# 


This is bad, as this will break definitly our NFS4 idmap Mappings.