hi

if in my certificate is CN=jdoe/emailAddress=john.doe@foo.bar
which variable ist for login as jdoe?

saluti
roberto

Comments

flamingvan’s picture

I'm not sure. You might want to test this code on a page on your server:

<pre>
<?php
print_r($_SERVER);
?>
</pre>

I think this will show you where the string you're looking for is. Please let me know how it goes.

roberto.ch’s picture

sorry i cannot test. in version 6.1 is the
path for automatic authentication not
configurable, an any https is not enabled.

saluti
roberto

flamingvan’s picture

In my 6.x version I made the path for authentication a fixed path (/login). I will probably change that eventually. Turning on the 403 form will log people in on any access denied page.
I'm not sure what you mean about https...

flamingvan’s picture

Status: Active » Closed (fixed)