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

Re: Authenticationg only on port 636



Today at 8:33am, Thomas Cramer wrote:

> access to *
>         by * read
>         by sockurl="^ldaps:///$" auth
>         by dn="cn=Manager,o=MUSC,c=US" write

Let's see... this says:

For all attributes:
   Everyone can read their value
   If you used the url ldaps:///... you can ONLY get AUTH access
   If you are the manager, you have full access

Hmm, methinks it's doing exactly what you told it -- not what you
wanted, but that's the failure of the DWIM processor.... ;-)

-- 
Frank Swasey                    | http://www.uvm.edu/~fcs
Systems Programmer              | Always remember: You are UNIQUE,
University of Vermont           |    just like everyone else.
                    === God Bless Us All ===

DWIM:  Do What I mean