[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Samba and OpenLDAP Filters (ITS#496)



> Full_Name: Bruce Tenison
> Version: 1.2.9
> OS: Linux RH 6.2
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (216.85.74.42)
> 
> 
> In trying to get Samba to authenticate against an OpenLDAP server, I get no
> matches
> against a filter such as: &(ntuid=goober)(objectclass=sambaaccount)
> 
> [rest deleted]

This is an invalid filter.  You need an outter set of parenthesis.
OpenLDAP 1.2.9 will just fail to find anything in this circumstance.

	(&(ntuid=goober)(objectclass=sambaaccount))