[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Problem with comman in ldapfilter.conf
Full_Name: William Green
Version: 1.2.3
OS: Redhat Linux 6.x
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (128.83.187.52)
I am having problems configuring my ldapfilter.conf file to accept a filter for
a "last name, first name" match favored by certain users of my system
(especially librarians).
Example ldapfilter.conf entry:
"," "," "(cn=%v2 %v1)" "exact last comma first"
"(&(sn=%v1)(cn=*%v2*))" "exact last comma substring
first"
"(&(sn=%v1)(cn~=%v2 %v1))" "exact last comma
approximate first"
"(sn=%v1)" "exact last name"
"(sn~=%v1)" "approximate last name"
"(sn=*%v1*)" "substring last name"
I've tried also just:
"," "," "(sn=%v)" "exact last"
Any ideas?