Nope, I've got: password: files ldap winbind etc.
I think my only problem is in getting samba to only see if DOMAIN+username exists if username doesn't exist.
So I'm guessing that it has something to do with the auth methods. Which right now I have mine set to:
auth methods = guest sam_ignoredomain winbind:ntdomain
Which still doesn't work...it seems to find username, but it still checks for DOMAIN+username...
I'm baffled...
Doug
Paul Gienger wrote:
It's causing me quite a bit of a headache. I tried the sam_ignoredomain but that doesn't seem to work. Is there any way to make it try just the username and only try DOMAIN+username if username doesn't exist???
How is your nsswitch.conf set up? If it's something like this
passwd: files winbind ldap shadow: files winbind ldap group: files winbind ldap
you could always reverse the order of ldap and winbind. Just a stab in the dark since I don't run winbind here, but it would stand to reason that it could work the other way.
-- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
