Your quoting and HTML mail settings are really broken! You are not quoting anyone else's email, but just changing it's font - which means that anyone using a text mail client without fonts can't see the quoting..
On 21 May 2012, at 16:18, Kenneth S Mclane wrote: > You can turn on LDAP debugging and get a print out of what is actually going > to <=> from the LDAP server, which would help determine which query > specifically is failing.. > > I cannot find anything out there on turning on LDAP debugging? Strangely, if > I out my username and password in the bind fields it gives me Invalid > credentials. I authenticate through this ldap server many times a day, so I'm > almost sure it's some setting that is wrong. I'm sure some setting is wrong too! But it's going to be hard to guess which one without knowing what error code gets returned, to what query! The debugging bit isn't as obvious as I remember it being, sorry about that: https://metacpan.org/module/Catalyst::Authentication::Store::LDAP#ldap_server_options so you want to set: ldap_server_options => { debug => 3 } # Incoming and outgoing packets Cheers t0m _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
