[Auth_ldap] minor config parse bug

Alan Sparks asparks at quris.com
Fri Jul 13 10:23:07 PDT 2001


Got bitten by this today.  Seems to be in release 1.4.8 and 1.6.0.
You'll get an error if you use tabs in your "require" statements.
for instance,
	require group <tab> cn=foo,....
will fail.

Thinking that the problem is the
     w = ap_getword(r->pool, &t, ' ');
call (in 1.6.0, at auth_ldap.c:776).

Shouldn't that be a call to ap_getword_white() instead?

-Alan

-- 
Alan Sparks, Sr. UNIX Administrator	asparks at quris.com
Quris, Inc.				(720) 836-2058



More information about the Auth_ldap mailing list