At 09:42 AM 3/5/2006, Geert Jansen wrote:
The attached patch implements UID based authorization for anonymous
connections. It adds an keyword "uid=xxx" to the access control syntax,
much like the "ssf=xxx" keyword that is already there (in fact the
implementation is largely copied from that). This feature is useful for
granting local processes access to protected attributes without the
requirement of adding clear-text passwords to configuration files.
Or you could just use SASL/EXTERNAL bind (assuming your client
supports it, of course. If not, well, I'd work with its developer
to add it.)