[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: SASL problems
Adriano Nagelschmidt Rodrigues writes:
> access to attribute=userPassword
> by dn="uid=repl\+realm=agestado.com.br" read
> slapd[7483]: => string_expand: pattern: uid=repl+realm=agestado.com.br
I just realized that `pattern' is wrong (the + isn't quoted).
So both regexps below work:
by dn="uid=repl.realm=agestado.com.br"
by dn="uid=repl\\+realm=agestado.com.br"
btw, as the rfc states, realm should be at least the hostname.
Just for the record...
--
Adriano
- References:
- SASL problems
- From: Adriano Nagelschmidt Rodrigues <tech@safira.com>